1999-08-31 14:00:48 +00:00
|
|
|
# New ports collection makefile for: jpilot
|
1999-11-11 22:40:41 +00:00
|
|
|
# Version required: 0.96
|
1999-08-31 14:00:48 +00:00
|
|
|
# Date created: 23 August 1999
|
|
|
|
# Whom: Alex Varju <varju@webct.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
1999-09-09 15:27:20 +00:00
|
|
|
# "?=" and "+=" are for including this Makefile from japanese/jpilot
|
1999-08-31 14:00:48 +00:00
|
|
|
|
1999-11-11 22:40:41 +00:00
|
|
|
DISTNAME= jpilot-0.96
|
1999-09-09 15:27:20 +00:00
|
|
|
CATEGORIES= palm comms
|
1999-08-31 14:00:48 +00:00
|
|
|
MASTER_SITES= http://jpilot.linuxbox.com/
|
|
|
|
|
1999-09-09 15:27:20 +00:00
|
|
|
MAINTAINER?= varju@webct.com
|
1999-08-31 14:00:48 +00:00
|
|
|
|
1999-09-09 15:27:20 +00:00
|
|
|
LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \
|
1999-08-31 14:00:48 +00:00
|
|
|
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
|
1999-08-31 15:44:35 +00:00
|
|
|
PREFIX= ${LOCALBASE}/pilot
|
1999-08-31 14:00:48 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-09-09 15:27:20 +00:00
|
|
|
CONFIGURE_ARGS+=--with-pilot-prefix=${PREFIX}
|
|
|
|
CONFIGURE_ENV+= GTK_CONFIG=${X11BASE}/bin/gtk12-config
|
1999-08-31 14:00:48 +00:00
|
|
|
|
|
|
|
post-install:
|
1999-11-11 22:40:41 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/jpilot
|
|
|
|
${CP} ${WRKSRC}/docs/plugin.html ${PREFIX}/share/doc/jpilot
|
|
|
|
.endif
|
1999-08-31 14:00:48 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|