diff options
author | knu <knu@FreeBSD.org> | 2000-04-11 22:15:53 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-11 22:15:53 +0800 |
commit | eb17e2576779f2d3cec7d048b850a15abdbcbd54 (patch) | |
tree | b353963f3ab4d98c9dfa05a226f9e4b7fe663bf5 /japanese/edict-fpw/Makefile | |
parent | 9271784a158a2e9d281abacf9a42a90705450f73 (diff) | |
download | freebsd-ports-gnome-eb17e2576779f2d3cec7d048b850a15abdbcbd54.tar.gz freebsd-ports-gnome-eb17e2576779f2d3cec7d048b850a15abdbcbd54.tar.zst freebsd-ports-gnome-eb17e2576779f2d3cec7d048b850a15abdbcbd54.zip |
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.
Okay, 60% of `japanese' ports have been done. :)
Diffstat (limited to 'japanese/edict-fpw/Makefile')
-rw-r--r-- | japanese/edict-fpw/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/japanese/edict-fpw/Makefile b/japanese/edict-fpw/Makefile index 504beebbf17c..85abaf011cfd 100644 --- a/japanese/edict-fpw/Makefile +++ b/japanese/edict-fpw/Makefile @@ -1,28 +1,30 @@ # New ports collection makefile for: EDICT - JIS X 4081 format version -# Version required: 1.1 # Date created: 00/01/14 # Whom: Satoshi Taoka <taoka@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= edict-fpw1.1-src -PKGNAME= ja-edict-fpw-1.1 +PORTNAME= edict-fpw +PORTVERSION= 1.1 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/freepwing/fpwbooks/edict/ \ ftp://ftp.cc.monash.edu.au/pub/nihongo/ \ ftp://ftp.cdrom.com/pub/japanese/monash/ \ ftp://ftp.sedl.org/pub/mirrors/nihongo/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/nihongo/ftp.cc.monash.edu.au/ -DISTFILES= edict-fpw1.1-src.tar.gz edict.gz edict.doc +DISTNAME= ${PORTNAME}${PORTVERSION}-src +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + edict.gz \ + edict.doc +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= taoka@FreeBSD.org BUILD_DEPENDS= fpwmake:${PORTSDIR}/japanese/freepwing \ catdump:${PORTSDIR}/japanese/epwutil -WRKSRC= ${WRKDIR}/edict-fpw1.1 -EXTRACT_ONLY= edict-fpw1.1-src.tar.gz +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} post-extract: ${MKDIR} ${WRKSRC}/source |