freebsd-ports/devel/pkg-config/Makefile
Ade Lovett 77c7e24bc9 On -stable anyway, there is a problem getting "other" libs and cflags from
dependency packages (for example, from gthread-2.0).  This prevents ports
like ORbit2 from compiling.  It seems to be a pretty serious oversight on the
pkgconfig folks, so I'm going to submit this patch to them.

Basically, this patch adds recursive scanning capabilities to the
other_cflags and other_libs functions.

PR:		35831
Submitted by:	Joe Clarke <marcus@marcuscom.com>
2002-03-12 22:37:52 +00:00

34 lines
684 B
Makefile

# New ports collection makefile for: pkgconfig
# Date created: 30 April 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pkgconfig
PORTVERSION= 0.11.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta2
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
USE_BZIP2= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFILES= glib-1.2.8/configure
LIBTOOLFLAGS= --disable-ltlibs \
--disable-shared
MAKE_ENV= PKGCONF_BUILD=yes
PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
MAN1= pkg-config.1
post-install:
${MKDIR} ${PREFIX}/libdata/pkgconfig
.include <bsd.port.mk>