diff options
author | jkh <jkh@FreeBSD.org> | 1998-12-19 15:48:51 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-12-19 15:48:51 +0800 |
commit | 1b47bf5eed16c0bf8b825a85de4d73918717c6a7 (patch) | |
tree | bb4df20e8bf025eb1ca6b7d09347451d4d318a33 /x11/xtacy/Makefile | |
parent | 3399a47b05b51e96fd91f68aac46f7865028b0cd (diff) | |
download | freebsd-ports-gnome-1b47bf5eed16c0bf8b825a85de4d73918717c6a7.tar.gz freebsd-ports-gnome-1b47bf5eed16c0bf8b825a85de4d73918717c6a7.tar.zst freebsd-ports-gnome-1b47bf5eed16c0bf8b825a85de4d73918717c6a7.zip |
Upgrade to 1.14. Maintainer hasn't touched this port since July. ;)
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> |