summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-13 12:42:12 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-13 12:42:12 +0000
commit1b8ed15b836316a51c71a17bf335857bba6d31d8 (patch)
tree75e371cd0c1ea5b848df1edc7612f3477a6b4cd8
parentUpdate with PORTNAME/PORTVERSION and get happy with the slave. (diff)
Update with PORTNAME/PORTVERSION and get happy with the slave.
Remove LANGPREFIX and just utilize PKGNAMEPREFIX. Correct the wrong CATEGORIES specification. - Language specific categories should come first. - SeizeDesktop is not a `x11-toolkits' port. (Copy & paste miss?)
Notes
Notes: svn path=/head/; revision=27491
-rw-r--r--japanese/seizedesktop/Makefile2
-rw-r--r--misc/seizedesktop/Makefile15
2 files changed, 8 insertions, 9 deletions
diff --git a/japanese/seizedesktop/Makefile b/japanese/seizedesktop/Makefile
index 4f5db2c6e1c8..bf6f1a31085d 100644
--- a/japanese/seizedesktop/Makefile
+++ b/japanese/seizedesktop/Makefile
@@ -5,6 +5,8 @@
# $FreeBSD$
#
+CATEGORIES= japanese
+
LANGUAGE= Japanese
MASTERDIR= ${.CURDIR}/../../misc/seizedesktop
diff --git a/misc/seizedesktop/Makefile b/misc/seizedesktop/Makefile
index 27b9b508016a..ba394a7be03f 100644
--- a/misc/seizedesktop/Makefile
+++ b/misc/seizedesktop/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: JDE's SeizeDesktop
-# Version required: 0.1a
# Date created: 25 March 1999
# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= SeizeDesktop-0.1a
-PKGNAME= ${LANGPREFIX}seizedesktop-0.1a
-CATEGORIES= ${CATEGORY_LIST}
+PORTNAME= seizedesktop
+PORTVERSION= 0.1a
+CATEGORIES+= misc windowmaker tkstep80
MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/
+DISTNAME= SeizeDesktop-${PORTVERSION}
MAINTAINER= kiri@pis.toba-cmt.ac.jp
@@ -21,18 +21,15 @@ NO_BUILD= yes
USE_X_PREFIX= yes
SCRIPTS_ENV= LANG=C LN=${LN} PERL=${PERL} LANGUAGE=${LANGUAGE} VERSION=${TKSTEPVERSION}
-# This port is for both x11-toolkits/seizedesktop and japanese/seizedesktop.
-# But x11-toolkits/seizedesktop and japanese/seizedesktop are mutually exclusive and
+# This port is for both misc/seizedesktop and japanese/seizedesktop.
+# But misc/seizedesktop and japanese/seizedesktop are mutually exclusive and
# SHOULD NOT BE INSTALLED SIMULTANEOUSLY!
TKSTEPVERSION= 8.0
LANGUAGE?=
.if (${LANGUAGE} == "Japanese")
-LANGPREFIX= ja-
-CATEGORY_LIST= misc windowmaker tkstep80 japanese
RUN_DEP_LIST= ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/japanese/libimg \
${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80
.else
-CATEGORY_LIST= x11-toolkits windowmaker tkstep80
RUN_DEP_LIST= ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/graphics/libimg \
${LOCALBASE}/share/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80
.endif