1999-08-31 14:00:48 +00:00
|
|
|
# New ports collection makefile for: jpilot
|
|
|
|
# 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
|
|
|
|
2000-04-13 09:24:22 +00:00
|
|
|
PORTNAME= jpilot
|
|
|
|
PORTVERSION= 0.98.1
|
2000-04-14 17:10:50 +00:00
|
|
|
CATEGORIES+= palm comms
|
2000-03-27 10:38:19 +00:00
|
|
|
MASTER_SITES= http://jpilot.linuxave.net/
|
1999-08-31 14:00:48 +00:00
|
|
|
|
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 \
|
2000-03-05 13:57:24 +00:00
|
|
|
intl.1:${PORTSDIR}/devel/gettext
|
1999-08-31 14:00:48 +00:00
|
|
|
|
1999-08-31 15:44:35 +00:00
|
|
|
PREFIX= ${LOCALBASE}/pilot
|
2000-10-05 06:42:57 +00:00
|
|
|
USE_GTK= yes
|
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}
|
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>
|