summaryrefslogtreecommitdiff
path: root/devel/pkgconfig
diff options
context:
space:
mode:
authorrh <rh>2001-08-11 14:15:37 +0000
committerrh <rh>2001-08-11 14:15:37 +0000
commit21339e1f228729c714618a21864a6a60cff9d2b3 (patch)
treece0ddfe8205a53321efe484d8537106a63feefe4 /devel/pkgconfig
parentb73a004e9111f33380eac09c471d34b52c99721b (diff)
downloadpkgsrc-21339e1f228729c714618a21864a6a60cff9d2b3.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')
-rw-r--r--devel/pkgconfig/Makefile19
-rw-r--r--devel/pkgconfig/distinfo4
-rw-r--r--devel/pkgconfig/pkg/DESCR6
-rw-r--r--devel/pkgconfig/pkg/PLIST4
4 files changed, 33 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"
diff --git a/devel/pkgconfig/distinfo b/devel/pkgconfig/distinfo
new file mode 100644
index 00000000000..c47b073f46b
--- /dev/null
+++ b/devel/pkgconfig/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/08/11 14:15:37 rh Exp $
+
+SHA1 (pkgconfig-0.8.0.tar.gz) = b750e4bab6c9ec9a8a2ac4cb2311d97314d56b0d
+Size (pkgconfig-0.8.0.tar.gz) = 585852 bytes
diff --git a/devel/pkgconfig/pkg/DESCR b/devel/pkgconfig/pkg/DESCR
new file mode 100644
index 00000000000..b7be80c587c
--- /dev/null
+++ b/devel/pkgconfig/pkg/DESCR
@@ -0,0 +1,6 @@
+ pkg-config is a system for managing library compile/link flags that
+works with automake and autoconf. It replaces the ubiquitous *-config
+scripts you may have seen with a single tool.
+
+ Despite its name, this project is not related to the NetBSD package
+system!
diff --git a/devel/pkgconfig/pkg/PLIST b/devel/pkgconfig/pkg/PLIST
new file mode 100644
index 00000000000..97660864a6c
--- /dev/null
+++ b/devel/pkgconfig/pkg/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/11 14:15:37 rh Exp $
+bin/pkg-config
+man/man1/pkg-config.1
+share/aclocal/pkg.m4