diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-18 04:16:22 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-18 04:16:22 +0000 |
commit | 97b24974affbda02e05b4af26b6feb81bf66defb (patch) | |
tree | f68786c052f4c1bb75d60073aabc9afa6051b1a8 /deskutils/xrolo/Makefile | |
parent | cc40b07181615f1de54513a2f4fffd988feb569e (diff) | |
download | ports-97b24974affbda02e05b4af26b6feb81bf66defb.tar.gz ports-97b24974affbda02e05b4af26b6feb81bf66defb.zip |
Notes
Diffstat (limited to 'deskutils/xrolo/Makefile')
-rw-r--r-- | deskutils/xrolo/Makefile | 29 |
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> |