freebsd-ports/devel/rudeconfig/Makefile
Ion-Mihai Tetcu 94cde43f06 - fix plist with custom PREFIX
- bump PORTREVISION

Submitted by:	Sahil Tandon <sahil@tandon.net>
Reported by:	QATty
Approved by:	portmgr (itetcu@)
2009-06-08 10:11:17 +00:00

26 lines
541 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
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>