diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-06-24 01:15:00 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-06-24 01:15:00 +0000 |
commit | 7f5c9da85b3a7269cde8e649e04a48aa31547fe7 (patch) | |
tree | abe09612f7c91f1e78bdffeda36770826b879d8c /japanese/ptex-euc/Makefile | |
parent | upgrade to version 3.0 (diff) |
Upgrade, pTeX 2.1.5 -> 2.1.8.
Notes
Notes:
svn path=/head/; revision=11492
Diffstat (limited to 'japanese/ptex-euc/Makefile')
-rw-r--r-- | japanese/ptex-euc/Makefile | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/japanese/ptex-euc/Makefile b/japanese/ptex-euc/Makefile index 9664ea4d36d5..871c22fa04f1 100644 --- a/japanese/ptex-euc/Makefile +++ b/japanese/ptex-euc/Makefile @@ -1,16 +1,17 @@ # New ports collection makefile for: pTeX-euc -# Version required: 2.1.5 +# Version required: 2.1.8 # Date created: 05 Oct 1997 # Whom: max # -# $Id: Makefile,v 1.3 1997/11/10 11:22:53 asami Exp $ +# $Id: Makefile,v 1.4 1997/11/22 01:38:54 asami Exp $ # -DISTNAME= ptex215 -PKGNAME= ja-ptex-euc-2.1.5 +DISTNAME= ptex218 +PKGNAME= ja-ptex-euc-2.1.8 CATEGORIES= japanese print -MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ptex215/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} plib13-euc.tar.gz +MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ptex218/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} plib-1.4-euc.tar.gz \ + Makefile.in.patch.txt MAINTAINER= max@FreeBSD.ORG @@ -19,8 +20,9 @@ RUN_DEPENDS= ptex-common:${PORTSDIR}/japanese/ptex-common MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* USE_GMAKE= yes GNU_CONFIGURE= yes +DIST_SUBDIR= ptex CONFIGURE_ARGS= euc -WRKSRC= ${.CURDIR}/../ptex-common/work/web2c-7.0/web2c/${DISTNAME} +WRKSRC= ${.CURDIR}/../ptex-common/work/web2c-7.2/web2c/${DISTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ALL_TARGET= default @@ -34,10 +36,14 @@ pre-extract: post-extract: @${RM} -rf ${WRKSRC} - @${MV} ${WRKDIR}/${DISTNAME} ${.CURDIR}/../ptex-common/work/web2c-7.0/web2c + @${MV} ${WRKDIR}/${DISTNAME} ${.CURDIR}/../ptex-common/work/web2c-7.2/web2c + +pre-patch: + @/usr/bin/uudecode -p ${DISTDIR}/${DIST_SUBDIR}/Makefile.in.patch.txt | \ + ${PATCH} ${PATCH_DIST_ARGS} pre-install: - @${EXTRACT_CMD} -C ${PREFIX} -zxf ${DISTDIR}/plib13-euc.tar.gz + @${EXTRACT_CMD} -C ${PREFIX}/share -zxf ${DISTDIR}/${DIST_SUBDIR}/plib-1.4-euc.tar.gz post-install: .for bin in ${BINARIES} |