summaryrefslogtreecommitdiff
path: root/devel/pkgconfig/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-08-11 14:15:37 +0000
committerrh <rh@pkgsrc.org>2001-08-11 14:15:37 +0000
commit3e1fe2f0afc63458a82b8ebbb9f5f4e74acef8a7 (patch)
treece0ddfe8205a53321efe484d8537106a63feefe4 /devel/pkgconfig/Makefile
parent34aae98ad65966ced34972b2a9cd3cb4fa097068 (diff)
downloadpkgsrc-3e1fe2f0afc63458a82b8ebbb9f5f4e74acef8a7.tar.gz
Initial import of pkgconfig-0.8.0, a system for managing library
compile/link flags. (Despite its name, this has nothing to do with pkgsrc!)
Diffstat (limited to 'devel/pkgconfig/Makefile')
-rw-r--r--devel/pkgconfig/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile
new file mode 100644
index 00000000000..b6528846ec1
--- /dev/null
+++ b/devel/pkgconfig/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/08/11 14:15:37 rh Exp $
+#
+
+DISTNAME= pkgconfig-0.8.0
+CATEGORIES= devel
+MASTER_SITES= http://www.freedesktop.org/software/pkgconfig/releases/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.freedesktop.org/software/pkgconfig/
+COMMENT= system for managing library compile/link flags
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+
+post-configure:
+ ${RM} -f ${WRKSRC}/libtool
+ ${LN} -s ${LOCALBASE}/bin/libtool ${WRKSRC}
+
+.include "../../mk/bsd.pkg.mk"