diff options
author | tron <tron@pkgsrc.org> | 1999-05-12 22:32:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-12 22:32:14 +0000 |
commit | 0ea17efbcafde1933af59227ad2ef032a9e276b1 (patch) | |
tree | f940af2a20df68b794bdc6f78127b9c0d13628b6 /comms/pilot-link | |
parent | a13e3492457e1cedadcf5085fae2393771f4e0f1 (diff) | |
download | pkgsrc-0ea17efbcafde1933af59227ad2ef032a9e276b1.tar.gz |
Build the include Perl5 module which we might need later.
Diffstat (limited to 'comms/pilot-link')
-rw-r--r-- | comms/pilot-link/Makefile | 19 | ||||
-rw-r--r-- | comms/pilot-link/pkg/PLIST | 13 |
2 files changed, 30 insertions, 2 deletions
diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index 53564a09fab..e17794ca958 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/01/20 05:57:14 simonb Exp $ +# $NetBSD: Makefile,v 1.14 1999/05/12 22:32:14 tron Exp $ # DISTNAME= pilot-link.0.9.0 @@ -11,8 +11,25 @@ MAINTAINER= sommerfeld@alum.mit.edu USE_PERL5= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-perl5=${PERL5_BIN} --without-tcl \ + --without-python --without-java CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" +PERL5_BIN= ${LOCALBASE}/bin/perl + +post-build: + @${ECHO} "===> Building perl5 library" + @cd ${WRKSRC}/Perl5 && \ + ${PERL5_BIN} Makefile.PL && \ + ${SETENV} ${MAKE_ENV} \ + ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET} + +post-install: + @${ECHO} "===> Installing perl5 library" + @cd ${WRKSRC}/Perl5 && \ + ${SETENV} ${MAKE_ENV} \ + ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${INSTALL_TARGET} + .include "../../mk/bsd.pkg.mk" diff --git a/comms/pilot-link/pkg/PLIST b/comms/pilot-link/pkg/PLIST index 58940d6a3a0..31ca896a78c 100644 --- a/comms/pilot-link/pkg/PLIST +++ b/comms/pilot-link/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 1998/07/17 20:59:41 tv Exp $ +@comment $NetBSD: PLIST,v 1.6 1999/05/12 22:32:15 tron Exp $ bin/addresses bin/ccexample bin/debugsh @@ -66,6 +66,12 @@ include/pi-version.h lib/libpicc.a lib/libpisock.a lib/libpisock.so.3.1 +lib/perl5/site_perl/PDA/Pilot.pm +lib/perl5/site_perl/PDA/dump.pl +lib/perl5/site_perl/auto/PDA/Pilot/autosplit.ix +lib/perl5/site_perl/i386-netbsd/auto/PDA/Pilot/.packlist +lib/perl5/site_perl/i386-netbsd/auto/PDA/Pilot/Pilot.bs +lib/perl5/site_perl/i386-netbsd/auto/PDA/Pilot/Pilot.so lib/pix/b1.gif lib/pix/b2.gif lib/pix/b3.gif @@ -84,4 +90,9 @@ man/man1/install-user.1 man/man1/pilot-xfer.1 man/man1/read-ical.1 man/man7/pilot-link.7 +@dirrm lib/perl5/site_perl/i386-netbsd/auto/PDA/Pilot +@dirrm lib/perl5/site_perl/i386-netbsd/auto/PDA +@dirrm lib/perl5/site_perl/auto/PDA/Pilot +@dirrm lib/perl5/site_perl/auto/PDA +@dirrm lib/perl5/site_perl/PDA @dirrm lib/pix |