Kill NEED_VERSION Bump version number. This was patched to fix a bug dealing with -pthread quite a while ago. The version should have been updated then but wasn't.
25 lines
599 B
Makefile
25 lines
599 B
Makefile
# $OpenBSD: Makefile,v 1.9 2002/12/05 17:50:23 marcm Exp $
|
|
|
|
COMMENT= "tool for managing library compile/link flags"
|
|
|
|
VERSION= 0.12.0
|
|
DISTNAME= pkgconfig-${VERSION}
|
|
PKGNAME= pkgconfig-${VERSION}p1
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://www.freedesktop.org/software/pkgconfig/
|
|
MASTER_SITES= ${HOMEPAGE}releases/ \
|
|
http://www.marcuscom.com/downloads/
|
|
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC} ${WRKSRC}/glib-1.2.8
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|