mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5e4dedd6b7
Submitted by: Alex Varju <varju@alex.madd.tnmc.ca> (maintainer) PR: ports/24131
31 lines
710 B
Makefile
31 lines
710 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.org/
|
|
|
|
MAINTAINER?= varju@webct.com
|
|
|
|
LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \
|
|
intl.1:${PORTSDIR}/devel/gettext
|
|
|
|
PREFIX= ${LOCALBASE}/pilot
|
|
USE_GTK= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-pilot-prefix=${PREFIX}
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/jpilot
|
|
${CP} ${WRKSRC}/docs/plugin.html ${PREFIX}/share/doc/jpilot
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|