summaryrefslogtreecommitdiff
path: root/sysutils/service-config/Makefile
blob: 4c945ba306742424a6d9de7a909f1b0e7fb8fa99 (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
# $NetBSD: Makefile,v 1.1.1.1 2001/07/06 22:18:43 zuntum Exp $
#

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

MAINTAINER=	zuntum@netbsd.org
HOMEPAGE=	http://www.superscript.com/service-config/intro.html
COMMENT=	Utility to create and configure svscan service directories

DEPENDS+=	daemontools-*:../../sysutils/daemontools

ALL_TARGET=	it
INSTALL_TARGET=	setup check

RESTRICTED=     "Possibly inherited DJB-style license would prohibit distribution	\
		 of modified binary packages"
NO_BIN_ON_CDROM=${RESTRICTED}
NO_BIN_ON_FTP=  ${RESTRICTED}

post-patch:
	${ECHO} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
	${ECHO} "${CC} ${STRIPFLAG}" > ${WRKSRC}/conf-ld
	${ECHO} "${PREFIX}" > ${WRKSRC}/conf-home

.include "../../mk/bsd.pkg.mk"