freebsd-ports/devel/rudeconfig/Makefile
2021-04-06 16:31:07 +02:00

23 lines
502 B
Makefile

# Created by: Hardy Schumacher <lowmaster@web.de>
PORTNAME= rudeconfig
PORTVERSION= 5.0.5
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.rudeserver.com/config/download/
MAINTAINER= lowmaster@web.de
COMMENT= Library for handling configuration files, written in C++
USES= dos2unix libtool
DOS2UNIX_GLOB= *
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
pre-install:
${CHMOD} 744 ${WRKSRC}/install-sh
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudeconfig.so
.include <bsd.port.mk>