diff options
author | rh <rh@pkgsrc.org> | 2001-08-11 14:15:37 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-08-11 14:15:37 +0000 |
commit | 3e1fe2f0afc63458a82b8ebbb9f5f4e74acef8a7 (patch) | |
tree | ce0ddfe8205a53321efe484d8537106a63feefe4 /devel | |
parent | 34aae98ad65966ced34972b2a9cd3cb4fa097068 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | devel/pkgconfig/Makefile | 19 | ||||
-rw-r--r-- | devel/pkgconfig/distinfo | 4 | ||||
-rw-r--r-- | devel/pkgconfig/pkg/DESCR | 6 | ||||
-rw-r--r-- | devel/pkgconfig/pkg/PLIST | 4 |
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 |