aboutsummaryrefslogtreecommitdiff
path: root/devel/rudeconfig/Makefile
blob: b5dfa151a03fb0ae5bc90ddba0cf5bb5f18cb4f0 (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
# 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>