summaryrefslogtreecommitdiff
path: root/pkgtools/pkglibtool/Makefile
diff options
context:
space:
mode:
authortv <tv>1998-10-02 14:46:07 +0000
committertv <tv>1998-10-02 14:46:07 +0000
commit66facec680c4a2ec5eecdf5e98f9b0c7ddc80e41 (patch)
treedf5a6daa4381630e23785428264b613559bd5a1d /pkgtools/pkglibtool/Makefile
parent0e7afdc8d9d7e43ab2dab6fd21f4bc2d12c49280 (diff)
downloadpkgsrc-66facec680c4a2ec5eecdf5e98f9b0c7ddc80e41.tar.gz
Addition of pkglibtool, a pkg-system-customized libtool which installs
only the pkglibtool script
Diffstat (limited to 'pkgtools/pkglibtool/Makefile')
-rw-r--r--pkgtools/pkglibtool/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/pkgtools/pkglibtool/Makefile b/pkgtools/pkglibtool/Makefile
new file mode 100644
index 00000000000..796740b5992
--- /dev/null
+++ b/pkgtools/pkglibtool/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 1998/10/02 14:46:07 tv Exp $
+#
+
+DISTNAME= libtool-1.2
+PKGNAME= pkglibtool-1.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU}
+
+MAINTAINER= tv@netbsd.org
+HOMEPAGE= http://www.profitpress.com/libtool/
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
+ INSTALL_DATA="${INSTALL_DATA}"
+.if !exists(/usr/libexec/ld.so) && !exists(/usr/libexec/ld.elf_so)
+CONFIGURE_ARGS= --disable-shared
+.endif
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/libtool ${PREFIX}/bin/pkglibtool
+
+.include "../../mk/bsd.pkg.mk"