aboutsummaryrefslogtreecommitdiffstats
path: root/devel/varconf/Makefile
blob: f1dfb3137769f96df95f6e3a46850699b750475e (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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:    varconf
# Date created:             29 March 2001
# Whom:                 Oliver Lehmann <lehmann@ans-netz.de>
#
# $FreeBSD$
#

PORTNAME=   varconf
PORTVERSION=    0.6.3
PORTREVISION=   0
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=worldforge

MAINTAINER= oliver@FreeBSD.org
COMMENT=    A Configuration System for the STAGE Server

LIB_DEPENDS=    sigc-1.2.5:${PORTSDIR}/devel/libsigc++12

USE_LIBTOOL_VER=15
USE_REINPLACE=  YES
GNU_CONFIGURE=  YES
INSTALLS_SHLIB= YES
USE_BZIP2=  YES

post-patch:
    @${REINPLACE_CMD} -e 's|: install-docDATA|:|g ; \
        s|\(^pkgconfigdir =\) .*|\1 ${PREFIX}/libdata/pkgconfig|g' \
        ${WRKSRC}/Makefile.in

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for file in README COPYING AUTHORS THANKS NEWS
    @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>