diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 12:42:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 12:42:12 +0000 |
commit | 1b8ed15b836316a51c71a17bf335857bba6d31d8 (patch) | |
tree | 75e371cd0c1ea5b848df1edc7612f3477a6b4cd8 /misc/seizedesktop | |
parent | b67e638fb4353bfc6b1da0f5f6610704ff3f5993 (diff) | |
download | ports-1b8ed15b836316a51c71a17bf335857bba6d31d8.tar.gz ports-1b8ed15b836316a51c71a17bf335857bba6d31d8.zip |
Notes
Diffstat (limited to 'misc/seizedesktop')
-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 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 |