aboutsummaryrefslogtreecommitdiff
path: root/misc/gkrellshoot/Makefile
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2002-03-08 17:04:47 +0000
committerJim Mock <jim@FreeBSD.org>2002-03-08 17:04:47 +0000
commit76a31d626b6a198461166aa751f873468471d735 (patch)
tree34bfe344bcb4f7b76f29c10d481b3f7f1c900c72 /misc/gkrellshoot/Makefile
parente52b8b908a2f8798c37a49a651720b9c9ce97382 (diff)
downloadports-76a31d626b6a198461166aa751f873468471d735.tar.gz
ports-76a31d626b6a198461166aa751f873468471d735.zip
New port of gkrellshoot, a screen locking and screen capture plugin for
GKrellM. Submitted by: Andrew Stuart <elitetek@tekrealm.net>
Notes
Notes: svn path=/head/; revision=55733
Diffstat (limited to 'misc/gkrellshoot/Makefile')
-rw-r--r--misc/gkrellshoot/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/gkrellshoot/Makefile b/misc/gkrellshoot/Makefile
new file mode 100644
index 000000000000..3e6ecab3c5cd
--- /dev/null
+++ b/misc/gkrellshoot/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: gkrellshoot
+# Date Created: 7 Mar 2002
+# Whom: Andrew Stuart <elitetek@tekrealm.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gkrellshoot
+PORTVERSION= 0.2
+CATEGORIES= misc
+MASTER_SITES= http://www.geocities.com/m_muthukumar/
+
+MAINTAINER= elitetek@tekrealm.net
+
+BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
+RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm \
+ import:${PORTSDIR}/graphics/ImageMagick
+
+WRKSRC= ${WRKDIR}/gkrellShoot-${PORTVERSION}
+USE_X_PREFIX= yes
+USE_IMLIB= yes
+
+.include <bsd.port.mk>