summaryrefslogtreecommitdiffstats
path: root/deskutils/planner/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/planner/Makefile')
-rw-r--r--deskutils/planner/Makefile53
1 files changed, 0 insertions, 53 deletions
diff --git a/deskutils/planner/Makefile b/deskutils/planner/Makefile
deleted file mode 100644
index a12811c03..000000000
--- a/deskutils/planner/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# New ports collection makefile for: Planner
-# Date created: 15 July 2001
-# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-#
-
-PORTNAME= planner
-PORTVERSION= 0.13
-PORTREVISION= 2
-CATEGORIES= deskutils gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.13
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Project management application for Gnome 2
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libgnomeprintui \
- libgsf
-WANT_GNOME= yes
-INSTALLS_OMF= yes
-INSTALLS_ICONS= yes
-INSTALLS_SHLIB= yes
-USE_LIBTOOL_VER=15
-USE_REINPLACE= yes
-CONFIGURE_ARGS= --enable-static \
- --disable-python \
- --disable-dotnet
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= planner.schemas
-
-.include <bsd.port.pre.mk>
-
-#.if ${HAVE_GNOME:Mlibgda2}!=""
-#USE_GNOME+= libgda2
-#CONFIGURE_ARGS+=--enable-database=yes
-#PLIST_SUB+= GDA=""
-#.else
-PLIST_SUB+= GDA="@comment "
-#.endif
-
-post-patch:
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|[(]datadir[)]/doc|(prefix)/share/doc|g'
-
-.include <bsd.port.post.mk>