aboutsummaryrefslogtreecommitdiff
path: root/devel/rudeconfig/Makefile
blob: 04b4e7ce5528f5333c38ff47d66aee0e11ac5fdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	rudeconfig
# Date created:				14 August 2007
# Whom:					Hardy Schumacher <lowmaster@web.de>
#
# $FreeBSD$
#

PORTNAME=	rudeconfig
PORTVERSION=	5.0.5
PORTREVISION=	1
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
CONFIGURE_ARGS+=--prefix=${PREFIX}
USE_LDCONFIG=	yes

MAN3=		rudeconfig.3

pre-install:
	${CHMOD} 744 ${WRKSRC}/install-sh

.include <bsd.port.mk>