1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/palm/jpilot/Makefile
Akinori MUSHA b9c3760873 palm/jpilot:
- Update with PORTNAME/PORTVERSION.

palm/jpilot & japanese/jpilot:
  - Fix CATEGORIES lines to set the proper categories.
2000-04-13 09:24:22 +00:00

32 lines
804 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.98.1
CATEGORIES?= palm comms
MASTER_SITES= http://jpilot.linuxave.net/
MAINTAINER?= varju@webct.com
LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
intl.1:${PORTSDIR}/devel/gettext
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>