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 /deskutils/gnome-pim/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 'deskutils/gnome-pim/Makefile')
-rw-r--r-- | deskutils/gnome-pim/Makefile | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile deleted file mode 100644 index 49d5e6398..000000000 --- a/deskutils/gnome-pim/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: gnomepim -# Date created: 17 Jan 1999 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnome-pim -PORTVERSION= 1.4.9 -PORTREVISION= 6 -CATEGORIES= deskutils gnome -MASTER_SITES= http://www.jroger.in-berlin.de/gnome-pim/ -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gnome pim package - -USE_X_PREFIX= yes -USE_BISON= build -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs libcapplet -USE_GETTEXT= yes -GNU_CONFIGURE= yes - -CPPFLAGS= -I${LOCALBASE}/include -LIBS= -L${LOCALBASE}/lib -.if !defined(WITHOUT_PILOT) -CONFIGURE_ARGS= --with-pisock=${LOCALBASE} -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -.endif -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ - LIBS="${LIBS}" - -pre-extract: - @${ECHO_MSG} -.if defined(WITHOUT_PILOT) - @${ECHO_MSG} "Palm Pilot support disabled. You will not be able to syncronize" - @${ECHO_MSG} "your palm with gnomecard and gnomecal." -.else - @${ECHO_MSG} "You can disable Palm Pilot support by defining WITHOUT_PILOT." -.endif - @${ECHO_MSG} - -post-patch: -.for file in vcc.y vobject.c - @${REINPLACE_CMD} -e "s/malloc[.]h/stdlib.h/g" ${WRKSRC}/libversit/${file} -.endfor - -pre-install: - ${MKDIR} ${PREFIX}/share/gnome/help/gnomecard/C \ - ${PREFIX}/share/gnome/help/gnomecard/eu - -.include <bsd.port.mk> |