diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-22 21:35:20 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-22 21:35:20 +0000 |
commit | 6064aaa94b7599f35747f5dbde3c1f456fd88b4e (patch) | |
tree | 61b31363e8a8e93c11b25ddbaeecfc105c819a9d /x11/xtoolwait/Makefile | |
parent | eea528a116fd4bd92f9b48477b83bab26e2ace9b (diff) | |
download | ports-6064aaa94b7599f35747f5dbde3c1f456fd88b4e.tar.gz ports-6064aaa94b7599f35747f5dbde3c1f456fd88b4e.zip |
Notes
Diffstat (limited to 'x11/xtoolwait/Makefile')
-rw-r--r-- | x11/xtoolwait/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/x11/xtoolwait/Makefile b/x11/xtoolwait/Makefile index b39c32a88c2b..a21ff846807d 100644 --- a/x11/xtoolwait/Makefile +++ b/x11/xtoolwait/Makefile @@ -1,17 +1,19 @@ # New ports collection makefile for: xtoolwait +# Version required: 1.3 # Date created: 31 May 1997 # Whom: jonny # -# $Id: Makefile,v 1.0 1997/5/31 19:30:00 jonny Exp $ +# $Id: Makefile,v 1.1.1.1 1997/06/03 19:14:37 max Exp $ # -DISTNAME= xtoolwait-1.1 -CATEGORIES= x11 -MASTER_SITES= ftp://ftp.x.org/contrib/utilities/ \ - ftp://ftp.hacom.nl/pub/users/richard/ +DISTNAME= xtoolwait-1.3 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= utilities + +MAINTAINER= ports@FreeBSD.org USE_IMAKE= yes MAN1= xtoolwait.1 -MANCOMPRESSED= yes .include <bsd.port.mk> |