summaryrefslogtreecommitdiff
path: root/japanese/libslang/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/libslang/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/libslang/Makefile')
-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