blob: cc5f4387bcee17ceff461c1a99a592f60595e1d6 (
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
26
27
28
29
30
31
32
|
# New ports collection makefile for: pkgconfig
# Date created: 30 April 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD: ports/devel/pkgconfig/Makefile,v 1.38 2005/05/16 08:59:34 pav Exp $
#
PORTNAME= pkgconfig
PORTVERSION= 0.19
CATEGORIES= devel
MASTER_SITES= http://pkgconfig.freedesktop.org/releases/
DISTNAME= pkg-config-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= A utility to retrieve information about installed libraries
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnometarget
LIBTOOLFILES= glib-1.2.8/configure
LIBTOOLFLAGS= --disable-ltlibs \
--disable-shared
MAN1= pkg-config.1
.include <bsd.port.pre.mk>
CONFIGURE_ARGS= --disable-threads \
--with-pc-path="${PREFIX}/libdata/pkgconfig:${LOCALBASE}/libdata/pkgconfig:${X11BASE}/libdata/pkgconfig"
.include <bsd.port.post.mk>
|