9210b7cb07
Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
52 lines
1.9 KiB
Makefile
52 lines
1.9 KiB
Makefile
# New ports collection makefile for: jpilot
|
|
# Date created: 23 August 1999
|
|
# Whom: Alex Varju <varju@webct.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
# "?=" and "+=" are for including this Makefile from japanese/jpilot
|
|
|
|
PORTNAME= jpilot
|
|
PORTVERSION= 0.99.2
|
|
CATEGORIES+= palm comms
|
|
MASTER_SITES= http://jpilot.org/
|
|
|
|
MAINTAINER?= varju@webct.com
|
|
|
|
LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link \
|
|
intl.1:${PORTSDIR}/devel/gettext-old
|
|
|
|
USE_GTK= yes
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
LDCONFIG_DIRS= %%PREFIX%%/lib/jpilot/plugins
|
|
|
|
MAN1= jpilot-sync.1 jpilot-upgrade-99.1 jpilot.1
|
|
|
|
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
|
|
${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
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|