openbsd-ports/devel/libconfig/Makefile

28 lines
556 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 2007/12/12 15:41:59 merdely Exp $
COMMENT= library for manipulating structured configuration files
DISTNAME= libconfig-1.2
SHARED_LIBS= config 5.0 \
config++ 5.0
CATEGORIES= devel
HOMEPAGE= http://www.hyperrealm.com/libconfig/libconfig.html
MAINTAINER= Will Maier <willmaier@ml1.net>
# 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>