summaryrefslogtreecommitdiff
path: root/editors/muggy
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-13 12:36:00 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-13 12:36:00 +0000
commite82c5db153823bd7aa7d91bd45647f65eef45971 (patch)
tree5e8c5c45aebd5bf1671fdd50c2c4ef51e71e0526 /editors/muggy
parent- Fixed libimg and tkstep dependency (diff)
- Fixed libimg dependencies
PR: 110226 Submitted by: Martin Matuska <martin@matuska.org>
Notes
Notes: svn path=/head/; revision=187300
Diffstat (limited to 'editors/muggy')
-rw-r--r--editors/muggy/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/editors/muggy/Makefile b/editors/muggy/Makefile
index ad769a746a7f..35a437011927 100644
--- a/editors/muggy/Makefile
+++ b/editors/muggy/Makefile
@@ -7,6 +7,7 @@
PORTNAME= muggy
PORTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= editors 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 simple text editor for the X on TkStep
-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
-RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80
-LIB_DEP_LIST= img.1:${PORTSDIR}/graphics/libimg
-
do-install:
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTNAME}.tar.gz \
${EXTRACT_AFTER_ARGS} -C ${PREFIX}