mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
upgrade to 0.96.
PR: 14825 Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de>
This commit is contained in:
parent
2bd1eb4e18
commit
eabad21ebe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23037
@ -1,5 +1,5 @@
|
||||
# New ports collection makefile for: jpilot
|
||||
# Version required: 0.95
|
||||
# Version required: 0.96
|
||||
# Date created: 23 August 1999
|
||||
# Whom: Alex Varju <varju@webct.com>
|
||||
#
|
||||
@ -7,15 +7,10 @@
|
||||
#
|
||||
# "?=" and "+=" are for including this Makefile from japanese/jpilot
|
||||
|
||||
DISTNAME= jpilot-0.95
|
||||
DISTNAME= jpilot-0.96
|
||||
CATEGORIES= palm comms
|
||||
MASTER_SITES= http://jpilot.linuxbox.com/
|
||||
|
||||
PATCH_SITES= ${MASTER_SITES}
|
||||
PATCHFILES= patch-1-datebook-0.95 \
|
||||
patch-1-todo-0.95 \
|
||||
patch-1-todo_gui-0.95
|
||||
|
||||
MAINTAINER?= varju@webct.com
|
||||
|
||||
LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \
|
||||
@ -27,6 +22,9 @@ CONFIGURE_ARGS+=--with-pilot-prefix=${PREFIX}
|
||||
CONFIGURE_ENV+= GTK_CONFIG=${X11BASE}/bin/gtk12-config
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/jpilot
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/jpilot
|
||||
${CP} ${WRKSRC}/docs/plugin.html ${PREFIX}/share/doc/jpilot
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1 @@
|
||||
MD5 (jpilot-0.95.tar.gz) = f3bc8ca69e73a83e849d325f1746edf6
|
||||
MD5 (patch-1-datebook-0.95) = 4a5e9248c1d125f8e9282ee935cd2f98
|
||||
MD5 (patch-1-todo-0.95) = 375911e05bb9b65610d5209794ff255b
|
||||
MD5 (patch-1-todo_gui-0.95) = 4b636150f90a646e30ca919728262b05
|
||||
MD5 (jpilot-0.96.tar.gz) = 28d98fabe4ebc84be294855289daaf64
|
||||
|
@ -8,4 +8,6 @@ share/jpilot/DatebookDB.pdb
|
||||
share/jpilot/AddressDB.pdb
|
||||
share/jpilot/ToDoDB.pdb
|
||||
share/jpilot/MemoDB.pdb
|
||||
share/doc/jpilot/plugin.html
|
||||
@dirrm share/jpilot
|
||||
@dirrm share/doc/jpilot
|
||||
|
Loading…
Reference in New Issue
Block a user