summaryrefslogtreecommitdiff
path: root/japanese/kterm/Makefile
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/kterm/Makefile
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/kterm/Makefile')
-rw-r--r--japanese/kterm/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/japanese/kterm/Makefile b/japanese/kterm/Makefile
index d83abf5f6294..ecf568af4f2a 100644
--- a/japanese/kterm/Makefile
+++ b/japanese/kterm/Makefile
@@ -1,31 +1,31 @@
# New ports collection makefile for: kterm
-# Version required: 6.2
# Date created: 18 November 1994
# Whom: asami
#
# $FreeBSD$
#
-DISTNAME= kterm-6.2.0
-PKGNAME= ja-kterm-6.2.0
+PORTNAME= kterm
+PORTVERSION= 6.2.0
CATEGORIES= japanese x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
${MASTER_SITE_PORTS_JP} \
http://people.FreeBSD.org/~shige/ports/kterm/
MASTER_SITE_SUBDIR= applications kterm
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ README.wallpaper.ja
MAINTAINER= shige@FreeBSD.org
BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
-DISTFILES= ${DISTNAME}.tar.gz README.wallpaper.ja
-EXTRACT_ONLY= ${DISTNAME}.tar.gz
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+DIST_SUBDIR= kterm
PATCH_SITES= ftp://ftp.sra.co.jp/pub/x11/kterm/ \
http://www.asahi-net.or.jp/~hc3j-tkg/kterm/
-PATCHFILES= kterm-6.2.0.NFS-xauth.patch \
- kterm-6.2.0-wpi.patch.gz
-DIST_SUBDIR= kterm
+PATCHFILES= ${DISTNAME}.NFS-xauth.patch \
+ ${DISTNAME}-wpi.patch.gz
PATCH_DIST_STRIP= -p1
USE_IMAKE= yes