mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
3a9d54a05e
- PREFIX-safety [2] - Change my email Submitted by: Phil Pennock <phil.pennock@globnix.org> [1], me (stas) [2] Approved by: sem (implicitly)
29 lines
589 B
Makefile
29 lines
589 B
Makefile
# New ports collection makefile for: intercal
|
|
# Date created: 20 March 1998
|
|
# Whom: Matthew Hunt <mph@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= intercal
|
|
PORTVERSION= 0.24
|
|
PORTREVISION= 1
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.catb.org/~esr/intercal/
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
COMMENT= The C-INTERCAL compiler, ick, and supporting libraries
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -D_POSIX_SOURCE"
|
|
|
|
post-patch:
|
|
#
|
|
# Respect PREFIX
|
|
#
|
|
@${REINPLACE_CMD} -E -e "s,/usr/local,${PREFIX},g" \
|
|
${WRKSRC}/perpetrate.c
|
|
|
|
.include <bsd.port.mk>
|