diff options
Diffstat (limited to 'japanese/tgif/Makefile')
-rw-r--r-- | japanese/tgif/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/japanese/tgif/Makefile b/japanese/tgif/Makefile index cf76fe8d1122..a8b1ef84a482 100644 --- a/japanese/tgif/Makefile +++ b/japanese/tgif/Makefile @@ -1,21 +1,19 @@ # New ports collection makefile for: tgif-j -# Version required: 2.16.12 +# Version required: 3.0.13 # Date created: 8 Dec 1995 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.4 1996/11/11 10:12:57 max Exp $ +# $Id: Makefile,v 1.5 1996/11/18 09:54:08 asami Exp $ # -DISTNAME= tgif-2.16-p12 -PKGNAME= jp-tgif-216-p12 +DISTNAME= tgif-3.0-p13 +PKGNAME= jp-tgif-3.0.13 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications/tgif -PATCH_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/X/contrib/misc/tgif/ -PATCHFILES= tgif-2.16-p12.jp.gz \ - tgif-2.16-p12.jp.kinput2over-the-spotpatch -PATCH_DIST_STRIP= -p1 +PATCH_SITES= ftp://ftp.mei.co.jp/free/X11/X/applications/drawing/tgif/ +PATCHFILES= tgif-3.0J0.12-p13-patch.gz MAINTAINER= mita@jp.FreeBSD.org @@ -27,5 +25,8 @@ RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \ xpmtoppm:${PORTSDIR}/graphics/netpbm USE_IMAKE= yes +PATCH_DIST_STRIP= -p1 +MAN1= tgif.1 prtgif.1 +MANCOMPRESSED= yes .include <bsd.port.mk> |