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
|
|
|
|
PORTVERSION= 0.98.1
|
2000-04-14 19:10:50 +02:00
|
|
|
CATEGORIES+= palm comms
|
2000-03-27 12:38:19 +02:00
|
|
|
MASTER_SITES= http://jpilot.linuxave.net/
|
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
|
|
|
|
1999-09-09 17:27:20 +02:00
|
|
|
LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \
|
2000-03-05 14:57:24 +01:00
|
|
|
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
|
|
|
intl.1:${PORTSDIR}/devel/gettext
|
1999-08-31 16:00:48 +02:00
|
|
|
|
1999-08-31 17:44:35 +02:00
|
|
|
PREFIX= ${LOCALBASE}/pilot
|
1999-08-31 16:00:48 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1999-09-09 17:27:20 +02:00
|
|
|
CONFIGURE_ARGS+=--with-pilot-prefix=${PREFIX}
|
|
|
|
CONFIGURE_ENV+= GTK_CONFIG=${X11BASE}/bin/gtk12-config
|
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
|
|
|
|
${CP} ${WRKSRC}/docs/plugin.html ${PREFIX}/share/doc/jpilot
|
|
|
|
.endif
|
1999-08-31 16:00:48 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|