2001-04-29 13:23:21 +02:00
|
|
|
# New ports collection makefile for: pkgconfig
|
|
|
|
# Date created: 30 April 2001
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2005-11-05 05:53:48 +01:00
|
|
|
# $MCom: ports/devel/pkgconfig/Makefile,v 1.6 2005/10/14 20:39:57 adamw Exp $
|
2001-04-29 13:23:21 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pkgconfig
|
2005-11-05 05:53:48 +01:00
|
|
|
PORTVERSION= 0.19
|
2001-04-29 13:23:21 +02:00
|
|
|
CATEGORIES= devel
|
2005-04-12 20:12:12 +02:00
|
|
|
MASTER_SITES= http://pkgconfig.freedesktop.org/releases/
|
2005-11-05 05:53:48 +01:00
|
|
|
DISTNAME= pkg-config-${PORTVERSION}
|
2002-03-11 18:53:25 +01:00
|
|
|
DIST_SUBDIR= gnome2
|
2001-04-29 13:23:21 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2005-04-12 20:12:12 +02:00
|
|
|
COMMENT= A utility to retrieve information about installed libraries
|
2001-04-29 13:23:21 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2005-11-05 05:53:48 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-04-13 22:07:11 +02:00
|
|
|
USE_GNOME= gnometarget
|
2001-07-20 14:01:15 +02:00
|
|
|
LIBTOOLFILES= glib-1.2.8/configure
|
2001-04-29 13:23:21 +02:00
|
|
|
LIBTOOLFLAGS= --disable-ltlibs \
|
|
|
|
--disable-shared
|
|
|
|
|
|
|
|
MAN1= pkg-config.1
|
|
|
|
|
2005-04-12 20:12:12 +02:00
|
|
|
.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>
|