diff options
author | knu <knu@FreeBSD.org> | 2000-04-13 12:42:12 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-13 12:42:12 +0000 |
commit | c1f6d12ac4e465e48b433ee0bde263f0329311b9 (patch) | |
tree | 04c880fb51c31dd3c7a810201c189239b87f94db /misc | |
parent | b229a905a77ef8715ed7ab00bd4d12eeaf6f4745 (diff) | |
download | FreeBSD-ports-c1f6d12ac4e465e48b433ee0bde263f0329311b9.zip FreeBSD-ports-c1f6d12ac4e465e48b433ee0bde263f0329311b9.tar.gz |
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?)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/seizedesktop/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/misc/seizedesktop/Makefile b/misc/seizedesktop/Makefile index 27b9b50..ba394a7 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 |