31 lines
695 B
Makefile
31 lines
695 B
Makefile
# $OpenBSD: Makefile,v 1.3 2001/12/09 04:19:26 pvalchev Exp $
|
|
|
|
COMMENT= "tool for managing library compile/link flags"
|
|
|
|
VERSION= 0.8.0
|
|
DISTNAME= pkgconfig-${VERSION}
|
|
|
|
CATEGORIES= devel
|
|
NEED_VERSION= 1.482
|
|
|
|
HOMEPAGE= http://www.freedesktop.org/software/pkgconfig/
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/releases/
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
LIB_DEPENDS= lib/pth/pthread.14:pth-1.4.*:devel/pth
|
|
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC} ${WRKSRC}/glib-1.2.8
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/pth" \
|
|
LDFLAGS="-L${LOCALBASE}/lib/pth"
|
|
|
|
|
|
.include <bsd.port.mk>
|