7d5f3b7381
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>
29 lines
639 B
Makefile
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>
|