21 lines
575 B
Makefile
21 lines
575 B
Makefile
# $NetBSD: Makefile,v 1.12 2003/07/17 21:33:08 grant Exp $
|
|
#
|
|
|
|
DISTNAME= pkgconfig-0.15.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.freedesktop.org/software/pkgconfig/releases/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.freedesktop.org/software/pkgconfig/
|
|
COMMENT= system for managing library compile/link flags
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/glib-1.2.8/libtool
|
|
CONFIGURE_ARGS+= --disable-threads
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/pkgconfig
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|