1999-08-31 16:00:48 +02:00
|
|
|
# New ports collection makefile for: jpilot
|
|
|
|
# Date created: 23 August 1999
|
|
|
|
# Whom: Alex Varju <varju@webct.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
1999-09-09 17:27:20 +02:00
|
|
|
# "?=" and "+=" are for including this Makefile from japanese/jpilot
|
1999-08-31 16:00:48 +02:00
|
|
|
|
2000-04-13 11:24:22 +02:00
|
|
|
PORTNAME= jpilot
|
2002-02-09 09:56:58 +01:00
|
|
|
PORTVERSION= 0.99.2
|
2002-04-12 19:10:20 +02:00
|
|
|
PORTREVISION= 1
|
2000-04-14 19:10:50 +02:00
|
|
|
CATEGORIES+= palm comms
|
2001-01-08 08:36:04 +01:00
|
|
|
MASTER_SITES= http://jpilot.org/
|
1999-08-31 16:00:48 +02:00
|
|
|
|
1999-09-09 17:27:20 +02:00
|
|
|
MAINTAINER?= varju@webct.com
|
1999-08-31 16:00:48 +02:00
|
|
|
|
2001-08-30 04:03:01 +02:00
|
|
|
LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link \
|
2002-08-01 18:22:41 +02:00
|
|
|
intl.4:${PORTSDIR}/devel/gettext
|
1999-08-31 16:00:48 +02:00
|
|
|
|
2002-09-01 17:09:04 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gtk12
|
2001-02-09 17:14:28 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2002-02-09 09:56:58 +01:00
|
|
|
LDCONFIG_DIRS= %%PREFIX%%/lib/jpilot/plugins
|
2002-05-06 18:40:59 +02:00
|
|
|
CONFIGURE_ARGS+= --with-pilot-prefix=${PREFIX}
|
2002-02-09 09:56:58 +01:00
|
|
|
|
|
|
|
MAN1= jpilot-sync.1 jpilot-upgrade-99.1 jpilot.1
|
1999-08-31 16:00:48 +02:00
|
|
|
|
|
|
|
post-install:
|
1999-11-11 23:40:41 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/jpilot
|
2001-02-09 17:14:28 +01:00
|
|
|
${CP} ${WRKSRC}/docs/manual.html ${PREFIX}/share/doc/jpilot
|
1999-11-11 23:40:41 +01:00
|
|
|
${CP} ${WRKSRC}/docs/plugin.html ${PREFIX}/share/doc/jpilot
|
2002-02-09 09:56:58 +01:00
|
|
|
${CP} ${WRKSRC}/BUGS ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/CHANGELOG ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/COPYING ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/README ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/TODO ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/UPGRADING ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/docs/jpilot-address.png ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/docs/jpilot-datebook.png ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/docs/jpilot-expense.png ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/docs/jpilot-install.png ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/docs/jpilot-memo.png ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/docs/jpilot-prefs.png ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/docs/jpilot-print.png ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/docs/jpilot-search.png ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/docs/jpilot-todo.png ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/docs/jpilot-toplogo.jpg ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/icons/README ${PREFIX}/share/doc/jpilot/README.icons
|
1999-11-11 23:40:41 +01:00
|
|
|
.endif
|
1999-08-31 16:00:48 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|