aboutsummaryrefslogtreecommitdiff
path: root/japanese/easypr/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-08-25 02:50:52 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-08-25 02:50:52 +0000
commit898bfd4af74c74336fd8f28e8dde1f3a8af30f51 (patch)
treef94245601cd719ba12e7ab0ce76044001ce11ea5 /japanese/easypr/Makefile
parent0554cf8e093c2888e6f618c85b01c6eafe9af398 (diff)
Notes
Diffstat (limited to 'japanese/easypr/Makefile')
-rw-r--r--japanese/easypr/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/easypr/Makefile b/japanese/easypr/Makefile
index b97d9aa2ea0b..c07d74f66931 100644
--- a/japanese/easypr/Makefile
+++ b/japanese/easypr/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= easypr
-PORTVERSION= 0.25
+PORTVERSION= 0.60
CATEGORIES= japanese print
-MASTER_SITES= http://www.linet.gr.jp/~mituiwa/
+MASTER_SITES= http://plamo.linet.gr.jp/~mituiwa/
DISTNAME= print-${PORTVERSION}
MAINTAINER= taoka@FreeBSD.org
@@ -21,9 +21,11 @@ RUN_DEPENDS= e2ps:${PORTSDIR}/japanese/e2ps \
do-build:
${ECHO} '#!${PREFIX}/bin/wish4.2jp' > ${WRKSRC}/easypr
${CAT} ${WRKSRC}/easypr.in >> ${WRKSRC}/easypr
+ cd ${WRKSRC}; ${CC} -o setcap setcap.c
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/easypr ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/lpr2 ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/setcap ${PREFIX}/bin
.include <bsd.port.mk>