freebsd-ports/devel/ossp-cfg/Makefile
Mark Linimon 7d5f3b7381 Update to 0.9.1: enhanced test suite by comparing against previously saved
output; switch from text-based VERSION file to C-based cfg_vers.c; bugfixes
and cleanups.  See ChangeLog for complete details.

PR:		ports/63175
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2004-02-24 07:44:06 +00:00

29 lines
639 B
Makefile

# ex:ts=8 -*-mode: makefile-*-
#
# New ports collection makefile for: ossp-cfg
# Date created: 2003-01-31
# Whom: Alan Eldridge <alane@geeksrus.net>
#
# $FreeBSD$
#
PORTNAME= cfg
PORTVERSION= 0.9.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/cfg/
PKGNAMEPREFIX= ossp-
MAINTAINER= ports@FreeBSD.org
COMMENT= A library for parsing arbitrary C/C++-style configuration files
LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ex=${LOCALBASE}
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>