openbsd-ports/devel/pkgconfig/Makefile

34 lines
934 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.37 2013/03/21 08:45:16 ajacoutot Exp $
COMMENT= tool for managing library compile/link flags
# note if updating; metaauto is also built from the pkg-config distfile.
IGNORE= Replaced with BSD clone in OpenBSD 4.1
2012-09-12 04:47:43 -04:00
VERSION= 0.27.1
DISTNAME= pkg-config-${VERSION}
PKGNAME= pkgconfig-${VERSION}
CATEGORIES= devel
HOMEPAGE= http://www.freedesktop.org/software/pkgconfig/
MASTER_SITES= http://pkgconfig.freedesktop.org/releases/
CONFIGURE_ARGS+= --with-pc_path=${LOCALBASE}/lib/pkgconfig:${X11BASE}/lib/pkgconfig
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c pcre glib-2.0 pthread
2010-11-15 14:45:56 -05:00
USE_GROFF = Yes
MODULES= devel/gettext
2010-11-15 14:45:56 -05:00
LIB_DEPENDS= devel/glib2
CONFIGURE_STYLE= gnu
# This pkg-config has just become a reference application. So it's safe to
# depend on glib2 (which does depend on pkg-config. But that's the version
# from base.)
CONFIGURE_ARGS+= --with-installed-glib
.include <bsd.port.mk>