aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/worker/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-31 02:58:11 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-31 02:58:11 +0000
commita04eba9ba60e87c26c6726b0453d632a28d73821 (patch)
treed9405a540ce79c7deb0e8b9b48c5891fc888ee75 /x11-fm/worker/Makefile
parente5a7403488b5281c613f593bb13576e50571902e (diff)
downloadports-a04eba9ba60e87c26c6726b0453d632a28d73821.tar.gz
ports-a04eba9ba60e87c26c6726b0453d632a28d73821.zip
Notes
Diffstat (limited to 'x11-fm/worker/Makefile')
-rw-r--r--x11-fm/worker/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile
new file mode 100644
index 000000000000..ae9727b303e2
--- /dev/null
+++ b/x11-fm/worker/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: worker
+# Date created: 14 March 2001
+# Whom: Simon Dick <simond@irrelevant.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= worker
+PORTVERSION= 2.1.0
+CATEGORIES= x11-fm
+MASTER_SITES= http://www.boomerangsworld.de/worker/downloads/ \
+ http://www.informatik.uni-halle.de/~hoffmanr/worker/downloads/
+
+MAINTAINER= simond@irrelevant.org
+
+GNU_CONFIGURE= yes
+USE_XLIB= yes
+
+MAN1= worker.1
+
+.include <bsd.port.mk>