espie 7b47db2035 update to recent version with less patches.
okay marcm@
tested through a full ports build.
2005-10-05 08:50:20 +00:00

27 lines
663 B
Makefile

# $OpenBSD: Makefile,v 1.19 2005/10/05 08:50:20 espie Exp $
COMMENT= "tool for managing library compile/link flags"
VERSION= 0.19
DISTNAME= pkg-config-${VERSION}
PKGNAME= pkgconfig-${VERSION}
CATEGORIES= devel
HOMEPAGE= http://www.freedesktop.org/software/pkgconfig/
MASTER_SITES= ${HOMEPAGE}releases/ \
${MASTER_SITE_GNOME:=sources/pkg-config/0.19/}
MAINTAINER= Marc Matteo <marcm@openbsd.org>
CONFIGURE_ARGS+= --with-pc_path=${LOCALBASE}/lib/pkgconfig:${X11BASE}/lib/pkgconfig
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>