summaryrefslogtreecommitdiff
path: root/japanese/freepwing
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-11 14:15:53 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-11 14:15:53 +0000
commitedcf8b3594b5df6440713253552b675fb0234474 (patch)
treecb86ff29b6c34e6d077c56ce53ca461f9623f343 /japanese/freepwing
parentFix wrong PORTNAME/PORTVERSION and use PKGNAMESUFFIX. (diff)
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. :)
Notes
Notes: svn path=/head/; revision=27449
Diffstat (limited to 'japanese/freepwing')
-rw-r--r--japanese/freepwing/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/japanese/freepwing/Makefile b/japanese/freepwing/Makefile
index 60ddc638cb86..f40fea5cd127 100644
--- a/japanese/freepwing/Makefile
+++ b/japanese/freepwing/Makefile
@@ -1,21 +1,23 @@
# New ports collection makefile for: FreePWING
-# Version required: 1.2beta2
# Date created: 00/01/24
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= freepwing-1.2beta2
-PKGNAME= ja-freepwing-1.2.b2
+PORTNAME= freepwing
+PORTVERSION= ${VERSION:S/beta/.b/}
CATEGORIES= japanese textproc
MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/freepwing/freepwing/ \
ftp://ftp.sra.co.jp/pub/misc/freepwing/freepwing/beta/
+DISTNAME= ${PORTNAME}-${VERSION}
MAINTAINER= taoka@FreeBSD.org
RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake
+VERSION= 1.2beta2
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc
USE_GMAKE= yes