freebsd-ports/sysutils/service-config/Makefile
Akinori MUSHA 77f6c01ede Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:58:52 +00:00

28 lines
709 B
Makefile

# 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= petef@FreeBSD.org
RUN_DEPENDS= supervise:${PORTSDIR}/sysutils/daemontools
ALL_TARGET= it
INSTALL_TARGET= setup check
NO_PACKAGE= 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>