diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-10 18:06:41 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-10 18:06:41 +0000 |
commit | 89fc4c8a8c0de354d47f731ed5b81cb24908790e (patch) | |
tree | 15c4b945b7fcae30d0b55536e9c09c09d26ce58e /graphics/tgif/Makefile | |
parent | 8f65fb56456b22d5fcb259b71ab665aa97d5537a (diff) |
Notes
Diffstat (limited to 'graphics/tgif/Makefile')
-rw-r--r-- | graphics/tgif/Makefile | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index f5c576fc6605..50c4601be056 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -1,14 +1,13 @@ # New ports collection makefile for: tgif # Version required: 3.0-p17 -# Date created: 10 Oct 1996 +# Date created: 10 Aug 1997 # Whom: bmc@WillsCreek.COM # -# $Id: Makefile,v 1.6 1998/10/05 03:13:36 steve Exp $ +# $Id: Makefile,v 1.7 1998/12/11 11:38:24 obrien Exp $ # -DISTNAME= tgif-3.0.18 -PKGNAME= tgif-3.0p18 -CATEGORIES= graphics +DISTNAME= tgif-4.0.2 +CATEGORIES= graphics x11 MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ftp://ftp.cs.ucla.edu/pub/tgif/ @@ -21,7 +20,12 @@ RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \ xbmtopbm:${PORTSDIR}/graphics/netpbm \ xpmtoppm:${PORTSDIR}/graphics/netpbm -USE_IMAKE= yes -MAN1= prtgif.1 tgif.1 +USE_IMAKE= yes +MAN1= tgif.1 + +post-extract: + ${RM} -f ${WRKDIR}/${DISTNAME}/Tgif.tmpl + ${CP} ${WRKDIR}/${DISTNAME}/Tgif.tmpl-freebsd \ + ${WRKDIR}/${DISTNAME}/Tgif.tmpl .include <bsd.port.mk> |