openbsd-ports/devel/pkgconfig/Makefile

25 lines
548 B
Makefile
Raw Normal View History

2004-12-07 23:32:11 -05:00
# $OpenBSD: Makefile,v 1.16 2004/12/08 04:32:11 marcm Exp $
COMMENT= "tool for managing library compile/link flags"
VERSION= 0.15.0
DISTNAME= pkgconfig-${VERSION}
CATEGORIES= devel
HOMEPAGE= http://www.freedesktop.org/software/pkgconfig/
MASTER_SITES= ${HOMEPAGE}releases/ \
${MASTER_SITE_GNOME:=sources/pkgconfig/0.15/}
MAINTAINER= Marc Matteo <marcm@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-23 19:11:03 -05:00
WANTLIB= c
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>