1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/palm/jpilot/Makefile
James E. Housley e63f0e6930 The current version of the port does not enable plugins, even though
they are compiled.  This stems from a problem in the configure script
that forces the enable_plugins value to always be false, whether or
not --enable-plugins is specified.

PR:		24973
Submitted by:	Alex Varju <varju@ca.webct.com> MAINTAINER
2001-02-11 17:25:56 +00:00

35 lines
822 B
Makefile

# 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
PORTREVISION?= 1
CATEGORIES+= palm comms
MASTER_SITES= http://jpilot.org/
MAINTAINER?= varju@webct.com
LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \
intl.1:${PORTSDIR}/devel/gettext
PREFIX= ${LOCALBASE}/pilot
USE_GTK= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+=--with-pilot-prefix=${PREFIX}
INSTALLS_SHLIB= yes
USE_AUTOCONF= yes
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
.endif
.include <bsd.port.mk>