aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/libslang
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-04-11 22:15:53 +0800
committerknu <knu@FreeBSD.org>2000-04-11 22:15:53 +0800
commiteb17e2576779f2d3cec7d048b850a15abdbcbd54 (patch)
treeb353963f3ab4d98c9dfa05a226f9e4b7fe663bf5 /japanese/libslang
parent9271784a158a2e9d281abacf9a42a90705450f73 (diff)
downloadfreebsd-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/libslang')
-rw-r--r--japanese/libslang/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/japanese/libslang/Makefile b/japanese/libslang/Makefile
index 42a1f72486c5..090ae7449141 100644
--- a/japanese/libslang/Makefile
+++ b/japanese/libslang/Makefile
@@ -1,25 +1,29 @@
# New ports collection makefile for: ja-S-lang library
-# Version required: 1.4.0jp0
# Date created: 3 September 1999
# Whom: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
#
# $FreeBSD$
#
-DISTNAME= slang-1.3.10jp0-20000123
-PKGNAME= ja-libslang-1.4.0.j0
+PORTNAME= libslang
+PORTVERSION= ${VERSION}.j${JP_VERSION}
CATEGORIES= japanese devel
MASTER_SITES= http://home.sprintmail.com/~kikutani/slang/ \
http://www.actweb.ne.jp/k-yosino/
+DISTNAME= slang-${PREV_VERSION}-20000123
PATCH_SITES= http://www.actweb.ne.jp/k-yosino/
-PATCHFILES= 1.3.10jp0__1.4.0jp0.diff.gz
+PATCHFILES= ${PREV_VERSION}__${VERSION}jp${JP_VERSION}.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= mega@minz.org
+VERSION= 1.4.0
+JP_VERSION= 0
+PREV_VERSION= 1.3.10jp0
+
GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/slang-1.3.10jp0
+WRKSRC= ${WRKDIR}/slang-${PREV_VERSION}
CONFIGURE_ARGS= --includedir=${PREFIX}/include/slang
ALL_TARGET= all elf
INSTALL_TARGET= install-elf