diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
commit | 8e270816f992e4a25aaab762d962f7267d72f84b (patch) | |
tree | d4e36e838185404904fc906c77ad6ebbaf6ef1bc /japanese/platex-euc/Makefile | |
parent | a989b83d8875de9cba6caf81919b68e80dfa6534 (diff) | |
download | ports-8e270816f992e4a25aaab762d962f7267d72f84b.tar.gz ports-8e270816f992e4a25aaab762d962f7267d72f84b.zip |
Notes
Diffstat (limited to 'japanese/platex-euc/Makefile')
-rw-r--r-- | japanese/platex-euc/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/japanese/platex-euc/Makefile b/japanese/platex-euc/Makefile index faa1abde2f92..e2d26ce01ea3 100644 --- a/japanese/platex-euc/Makefile +++ b/japanese/platex-euc/Makefile @@ -1,26 +1,27 @@ # New ports collection makefile for: platex2e-euc -# Version required: <1999/08/09> # Date created: 05 Oct 1997 # Whom: Masafumi NAKANE <max@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= pl19990809e -PKGNAME= ja-platex2e-euc-1999.08.09 +PORTNAME= platex2e +PORTVERSION= 1999.08.09 +PKGNAMESUFFIX= -euc CATEGORIES= japanese print -MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex/1999-08-09/ +MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex/${PORTVERSION:S/./-/g}/ +DISTNAME= pl${PORTVERSION:S/.//g}e MAINTAINER= max@FreeBSD.org -BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-euc \ +BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex${PKGNAMESUFFIX} \ platex-common:${PORTSDIR}/japanese/platex-common -RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-euc \ +RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex${PKGNAMESUFFIX} \ platex-common:${PORTSDIR}/japanese/platex-common MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* -WRKSRC= ${WRKDIR}/19990809 -DIST_SUBDIR= platex2e +WRKSRC= ${WRKDIR}/${PORTVERSION:S/.//g} +DIST_SUBDIR= ${PORTNAME} TEXMF= ${PREFIX}/share/texmf |