freebsd-ports/misc/shc/Makefile

29 lines
540 B
Makefile
Raw Normal View History

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