1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/lang/intercal/Makefile
Johan van Selst 8a5d35c41a - Force use of modern GCC (4.6+) on FreeBSD 8.x and older
Otherwise, an unusable binary would be produced
- Bump PR

PR:		ports/174837
Submitted by:	Klaus Aehlig <aehlig@linta.de>
2012-12-31 13:34:42 +00:00

32 lines
620 B
Makefile

# Created by: Matthew Hunt <mph@freebsd.org>
# $FreeBSD$
PORTNAME= intercal
PORTVERSION= 0.29
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.catb.org/~esr/intercal/
MAINTAINER= johans@FreeBSD.org
COMMENT= The C-INTERCAL compiler, ick, and supporting libraries
GNU_CONFIGURE= yes
USE_GMAKE= yes
CFLAGS+= -D_POSIX_SOURCE
DATADIR= ${PREFIX}/share/ick
MAN1= ick.1 convickt.1
INFO= ick
post-patch:
@${REINPLACE_CMD} -e '/ICK_SPECIFIC_SUBDIR/s/-@PACKAGE_VERSION@// ' \
${WRKSRC}/buildaux/Makefile.in
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900000
USE_GCC= 4.6+
.endif
.include <bsd.port.post.mk>