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).
This commit is contained in:
parent
cd85b8faa9
commit
7b48786ef8
4 changed files with 40 additions and 0 deletions
5
devel/pkgconf/DESCR
Normal file
5
devel/pkgconf/DESCR
Normal file
|
@ -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).
|
24
devel/pkgconf/Makefile
Normal file
24
devel/pkgconf/Makefile
Normal file
|
@ -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"
|
5
devel/pkgconf/PLIST
Normal file
5
devel/pkgconf/PLIST
Normal file
|
@ -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
|
6
devel/pkgconf/distinfo
Normal file
6
devel/pkgconf/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue