blob: a2287886e811c49f1d94cec3bcde95514d9c4468 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.9 2005/03/23 00:58:26 schmonz 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
# Possibly inherited DJB-style distribution terms
DJB_RESTRICTED= YES
.include "../../mk/djbware.mk"
.include "../../mk/bsd.pkg.mk"
|