summaryrefslogtreecommitdiff
path: root/deskutils/xrolo/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-01-18 04:16:22 +0000
committerSteve Price <steve@FreeBSD.org>1999-01-18 04:16:22 +0000
commit97b24974affbda02e05b4af26b6feb81bf66defb (patch)
treef68786c052f4c1bb75d60073aabc9afa6051b1a8 /deskutils/xrolo/Makefile
parentActivate the following ports: semi-emacs20, semi-emacs20-current, (diff)
Initial import of xrolo version 2.6.
This is an Xview port of Ron Hitchens rolo tool. PR: 9409 Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de>
Notes
Notes: svn path=/head/; revision=16157
Diffstat (limited to 'deskutils/xrolo/Makefile')
-rw-r--r--deskutils/xrolo/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/deskutils/xrolo/Makefile b/deskutils/xrolo/Makefile
new file mode 100644
index 000000000000..881b96f6ee8d
--- /dev/null
+++ b/deskutils/xrolo/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: xrolo
+# Version required: 2.6
+# Date created: 17 January 1999
+# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
+#
+# $Id$
+#
+
+DISTNAME= xrolo.v2p6
+PKGNAME= xrolo-2.6
+CATEGORIES= deskutils
+MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11-contrib/ \
+ ftp://ftp.postech.ac.kr/pub/X11/R5contrib/ \
+ ftp://ftp.uni-potsdam.de/pub/X11/open-look/ \
+ ftp://ftp.khoral.com/pub/dist/X/X11R5.contrib/ \
+ ftp://ftp.imag.fr/pub1/x11/xrolo/ \
+ ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
+
+LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib
+
+WRKSRC= ${WRKDIR}/xrolo
+
+USE_IMAKE= yes
+MAN1= xrolo.1
+
+.include <bsd.port.mk>