summaryrefslogtreecommitdiff
path: root/deskutils/zorro/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/zorro/Makefile')
-rw-r--r--deskutils/zorro/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/deskutils/zorro/Makefile b/deskutils/zorro/Makefile
new file mode 100644
index 000000000000..dae2c7cc6622
--- /dev/null
+++ b/deskutils/zorro/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: zorro
+# Version required: 1.1p8
+# Date created: 03 Aug 1996
+# Whom: shanee@rabbit.augusta.de
+#
+# $Id$
+#
+
+DISTNAME= zorro-1.1p8
+PKGNAME= zorro-1.1
+CATEGORIES+= misc x11
+MASTER_SITES= http://catless.ncl.ac.uk/pub
+
+MAINTAINER= shanee@rabbit.augusta.de
+
+LIB_DEPENDS= tcl75\\.1\\.:${PORTSDIR}/lang/tcl75 \
+ tk41\\.1\\.:${PORTSDIR}/x11/tk41
+
+NO_BUILD= yes
+
+do-install:
+ cp ${WRKDIR}/zorro-1.1p8/zorro $(PREFIX)/bin/zorro
+
+post-install:
+ @echo ""
+ @echo "Take a look at work/zorro-1.1p8/DOTzorrorc
+ @echo ""
+
+.include <bsd.port.mk>