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