1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/palm/jpilot/Makefile
Munechika SUMIKAWA 0817aa7e2a Upgrate to 0.97 and plugin support.
PR:		15670, 15671
Submitted by:	maintainer
1999-12-25 15:45:42 +00:00

31 lines
779 B
Makefile

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