blob: d23d25610e9bffb0fc79ad64a2a852c9a9ddd752 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $FreeBSD$
PORTNAME= pkgconf
PORTVERSION= 0.8.12
CATEGORIES= devel
MASTER_SITES= http://tortois.es/~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 \
--with-system-libdir=/usr/lib \
--with-system-includedir=/usr/include
USE_BZIP2= yes
CONFLICTS_INSTALL= pkg-config-*
post-install:
${LN} -sf ${PREFIX}/bin/pkgconf ${PREFIX}/bin/pkg-config
.include <bsd.port.mk>
|