diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
commit | e934b106497f17545e236bb9644bed935cd118ad (patch) | |
tree | 29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /www/evolution-webcal/Makefile | |
parent | 14c9f603eb5d9868d374e46ac865925da109a838 (diff) | |
download | marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2 marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip |
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/evolution-webcal/Makefile')
-rw-r--r-- | www/evolution-webcal/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile deleted file mode 100644 index 68b58b825..000000000 --- a/www/evolution-webcal/Makefile +++ /dev/null @@ -1,36 +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.49 2007/08/28 18:15:01 marcus Exp $ -# - -PORTNAME= webcal -PORTVERSION= 2.12.0 -CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= evolution- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Webcal(endar) handler for gnome - -USE_XLIB= yes -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> |