diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-12-19 07:48:51 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-12-19 07:48:51 +0000 |
commit | 38f78706b3ac3cbb8d2da9f95a426c0b42f06571 (patch) | |
tree | f49add73884b49d712c4bd26022456d84c396dd2 /x11/xtacy/Makefile | |
parent | f7a5a302df1f6fe9b8838e0a4db217250e4ebc64 (diff) |
Upgrade to 1.14. Maintainer hasn't touched this port since July. ;)
Notes
Notes:
svn path=/head/; revision=15422
Diffstat (limited to 'x11/xtacy/Makefile')
-rw-r--r-- | x11/xtacy/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/x11/xtacy/Makefile b/x11/xtacy/Makefile index c16cf8433a37..d04242b8f4cb 100644 --- a/x11/xtacy/Makefile +++ b/x11/xtacy/Makefile @@ -1,25 +1,22 @@ # New ports collection makefile for: xtacy -# Version required: 1.13 +# Version required: 1.14 # Date created: 25 July 1996 # Whom: matt@bdd.net # -# $Id: Makefile,v 1.4 1998/08/05 09:31:51 asami Exp $ +# $Id: Makefile,v 1.5 1998/08/23 07:34:47 hoek Exp $ # -DISTNAME= Xtacy113 -PKGNAME= xtacy-1.13 +DISTNAME= xtacy114 +PKGNAME= xtacy-1.14 CATEGORIES= x11 -MASTER_SITES= ftp://sidehack.gweep.net/pub/gweep_progs/ \ +MASTER_SITES= http://www.ultranet.com/~jjohnson/ \ ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/graphics/hacks/X MAINTAINER= matt@bdd.net +USE_IMAKE= yes MAN1= xtacy.1 -MANCOMPRESSED= yes -USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/Xtacy -ALL_TARGET= xtacy .include <bsd.port.mk> |