aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/xmms-alarm/Makefile
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2002-04-22 13:15:20 +0800
committercy <cy@FreeBSD.org>2002-04-22 13:15:20 +0800
commit65665dfa5fb10ba1dbf032a855b9b7456c936b51 (patch)
tree7fc1e4e1ae31ed80b6b99c3986cce18816899d22 /x11-clocks/xmms-alarm/Makefile
parent3155d48f1f4949dda0d8c2be5858abcf8a169ab4 (diff)
downloadfreebsd-ports-gnome-65665dfa5fb10ba1dbf032a855b9b7456c936b51.tar.gz
freebsd-ports-gnome-65665dfa5fb10ba1dbf032a855b9b7456c936b51.tar.zst
freebsd-ports-gnome-65665dfa5fb10ba1dbf032a855b9b7456c936b51.zip
Add xmms-alarm 0.3.1, alarm timer plugin for the X Multimedia System.
PR: 37154 Submitted by: Christian Brueffer <chris@unixpages.org>
Diffstat (limited to 'x11-clocks/xmms-alarm/Makefile')
-rw-r--r--x11-clocks/xmms-alarm/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-clocks/xmms-alarm/Makefile b/x11-clocks/xmms-alarm/Makefile
new file mode 100644
index 000000000000..780823f398ba
--- /dev/null
+++ b/x11-clocks/xmms-alarm/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: xmms-alarm
+# Date created: 15 April 2002
+# Whom: Christian Brueffer <chris@unixpages.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xmms-alarm
+PORTVERSION= 0.3.1
+CATEGORIES= x11-clocks
+MASTER_SITES= http://www.snika.uklinux.net/xmms-alarm/ \
+ http://unixpages.org/distfiles/
+
+MAINTAINER= chris@unixpages.org
+
+BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms
+RUN_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms
+
+USE_X_PREFIX= yes
+USE_GTK= yes
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>