mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
- Convert to USES=tk
- STAGE-clean - Remove article from COMMENT line
This commit is contained in:
parent
3734d6f761
commit
c356a57c83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345204
@ -8,19 +8,15 @@ CATEGORIES= japanese tk
|
||||
MASTER_SITES= http://kozos.jp/myfreesoft/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A Japanese shodou program for X based on Tcl/Tk
|
||||
COMMENT= Japanese shodou program for X based on Tcl/Tk
|
||||
|
||||
USE_TK_WRAPPER= yes
|
||||
USES= tk
|
||||
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= xshodou.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
.for f in Makefile xshodou
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/usr/X11R6|${PREFIX}|g ; \
|
||||
s|/usr/local|${LOCALBASE}|g' ${WRKSRC}/${f}
|
||||
.endfor
|
||||
s|/usr/local/bin/wish|${WISH}|' ${WRKSRC}/xshodou
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/usr/X11R6|${STAGEDIR}${PREFIX}|g' ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/xshodou
|
||||
man/man1/xshodou.1.gz
|
||||
lib/X11/XShodou/xshodou-title.xbm
|
||||
lib/X11/XShodou/COPYRIGHT
|
||||
lib/X11/XShodou/README
|
||||
|
Loading…
Reference in New Issue
Block a user