blob: 7b1908c7c50ce689e9585101e0091a4121d32fda (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
# 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
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>
|