2002-02-19 05:04:55 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2002/02/19 05:04:55 shell Exp $
|
2001-10-24 17:08:38 +00:00
|
|
|
|
|
|
|
COMMENT= "tool for managing library compile/link flags"
|
|
|
|
|
2002-02-19 05:04:55 +00:00
|
|
|
VERSION= 0.10.0
|
2001-10-24 17:08:38 +00:00
|
|
|
DISTNAME= pkgconfig-${VERSION}
|
|
|
|
|
|
|
|
CATEGORIES= devel
|
2002-02-19 05:04:55 +00:00
|
|
|
NEED_VERSION= 1.504
|
2001-10-24 17:08:38 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2001-10-28 13:09:45 +00:00
|
|
|
LIB_DEPENDS= lib/pth/pthread.14:pth-1.4.*:devel/pth
|
2001-10-24 17:08:38 +00:00
|
|
|
|
2001-12-09 04:19:26 +00:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC} ${WRKSRC}/glib-1.2.8
|
2001-10-24 17:08:38 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/pth" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib/pth"
|
|
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|