aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2009-07-07 15:20:42 +0800
committermm <mm@FreeBSD.org>2009-07-07 15:20:42 +0800
commit2cdcbcea35897132ed01f0ac415a4690b06c1a57 (patch)
tree06612ec63e80756a78ebdc2b47ab286e156479f4 /japanese
parente243b78a980883b008b5af4a88dde641546b49e9 (diff)
downloadfreebsd-ports-gnome-2cdcbcea35897132ed01f0ac415a4690b06c1a57.tar.gz
freebsd-ports-gnome-2cdcbcea35897132ed01f0ac415a4690b06c1a57.tar.zst
freebsd-ports-gnome-2cdcbcea35897132ed01f0ac415a4690b06c1a57.zip
- Switch to bsd.tcl.mk
- Depend on tk 8.2 and higher - Bump PORTREVISION
Diffstat (limited to 'japanese')
-rw-r--r--japanese/xshodou/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/japanese/xshodou/Makefile b/japanese/xshodou/Makefile
index 09ec881c0862..b836074bb455 100644
--- a/japanese/xshodou/Makefile
+++ b/japanese/xshodou/Makefile
@@ -7,25 +7,24 @@
PORTNAME= xshodou
PORTVERSION= 1.11
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= japanese tk
MASTER_SITES= http://www.saturn.dti.ne.jp/~hsakai/myfreesoft/
MAINTAINER= ports@FreeBSD.org
COMMENT= A Japanese shodou program for X based on Tcl/Tk
-RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
+USE_TK_RUN= 82+
MAN1= xshodou.1
MANCOMPRESSED= yes
-WISH= ${LOCALBASE}/bin/wish8.0
USE_XORG= x11
+.include <bsd.port.pre.mk>
post-patch:
- @${REINPLACE_CMD} -e \
- 's|/usr/X11R6|${PREFIX}|g' ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e \
- 's|/usr/local/bin/wish|${WISH}|g' ${WRKSRC}/xshodou
+ @${REINPLACE_CMD} -e 's|/usr/X11R6|${PREFIX}|g' \
+ -e 's|/usr/local/bin/wish|${WISH}|g' \
+ ${WRKSRC}/Makefile ${WRKSRC}/xshodou
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>