mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
89035235df
Add new port devel/rudeconfig. This includes a library written in C++ for handling configuration files. Main web site is http://www.rudeserver.com/config/. PR: ports/114382 Submitted by: Hardy Schumacher <hardy.schumacher@amd.com>
25 lines
490 B
Makefile
25 lines
490 B
Makefile
# New ports collection makefile for: rudeconfig
|
|
# Date created: 14 August 2007
|
|
# Whom: Hardy Schumacher <lowmaster@web.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rudeconfig
|
|
PORTVERSION= 5.0.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.rudeserver.com/config/download/
|
|
|
|
MAINTAINER= lowmaster@web.de
|
|
COMMENT= Library for handling configuration files, written in C++
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN3= rudeconfig.3
|
|
|
|
pre-install:
|
|
${CHMOD} 744 ${WRKSRC}/install-sh
|
|
|
|
.include <bsd.port.mk>
|