aboutsummaryrefslogtreecommitdiffstats
path: root/palm/jpilot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'palm/jpilot/Makefile')
-rw-r--r--palm/jpilot/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile
index 9db631be3c68..2e86ac863f5c 100644
--- a/palm/jpilot/Makefile
+++ b/palm/jpilot/Makefile
@@ -7,7 +7,7 @@
# "?=" and "+=" are for including this Makefile from japanese/jpilot
PORTNAME= jpilot
-PORTVERSION= 0.98.1
+PORTVERSION= 0.99
CATEGORIES+= palm comms
MASTER_SITES= http://jpilot.org/
@@ -18,12 +18,14 @@ LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \
PREFIX= ${LOCALBASE}/pilot
USE_GTK= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
CONFIGURE_ARGS+=--with-pilot-prefix=${PREFIX}
+INSTALLS_SHLIB= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/jpilot
+ ${CP} ${WRKSRC}/docs/manual.html ${PREFIX}/share/doc/jpilot
${CP} ${WRKSRC}/docs/plugin.html ${PREFIX}/share/doc/jpilot
.endif