mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
77d56d484a
Submitted by: danfe
26 lines
608 B
Makefile
26 lines
608 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pkgconf
|
|
PORTVERSION= 0.9.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://rabbit.dereferenced.org/~nenolod/distfiles/ \
|
|
http://files.etoilebsd.net/pkgconf/
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= Utility to help to configure compiler and linker flags
|
|
|
|
LICENSE= BSD
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-pkg-config-dir=${PREFIX}/libdata/pkgconfig:/usr/libdata/pkgconfig \
|
|
--with-system-libdir=/usr/lib \
|
|
--with-system-includedir=/usr/include
|
|
USE_BZIP2= yes
|
|
|
|
CONFLICTS_INSTALL= pkg-config-*
|
|
|
|
post-install:
|
|
${LN} -sf pkgconf ${STAGEDIR}${PREFIX}/bin/pkg-config
|
|
|
|
.include <bsd.port.mk>
|