a35a48f8e3
Diff from Markus Bergkvist <markus.bergkvist at noda dot se>, who also takes MAINTAINERship. Thanks! ok merdely@
28 lines
571 B
Makefile
28 lines
571 B
Makefile
# $OpenBSD: Makefile,v 1.4 2008/06/23 17:47:46 wcmaier Exp $
|
|
|
|
COMMENT= library for manipulating structured configuration files
|
|
|
|
DISTNAME= libconfig-1.3
|
|
|
|
SHARED_LIBS= config 6.0 \
|
|
config++ 6.0
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://www.hyperrealm.com/libconfig/libconfig.html
|
|
|
|
MAINTAINER= Markus Bergkvist <markus.bergkvist@telia.com>
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.hyperrealm.com/libconfig/
|
|
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|