diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-01-15 17:47:37 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-01-15 17:47:37 +0000 |
commit | afae53b35d271d434b0701f6ee5215bcb16fb931 (patch) | |
tree | 077d6678a5c67f1d4f6ef5a2d266726ba0e91ab6 /palm/pilot-link-devel/Makefile | |
parent | 07c2c9ce1a8a3fe91d465059215e6df7931989f2 (diff) |
Notes
Diffstat (limited to 'palm/pilot-link-devel/Makefile')
-rw-r--r-- | palm/pilot-link-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile index b041e047b86a..99c72a12abea 100644 --- a/palm/pilot-link-devel/Makefile +++ b/palm/pilot-link-devel/Makefile @@ -3,20 +3,21 @@ # Date created: November, 1997 # Whom: Paul Traina <pst@freebsd.org> # -# $Id: Makefile,v 1.10 1997/12/16 22:43:23 pst Exp $ +# $Id: Makefile,v 1.11 1998/01/01 17:29:09 asami Exp $ DISTNAME= pilot-link.0.8.9 PKGNAME= pilot-link-0.8.9 CATEGORIES= comms pilot tk80 MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ -MAINTAINER= pst@freebsd.org +MAINTAINER= jkh@freebsd.org LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 USE_PERL5= yes +PREFIX= ${LOCALBASE}/pilot GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-perl5=${PREFIX}/bin/perl +CONFIGURE_ARGS= --with-perl5=${LOCALBASE}/bin/perl5 MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \ install-memo.1 install-user.1 pilot-xfer.1 \ |