1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/palm/jpilot/Makefile
Munechika SUMIKAWA c17456dac3 J-Pilot is a desktop organizer application for the palm pilot that
runs under Linux, and Unix.  It is similar in functionality to the
one that 3com distributes for a well known rampant legacy operating
system.

WWW: http://jpilot.linuxbox.com/

PR:		13337
Submitted by:	Alex Varju <varju@webct.com>
Reviewed by:	sumikawa
1999-08-31 14:00:48 +00:00

25 lines
526 B
Makefile

# New ports collection makefile for: jpilot
# Version required: 0.93.1
# Date created: 23 August 1999
# Whom: Alex Varju <varju@webct.com>
#
# $FreeBSD$
#
DISTNAME= jpilot-0.93.1
CATEGORIES= palm
MASTER_SITES= http://jpilot.linuxbox.com/
MAINTAINER= varju@webct.com
LIB_DEPENDS= pisock:${PORTSDIR}/palm/pilot-link \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pilot-prefix=${PREFIX}/pilot
post-install:
strip ${PREFIX}/bin/jpilot
.include <bsd.port.mk>