summaryrefslogtreecommitdiffstats
path: root/misc/misterproper/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-04 10:23:30 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-04 10:23:30 +0800
commitc99f038b1770f44b0ef7520b6a66bddeb89438f3 (patch)
tree6cce27b28249ae2b023a3cab001cbbb399c99fce /misc/misterproper/Makefile
parent482f24c9552a62b9dd5ac390c8327176b5a19816 (diff)
downloadmarcuscom-ports-c99f038b1770f44b0ef7520b6a66bddeb89438f3.tar
marcuscom-ports-c99f038b1770f44b0ef7520b6a66bddeb89438f3.tar.gz
marcuscom-ports-c99f038b1770f44b0ef7520b6a66bddeb89438f3.tar.bz2
marcuscom-ports-c99f038b1770f44b0ef7520b6a66bddeb89438f3.tar.lz
marcuscom-ports-c99f038b1770f44b0ef7520b6a66bddeb89438f3.tar.xz
marcuscom-ports-c99f038b1770f44b0ef7520b6a66bddeb89438f3.tar.zst
marcuscom-ports-c99f038b1770f44b0ef7520b6a66bddeb89438f3.zip
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8806 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/misterproper/Makefile')
-rw-r--r--misc/misterproper/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/misc/misterproper/Makefile b/misc/misterproper/Makefile
new file mode 100644
index 000000000..33e841fba
--- /dev/null
+++ b/misc/misterproper/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: misterproper
+# Date created: 12 December 2000
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= misterproper
+PORTVERSION= 0.4
+PORTREVISION= 3
+CATEGORIES= misc gnome
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+#ftp://misterproper.sourceforge.net/pub/misterproper/releases/ \
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A GNOME application designed to manage cyclic tasks
+
+USE_X_PREFIX= yes
+USE_GNOME= gnomehack gnomelibs gnomeprefix gnometarget
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>