aboutsummaryrefslogtreecommitdiff
path: root/deskutils/planner/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/planner/Makefile')
-rw-r--r--deskutils/planner/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/deskutils/planner/Makefile b/deskutils/planner/Makefile
deleted file mode 100644
index 0ec5649ae324..000000000000
--- a/deskutils/planner/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: MrProject
-# Date created: 15 July 2001
-# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mrproject
-PORTVERSION= 0.3.2
-CATEGORIES= deskutils gnome
-MASTER_SITES= ftp://ftp.codefactory.se/pub/software/mrproject/source/
-
-MAINTAINER= demon@FreeBSD.org
-
-USE_X_PREFIX= yes
-USE_LIBTOOL= yes
-USE_GMAKE= yes
-USE_GNOME= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-INSTALLS_SHLIB= yes
-
-pre-patch:
- @${PERL} -pi -e 's#-lpthread#-pthread#g ; \
- s#DATADIRNAME=lib#DATADIRNAME=share#g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's#\$\(datadir\)/locale#\$\(prefix\)/share/locale#g'
-
-.include <bsd.port.mk>