1998-04-17 23:52:20 +02:00
|
|
|
# New ports collection makefile for: intercal
|
|
|
|
# Date created: 20 March 1998
|
|
|
|
# Whom: Matthew Hunt <mph@freebsd.org>
|
|
|
|
#
|
1999-08-25 08:35:40 +02:00
|
|
|
# $FreeBSD$
|
1998-04-17 23:52:20 +02:00
|
|
|
#
|
|
|
|
|
2000-04-12 08:21:15 +02:00
|
|
|
PORTNAME= intercal
|
2006-07-29 03:56:31 +02:00
|
|
|
PORTVERSION= 0.24
|
2006-10-09 00:04:47 +02:00
|
|
|
PORTREVISION= 1
|
1998-04-17 23:52:20 +02:00
|
|
|
CATEGORIES= lang
|
2003-03-01 14:04:27 +01:00
|
|
|
MASTER_SITES= http://www.catb.org/~esr/intercal/
|
1998-04-17 23:52:20 +02:00
|
|
|
|
2006-10-09 00:04:47 +02:00
|
|
|
MAINTAINER= stas@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= The C-INTERCAL compiler, ick, and supporting libraries
|
1998-04-17 23:52:20 +02:00
|
|
|
|
2006-07-29 03:56:31 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -D_POSIX_SOURCE"
|
1998-04-17 23:52:20 +02:00
|
|
|
|
2006-10-09 00:04:47 +02:00
|
|
|
post-patch:
|
|
|
|
#
|
|
|
|
# Respect PREFIX
|
|
|
|
#
|
|
|
|
@${REINPLACE_CMD} -E -e "s,/usr/local,${PREFIX},g" \
|
|
|
|
${WRKSRC}/perpetrate.c
|
|
|
|
|
1998-04-17 23:52:20 +02:00
|
|
|
.include <bsd.port.mk>
|