freebsd-ports/devel/rudeconfig/Makefile
Dmitry Marakasov c7515032c8 - Switch to USES=libtool, drop .la files
- Fix {GNU|HAS}_CONFIGURE misuse

Approved by:	portmgr blanket
2014-07-23 21:52:19 +00:00

23 lines
488 B
Makefile

# Created by: Hardy Schumacher <lowmaster@web.de>
# $FreeBSD$
PORTNAME= rudeconfig
PORTVERSION= 5.0.5
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.rudeserver.com/config/download/
MAINTAINER= lowmaster@web.de
COMMENT= Library for handling configuration files, written in C++
USES= libtool
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>