2001-07-06 17:34:55 +02:00
|
|
|
# New ports collection makefile for: service-config
|
|
|
|
# Date created: 2 July 2001
|
2001-08-23 01:07:23 +02:00
|
|
|
# Whom: petef@FreeBSD.org
|
2001-07-06 17:34:55 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= service-config
|
|
|
|
PORTVERSION= 0.51
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.superscript.com/service-config/
|
|
|
|
|
2006-04-14 22:45:44 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Utility to create and configure svscan service directories
|
2001-07-06 17:34:55 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= supervise:${PORTSDIR}/sysutils/daemontools
|
|
|
|
|
|
|
|
ALL_TARGET= it
|
|
|
|
INSTALL_TARGET= setup check
|
2003-11-20 16:06:14 +01:00
|
|
|
USE_PERL5_BUILD=yes
|
2001-07-06 17:34:55 +02:00
|
|
|
|
2006-09-03 03:39:23 +02:00
|
|
|
RESTRICTED= A possibly inherited DJB-style license would prohibit \
|
2001-07-06 17:34:55 +02:00
|
|
|
distribution of modified binary packages
|
|
|
|
|
|
|
|
post-patch:
|
2002-01-29 12:58:52 +01:00
|
|
|
@${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
|
|
|
|
@${ECHO_CMD} "${CC} ${CFLAGS} ${STRIP}" > ${WRKSRC}/conf-ld
|
2001-07-06 17:34:55 +02:00
|
|
|
@${PERL} -pi -e 's!/usr/local!${PREFIX}!g' ${WRKSRC}/conf-home
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|