summaryrefslogtreecommitdiff
path: root/misc/gkrellmbgchg2/Makefile
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2002-08-12 21:42:51 +0000
committerJim Mock <jim@FreeBSD.org>2002-08-12 21:42:51 +0000
commita86b5a481148c4077fc09869f2c94ee446b7e163 (patch)
tree848a429884f1440e6603452a3c2997f744ff1429 /misc/gkrellmbgchg2/Makefile
parent- Define USE_REINPLACE and use REINPLACE_CMD instead of perl. (diff)
gkrellmbgchg is a plugin for gkrellm which periodically updates the
desktop's background image. Submitted by: Chris Stuart <firewolf@lightningfire.net>
Diffstat (limited to 'misc/gkrellmbgchg2/Makefile')
-rw-r--r--misc/gkrellmbgchg2/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/gkrellmbgchg2/Makefile b/misc/gkrellmbgchg2/Makefile
new file mode 100644
index 000000000000..3a2a2f00ce8d
--- /dev/null
+++ b/misc/gkrellmbgchg2/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: gkrellmbgchg
+# Date Created: 8 Aug 2002
+# Whom: Chris Stuart <firewolf@lightningfire.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gkrellmbgchg
+PORTVERSION= 0.0.2
+CATEGORIES= misc
+MASTER_SITES= http://www.uni-jena.de/~p6best/comp/sources/
+
+MAINTAINER= firewolf@lightningfire.net
+
+BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
+RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
+
+WRKSRC= ${WRKDIR}/gkrellmbgchg-${PORTVERSION}
+USE_X_PREFIX= yes
+USE_IMLIB= yes
+
+.include <bsd.port.mk>