23 lines
557 B
Makefile
23 lines
557 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/05/07 08:34:22 ahoka Exp $
|
|
#
|
|
|
|
DISTNAME= libconfig-1.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.hyperrealm.com/libconfig/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.hyperrealm.com/libconfig/
|
|
COMMENT= Simple library for manipulating structured configuration files
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= bison pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= libconfig++.pc.in
|
|
PKGCONFIG_OVERRIDE+= libconfig.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|