2013-03-21 04:45:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.37 2013/03/21 08:45:16 ajacoutot Exp $
|
2001-10-24 13:08:38 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= tool for managing library compile/link flags
|
2001-10-24 13:08:38 -04:00
|
|
|
|
2011-03-30 20:58:35 -04:00
|
|
|
# note if updating; metaauto is also built from the pkg-config distfile.
|
2007-09-15 22:52:56 -04:00
|
|
|
IGNORE= Replaced with BSD clone in OpenBSD 4.1
|
2012-09-12 04:47:43 -04:00
|
|
|
VERSION= 0.27.1
|
2005-10-05 04:50:20 -04:00
|
|
|
DISTNAME= pkg-config-${VERSION}
|
2008-10-25 12:44:56 -04:00
|
|
|
PKGNAME= pkgconfig-${VERSION}
|
2002-12-11 12:17:08 -05:00
|
|
|
CATEGORIES= devel
|
2001-10-24 13:08:38 -04:00
|
|
|
|
2002-12-11 12:17:08 -05:00
|
|
|
HOMEPAGE= http://www.freedesktop.org/software/pkgconfig/
|
2011-03-29 06:09:11 -04:00
|
|
|
MASTER_SITES= http://pkgconfig.freedesktop.org/releases/
|
2001-10-24 13:08:38 -04:00
|
|
|
|
2005-10-05 04:50:20 -04:00
|
|
|
CONFIGURE_ARGS+= --with-pc_path=${LOCALBASE}/lib/pkgconfig:${X11BASE}/lib/pkgconfig
|
2002-12-05 12:50:23 -05:00
|
|
|
|
2010-09-28 07:41:22 -04:00
|
|
|
# GPLv2+
|
2001-10-24 13:08:38 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2011-03-30 20:58:35 -04:00
|
|
|
|
2010-09-28 07:41:22 -04:00
|
|
|
WANTLIB= c pcre glib-2.0 pthread
|
2010-11-15 14:45:56 -05:00
|
|
|
USE_GROFF = Yes
|
2001-10-24 13:08:38 -04:00
|
|
|
|
2008-10-25 12:44:56 -04:00
|
|
|
MODULES= devel/gettext
|
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
LIB_DEPENDS= devel/glib2
|
2008-10-25 12:44:56 -04:00
|
|
|
|
2003-09-23 01:59:34 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2010-09-28 07:41:22 -04:00
|
|
|
# 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.)
|
2008-10-25 12:44:56 -04:00
|
|
|
CONFIGURE_ARGS+= --with-installed-glib
|
2001-10-24 13:08:38 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|