mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Fixed libimg and tkstep dependencies
PR: 110227 Submitted by: Martin Matuska <martin@matuska.org>
This commit is contained in:
parent
380227cbb1
commit
5d145eee34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187303
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user