mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Add support for JIS encoded PostScript
Submitted by: MITA Yoshio <Yoshio.Mita@isen.fr> PR: ports/5808
This commit is contained in:
parent
ad8532f3ba
commit
3bb4f98c89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11353
@ -3,17 +3,20 @@
|
||||
# Date created: 8 Dec 1995
|
||||
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.6 1997/08/30 15:44:34 max Exp $
|
||||
# $Id: Makefile,v 1.7 1997/09/14 21:36:07 max Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tgif-3.0-p13
|
||||
PKGNAME= ja-tgif-3.0.13
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
|
||||
http://www.jp.freebsd.org/~mita/LOCAL_PORTS/
|
||||
MASTER_SITE_SUBDIR= applications/tgif
|
||||
DISTFILES= tgif-3.0-p13.tar.gz tgif-3.0J0.12-p13-JIS-patch.gz
|
||||
|
||||
PATCH_SITES= ftp://ftp.mei.co.jp/free/X11/X/applications/drawing/tgif/
|
||||
PATCHFILES= tgif-3.0J0.12-p13-patch.gz
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= mita@jp.FreeBSD.org
|
||||
|
||||
@ -25,8 +28,12 @@ RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \
|
||||
xpmtoppm:${PORTSDIR}/graphics/netpbm
|
||||
|
||||
USE_IMAKE= yes
|
||||
PATCH_DIST_STRIP= -p1
|
||||
MAN1= tgif.1 prtgif.1
|
||||
MANCOMPRESSED= yes
|
||||
EXTRACT_ONLY= tgif-3.0-p13.tar.gz
|
||||
|
||||
post-patch:
|
||||
${SETENV} DISTDIR="${DISTDIR}" GZCAT="${GZCAT}" \
|
||||
PATCH="${PATCH}" PATCH_DIST_ARGS="${PATCH_DIST_ARGS}" ${SH} ${FILESDIR}/setup.sh
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (tgif-3.0-p13.tar.gz) = d862c6bdf9c4e0f3852fdfe8646e50fc
|
||||
MD5 (tgif-3.0J0.12-p13-patch.gz) = 399e09ddb139a4840fa83de9307aee20
|
||||
MD5 (tgif-3.0J0.12-p13-JIS-patch.gz) = 2e88c8c70e33605900eb7a724752a387
|
||||
|
Loading…
Reference in New Issue
Block a user