blob: 2380d03af2065d72acf7a72fcf6ca98aa91fd2a0 (
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.2 2001/09/27 23:18:43 jlam 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-[0-9]*:../../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"
|