summaryrefslogtreecommitdiffstats
path: root/sysutils/service-config/Makefile
blob: 5fd4a9d766ae2de7a1b1c00371ab5048fdfe3b0c (plain)
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
# New ports collection makefile for:	service-config
# Date created:				2 July 2001
# Whom:					petef@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	service-config
PORTVERSION=	0.51
CATEGORIES=	sysutils
MASTER_SITES=	http://www.superscript.com/service-config/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Utility to create and configure svscan service directories

RUN_DEPENDS=	supervise:${PORTSDIR}/sysutils/daemontools

ALL_TARGET=	it
INSTALL_TARGET=	setup check
USE_PERL5_BUILD=yes

RESTRICTED=	A possibly inherited DJB-style license would prohibit \
		distribution of modified binary packages

post-patch:
	@${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
	@${ECHO_CMD} "${CC} ${CFLAGS} ${STRIP}" > ${WRKSRC}/conf-ld
	@${PERL} -pi -e 's!/usr/local!${PREFIX}!g' ${WRKSRC}/conf-home

.include <bsd.port.mk>
OpenPOWER on IntegriCloud