c7515032c8
- Fix {GNU|HAS}_CONFIGURE misuse Approved by: portmgr blanket
23 lines
488 B
Makefile
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>
|