diff options
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 \ |