1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/misc/shc/Makefile
Ying-Chieh Liao 3b9032fabc Replace ${PERL} with ${REINPLACE_CMD}
PR:		39665
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-22 17:23:30 +00:00

27 lines
503 B
Makefile

# ex:ts=8
# New ports collection makefile for: shc
# Date created: Feb 14, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= shc
PORTVERSION= 3.3
CATEGORIES= misc
MASTER_SITES= ftp://asterix.fi.upm.es/pub/facultad/departamentos/datsi/frosal/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
USE_REINPLACE= yes
ALL_TARGET= shc
MAN1= shc.1
post-patch:
@${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS},g ; \
s,/usr/local,${PREFIX},g" ${WRKSRC}/Makefile
.include <bsd.port.mk>