summaryrefslogtreecommitdiff
path: root/graphics/jgv
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-13 13:01:58 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-13 13:01:58 +0000
commit5d145eee34757aaeb9dc38de647e57820bbe94dd (patch)
treef5fddcc12cbb2e519dc84221fb1f4aa3d59f3b63 /graphics/jgv
parent- Fixed libimg and tkstep dependencies (diff)
- Fixed libimg and tkstep dependencies
PR: 110227 Submitted by: Martin Matuska <martin@matuska.org>
Notes
Notes: svn path=/head/; revision=187303
Diffstat (limited to 'graphics/jgv')
-rw-r--r--graphics/jgv/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/jgv/Makefile b/graphics/jgv/Makefile
index ce41eccfd361..f3c17cea2e83 100644
--- a/graphics/jgv/Makefile
+++ b/graphics/jgv/Makefile
@@ -7,6 +7,7 @@
PORTNAME= jgv
PORTVERSION= 0.2a
+PORTREVISION= 1
CATEGORIES= graphics windowmaker tkstep80
MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ \
${MASTER_SITE_LOCAL}
@@ -17,22 +18,19 @@ EXTRACT_ONLY= # extracted directly in install target
MAINTAINER= ports@FreeBSD.org
COMMENT= A graphic viewer with various image types
-RUN_DEPENDS= ${RUN_DEP_LIST}
-LIB_DEPENDS= ${LIB_DEP_LIST}
+RUN_DEPENDS= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80
+LIB_DEPENDS= img.1:${PORTSDIR}/graphics/libimg-tkstep80
NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_X_PREFIX= yes
REINPLACE_ARGS=
+TKSTEPVERSION= 8.0
+PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps
SCRIPTS_ENV= LANG=C LN=${LN} REINPLACE_CMD="${REINPLACE_CMD}" \
LANGUAGE=${LANGUAGE} VERSION=${TKSTEPVERSION}
PLIST_SUB= PIXMAP_PATH=${PIXMAPPATH:S@^${PREFIX}/@@}
-TKSTEPVERSION= 8.0
-PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps
-LIB_DEP_LIST= img.1:${PORTSDIR}/graphics/libimg
-RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80
-
do-install:
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTNAME}.tar.gz \
${EXTRACT_AFTER_ARGS} -C ${PREFIX}