From 7b48786ef85db1ffa1aa1be0e10ffdc67f2ecbab Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 4 Dec 2015 19:26:43 +0000 Subject: [PATCH] Import pkgconf-0.9.12 as devel/pkgconf. pkgconf is a program which helps to configure compiler and linker flags for development frameworks. It is similar to pkg-config, but was written from scratch in the summer of 2011 to replace pkg-config, which now needs itself to build itself (or you can set a bunch of environment variables, both are pretty ugly). --- devel/pkgconf/DESCR | 5 +++++ devel/pkgconf/Makefile | 24 ++++++++++++++++++++++++ devel/pkgconf/PLIST | 5 +++++ devel/pkgconf/distinfo | 6 ++++++ 4 files changed, 40 insertions(+) create mode 100644 devel/pkgconf/DESCR create mode 100644 devel/pkgconf/Makefile create mode 100644 devel/pkgconf/PLIST create mode 100644 devel/pkgconf/distinfo diff --git a/devel/pkgconf/DESCR b/devel/pkgconf/DESCR new file mode 100644 index 000000000000..3b1e2adb43e1 --- /dev/null +++ b/devel/pkgconf/DESCR @@ -0,0 +1,5 @@ +pkgconf is a program which helps to configure compiler and linker flags for +development frameworks. It is similar to pkg-config, but was written from +scratch in the summer of 2011 to replace pkg-config, which now needs itself +to build itself (or you can set a bunch of environment variables, both are +pretty ugly). diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile new file mode 100644 index 000000000000..61fe532dfa7d --- /dev/null +++ b/devel/pkgconf/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2015/12/04 19:26:43 wiz Exp $ + +DISTNAME= pkgconf-0.9.12 +CATEGORIES= devel +MASTER_SITES= http://rabbit.dereferenced.org/~nenolod/distfiles/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= nico@orgrim.net +HOMEPAGE= https://github.com/pkgconf/pkgconf +COMMENT= API-driven pkg-config replacement +LICENSE= modified-bsd + +CONFLICTS+= pkg-config-[0-9]* + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-pkg-config-dir=${PREFIX}/share/pkgconfig \ + --with-system-libdir=/usr/lib \ + --with-system-includedir=/usr/include +MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}/man1 + +post-install: + ${LN} -s ${PREFIX}/bin/pkgconf ${DESTDIR}${PREFIX}/bin/pkg-config + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/pkgconf/PLIST b/devel/pkgconf/PLIST new file mode 100644 index 000000000000..df35c298e58b --- /dev/null +++ b/devel/pkgconf/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2015/12/04 19:26:43 wiz Exp $ +bin/pkg-config +bin/pkgconf +share/aclocal/pkg.m4 +man/man1/pkgconf.1 diff --git a/devel/pkgconf/distinfo b/devel/pkgconf/distinfo new file mode 100644 index 000000000000..b47cebc6e620 --- /dev/null +++ b/devel/pkgconf/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2015/12/04 19:26:43 wiz Exp $ + +SHA1 (pkgconf-0.9.12.tar.bz2) = 9f99afd100c3a42ae996a782ea46978d2877f891 +RMD160 (pkgconf-0.9.12.tar.bz2) = 97e64c8717ec069ad9722615b056e573762c25ab +SHA512 (pkgconf-0.9.12.tar.bz2) = efe13db7a46992eb44ead493fc12b3fc6a5567e0206f701b6c48d9b5eb0bc90fcc9ae7a7e08ae641bb10df869287e5b68291701d4013d6cf27bd2b1518c29192 +Size (pkgconf-0.9.12.tar.bz2) = 87109 bytes