aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/s6-rc/Makefile
blob: a1c8aca999e07612b49640f1849cc91b9db5e4a1 (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
39
40
41
42
# Created by: Andris Raugulis <moo@arthepsy.eu>
# $FreeBSD$

PORTNAME=   s6-rc
PORTVERSION=    0.0.2.1
CATEGORIES= sysutils
MASTER_SITES=   http://www.skarnet.org/software/${PORTNAME}/

MAINTAINER= moo@arthepsy.eu
COMMENT=    skarnet.org service manager

LICENSE=    ISCL

BUILD_DEPENDS=  execline>=2.1.4.5:lang/execline
RUN_DEPENDS=    execlineb:lang/execline
LIB_DEPENDS=    libs6.so:sysutils/s6 \
        libskarnet.so:devel/skalibs

USES=       gmake

USE_LDCONFIG=   yes
HAS_CONFIGURE=  yes
CONFIGURE_ARGS+=--prefix=${PREFIX} \
    --with-include=${LOCALBASE}/include \
    --with-lib=${LOCALBASE}/lib/skalibs \
    --with-lib=${LOCALBASE}/lib/execline \
    --with-lib=${LOCALBASE}/lib/s6 \
    --with-dynlib=${LOCALBASE}/lib \
    --enable-shared

DOCS=       AUTHORS COPYING INSTALL README doc/*.html
OPTIONS_DEFINE= DOCS

post-install:
.for d in bin sbin libexec
    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${d}/*
.endfor
    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libs6rc.so.${PORTVERSION}
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
    cd ${WRKSRC} && ${INSTALL_MAN} ${DOCS} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>