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
|
2003-07-15 08:10:50 +02:00
|
|
|
PORTVERSION= 0.99.6
|
2003-08-26 22:25:58 +02:00
|
|
|
PORTREVISION= 1
|
2000-04-14 19:10:50 +02:00
|
|
|
CATEGORIES+= palm comms
|
2003-10-10 09:17:34 +02: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
|
2003-10-10 09:17:34 +02:00
|
|
|
COMMENT= Desktop Organizer Software for the Palm Pilot
|
1999-08-31 16:00:48 +02:00
|
|
|
|
2002-09-17 18:35:39 +02:00
|
|
|
LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link \
|
2003-08-25 07:41:38 +02:00
|
|
|
intl.5:${PORTSDIR}/devel/gettext
|
1999-08-31 16:00:48 +02:00
|
|
|
|
2002-09-01 17:09:04 +02:00
|
|
|
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-11-09 01:18:46 +01:00
|
|
|
CFLAGS+= -I${PREFIX}/include
|
2003-10-10 09:17:34 +02:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib"
|
2002-02-09 09:56:58 +01:00
|
|
|
|
2003-07-15 08:10:50 +02:00
|
|
|
MAN1= jpilot-sync.1 jpilot.1
|
1999-08-31 16:00:48 +02:00
|
|
|
|
|
|
|
post-install:
|
2002-11-09 01:18:46 +01:00
|
|
|
${MKDIR} ${PREFIX}/man/man1
|
|
|
|
${CP} ${WRKSRC}/docs/jpilot-sync.1 ${PREFIX}/man/man1
|
|
|
|
${CP} ${WRKSRC}/docs/jpilot.1 ${PREFIX}/man/man1
|
|
|
|
${MKDIR} ${PREFIX}/share/jpilot/icons
|
|
|
|
${CP} ${WRKSRC}/icons/jpilot-icon1.xpm ${PREFIX}/share/jpilot/icons
|
|
|
|
${CP} ${WRKSRC}/icons/jpilot-icon2.xpm ${PREFIX}/share/jpilot/icons
|
|
|
|
${CP} ${WRKSRC}/icons/jpilot-icon3.xpm ${PREFIX}/share/jpilot/icons
|
|
|
|
${CP} ${WRKSRC}/icons/jpilot-icon4.xpm ${PREFIX}/share/jpilot/icons
|
2003-07-15 08:10:50 +02:00
|
|
|
${CP} ${WRKSRC}/empty/AddressDB.pdb ${PREFIX}/share/jpilot
|
|
|
|
${CP} ${WRKSRC}/empty/DatebookDB.pdb ${PREFIX}/share/jpilot
|
|
|
|
${CP} ${WRKSRC}/empty/ExpenseDB.pdb ${PREFIX}/share/jpilot
|
|
|
|
${CP} ${WRKSRC}/empty/Memo32DB.pdb ${PREFIX}/share/jpilot
|
|
|
|
${CP} ${WRKSRC}/empty/MemoDB.pdb ${PREFIX}/share/jpilot
|
|
|
|
${CP} ${WRKSRC}/empty/ToDoDB.pdb ${PREFIX}/share/jpilot
|
|
|
|
${CP} ${WRKSRC}/jpilotrc.blue ${PREFIX}/share/jpilot
|
|
|
|
${CP} ${WRKSRC}/jpilotrc.default ${PREFIX}/share/jpilot
|
|
|
|
${CP} ${WRKSRC}/jpilotrc.green ${PREFIX}/share/jpilot
|
|
|
|
${CP} ${WRKSRC}/jpilotrc.purple ${PREFIX}/share/jpilot
|
|
|
|
${CP} ${WRKSRC}/jpilotrc.steel ${PREFIX}/share/jpilot
|
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-11-09 01:18:46 +01:00
|
|
|
${CP} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/jpilot
|
2002-02-09 09:56:58 +01:00
|
|
|
${CP} ${WRKSRC}/BUGS ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/COPYING ${PREFIX}/share/doc/jpilot
|
2002-11-09 01:18:46 +01:00
|
|
|
${CP} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/jpilot
|
2002-02-09 09:56:58 +01:00
|
|
|
${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>
|