summaryrefslogtreecommitdiff
path: root/comms/pilot-link/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-07-17 20:59:41 +0000
committertv <tv@pkgsrc.org>1998-07-17 20:59:41 +0000
commite7540267891c66effe86c1a731bd605a3a9cc4ec (patch)
tree3809aa5f95c8c3c0c08b41d3fb248bc8ec6b86e0 /comms/pilot-link/Makefile
parent7befe4b64dc903aaee3255c738ce58db6440c7ec (diff)
downloadpkgsrc-e7540267891c66effe86c1a731bd605a3a9cc4ec.tar.gz
Adapt to using the pkg version of libtool rather than a private copy.
DTRT with INSTALL_{PROGRAM,DATA,SCRIPT}. Portlint: rename pkg to pilot-link-0.8.13, with dash before version.
Diffstat (limited to 'comms/pilot-link/Makefile')
-rw-r--r--comms/pilot-link/Makefile20
1 files changed, 9 insertions, 11 deletions
diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile
index 24cfa323963..8145786695c 100644
--- a/comms/pilot-link/Makefile
+++ b/comms/pilot-link/Makefile
@@ -1,22 +1,20 @@
-# $NetBSD: Makefile,v 1.10 1998/07/15 11:54:32 agc Exp $
+# $NetBSD: Makefile,v 1.11 1998/07/17 20:59:41 tv Exp $
#
DISTNAME= pilot-link.0.8.13
+PKGNAME= pilot-link-0.8.13
CATEGORIES= comms
MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/
MAINTAINER= sommerfeld@alum.mit.edu
-STRIPFLAG=
-GNU_CONFIGURE= yes
-USE_PERL5= yes
-
-# use "default" configure because overriding INSTALL_PROGRAM does the
-# wrong thing for libtool-based packages like pilot-link...
+BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool
-do-configure:
- @(cd ${WRKSRC} && CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \
- INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \
- ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})
+USE_PERL5= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= LIBTOOL=${PREFIX}/bin/libtool \
+ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+ INSTALL_DATA="${INSTALL_DATA}"
+MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include "../../mk/bsd.pkg.mk"