diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-11 03:37:03 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-11 03:37:03 +0800 |
commit | 582552452057d15c976462bd8922bf22c090c5fb (patch) | |
tree | aa646f25f9e88382ae2c5aa68cceb92a40c2d519 /www/evolution-webcal/Makefile | |
parent | 58794b38b1a24b93c9a8c3321694e3883bae4cd0 (diff) | |
download | marcuscom-ports-582552452057d15c976462bd8922bf22c090c5fb.tar marcuscom-ports-582552452057d15c976462bd8922bf22c090c5fb.tar.gz marcuscom-ports-582552452057d15c976462bd8922bf22c090c5fb.tar.bz2 marcuscom-ports-582552452057d15c976462bd8922bf22c090c5fb.tar.lz marcuscom-ports-582552452057d15c976462bd8922bf22c090c5fb.tar.xz marcuscom-ports-582552452057d15c976462bd8922bf22c090c5fb.tar.zst marcuscom-ports-582552452057d15c976462bd8922bf22c090c5fb.zip |
Remove these ports now that they are in FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12241 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/evolution-webcal/Makefile')
-rw-r--r-- | www/evolution-webcal/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile deleted file mode 100644 index 578da42d8..000000000 --- a/www/evolution-webcal/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: evolution-webcal -# Date created: Mon Apr 26 18:08:00 CEST 2004 -# Whom: Koop Mast <kwm@rainbow-runner.nl> -# -# $FreeBSD$ -# $MCom: ports/www/evolution-webcal/Makefile,v 1.60 2009/02/28 02:01:00 marcus Exp $ -# - -PORTNAME= evolution-webcal -PORTVERSION= 2.26.0 -CATEGORIES= www gnome -MASTER_SITES= GNOME -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Webcal(endar) handler for gnome - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_PERL5= yes -USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver libgnomeui -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= evolution-webcal.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \ - ${WRKSRC}/po/Makefile.in.in - -.include <bsd.port.mk> |