diff options
author | knu <knu@FreeBSD.org> | 2000-04-13 09:10:33 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-13 09:10:33 +0000 |
commit | 95cdd6d3886509f9f82699322355095c46f845bc (patch) | |
tree | 77741d5db3be345a9262150e9d7e706cd1172107 /graphics/jgv | |
parent | 43931c5dfc858eec9999b3e14f7e3d7d705746f7 (diff) | |
download | FreeBSD-ports-95cdd6d3886509f9f82699322355095c46f845bc.zip FreeBSD-ports-95cdd6d3886509f9f82699322355095c46f845bc.tar.gz |
Update with PORTNAME/PORTVERSION and get happy with the slave.
Remove LANGPREFIX and just utilize PKGNAMEPREFIX.
Diffstat (limited to 'graphics/jgv')
-rw-r--r-- | graphics/jgv/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/jgv/Makefile b/graphics/jgv/Makefile index e52cddb..12dede9 100644 --- a/graphics/jgv/Makefile +++ b/graphics/jgv/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: JDE's JGV -# Version required: 0.2a # Date created: 25 March 1999 # Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> # # $FreeBSD$ # -DISTNAME= JGV-0.2a -PKGNAME= ${LANGPREFIX}jgv-0.2a +PORTNAME= jgv +PORTVERSION= 0.2a CATEGORIES= ${CATEGORY_LIST} MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ +DISTNAME= JGV-${PORTVERSION} MAINTAINER= kiri@pis.toba-cmt.ac.jp @@ -29,7 +29,6 @@ TKSTEPVERSION= 8.0 PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps LANGUAGE?= .if (${LANGUAGE} == "Japanese") -LANGPREFIX= ja- CATEGORY_LIST= graphics 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 |