diff options
author | sumikawa <sumikawa@FreeBSD.org> | 1999-08-31 22:00:48 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 1999-08-31 22:00:48 +0800 |
commit | 12ec2c9cf22d8c1ac7869464e0dfa28e949c02f3 (patch) | |
tree | 73c3a0e78f8a717a366eab0afe2cb88ac150d60f /palm/jpilot/Makefile | |
parent | 832b96e997e432593929b9b7797fc80b957ec35a (diff) | |
download | freebsd-ports-gnome-12ec2c9cf22d8c1ac7869464e0dfa28e949c02f3.tar.gz freebsd-ports-gnome-12ec2c9cf22d8c1ac7869464e0dfa28e949c02f3.tar.zst freebsd-ports-gnome-12ec2c9cf22d8c1ac7869464e0dfa28e949c02f3.zip |
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
Diffstat (limited to 'palm/jpilot/Makefile')
-rw-r--r-- | palm/jpilot/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile new file mode 100644 index 000000000000..bd48aee605c4 --- /dev/null +++ b/palm/jpilot/Makefile @@ -0,0 +1,24 @@ +# 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> |