freebsd-ports/misc/shc/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

28 lines
540 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
IGNORE= "Produces broken binaries"
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>