summaryrefslogtreecommitdiff
path: root/japanese/mutt
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/mutt
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/mutt')
-rw-r--r--japanese/mutt/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/japanese/mutt/Makefile b/japanese/mutt/Makefile
index 7cc40598fccd..ccd99b34b095 100644
--- a/japanese/mutt/Makefile
+++ b/japanese/mutt/Makefile
@@ -1,22 +1,23 @@
# New ports collection makefile for: ja-mutt
-# Version required: 1.0i
# Date created: 5 Sep 1999
# Whom: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
#
# $FreeBSD$
#
-DISTNAME= mutt-1.0.1i
-PKGNAME= ja-mutt-1.0.1.j0
+PORTNAME= mutt
+PORTVERSION= ${VERSION}.j${JP_VERSION}
CATEGORIES= japanese mail
MASTER_SITES= ftp://ftp.gbnet.net/pub/mutt-international/ \
ftp://ftp.guug.de/pub/mutt/ \
ftp://ftp.guug.de/pub/mutt/historic/ \
http://www.hiei.kit.ac.jp/~hitomi/mutt/
-DISTFILES= mutt-1.0.1i.tar.gz manual_ja-1.0i-2.tar.gz
+DISTNAME= ${PORTNAME}-${VERSION}i
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ manual_ja-${VERSION:R}i-2.tar.gz
PATCH_SITES= http://kondara.sdri.co.jp/~kikutani/slang/
-PATCHFILES= mutt-1.0.1i-jp0.patch.gz
+PATCHFILES= ${DISTNAME}-jp${JP_VERSION}.patch.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= shuna@pop16.odn.ne.jp
@@ -27,10 +28,13 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/msgfmt:${PORTSDIR}/devel/gettext \
automake:${PORTSDIR}/devel/automake
RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview
+VERSION= 1.0.1
+JP_VERSION= 0
+
DIST_SUBDIR= mutt
GNU_CONFIGURE= yes
USE_GMAKE= yes
-WRKSRC= ${WRKDIR}/mutt-1.0.1
+WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSION}
CONFIGURE_ARGS= --with-slang --enable-locales-fix --with-included-gettext \
--enable-flock --disable-fcntl \
--sysconfdir=${PREFIX}/share/mutt \