summaryrefslogtreecommitdiff
path: root/graphics/gkrellkam/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-29 16:16:56 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-29 16:16:56 +0000
commitd1b5b62cbb3c4e66322b97a56787d3a2c72aced1 (patch)
tree9e64fb0e64d8e48e0ba9d265a0710a4af30e2762 /graphics/gkrellkam/Makefile
parentAs linux-jdk13, it needs BUILD_DEPENDS (diff)
New port gkrellkam version 0.2.3b: GKrellM plugin that display
thumbnails of periodically updated images PR: 29830 Submitted by: Patrick Li <pat@databits.net>
Notes
Notes: svn path=/head/; revision=47096
Diffstat (limited to 'graphics/gkrellkam/Makefile')
-rw-r--r--graphics/gkrellkam/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/graphics/gkrellkam/Makefile b/graphics/gkrellkam/Makefile
new file mode 100644
index 000000000000..3a8918159edd
--- /dev/null
+++ b/graphics/gkrellkam/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: gkrellkam
+# Date Created: Fri Aug 17 15:57:42 EDT 2001
+# Whom: Patrick Li <pat@databits.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gkrellkam
+PORTVERSION= 0.2.3b
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= pat@databits.net
+
+BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
+RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
+
+WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
+USE_X_PREFIX= yes
+USE_GTK= yes
+USE_IMLIB= yes
+USE_GMAKE= yes
+
+MAN5= gkrellkam-list.5
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/gkrellkam.so \
+ ${PREFIX}/libexec/gkrellm/plugins
+ @${INSTALL_MAN} ${WRKSRC}/gkrellkam-list.5 ${MANPREFIX}/man/man5
+
+.include <bsd.port.mk>