2013-09-20 21:53:09 +02:00
|
|
|
# Created by: 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
|
2012-07-13 17:41:42 +02:00
|
|
|
PORTVERSION= 0.29
|
2012-12-31 14:34:42 +01: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
|
|
|
|
2012-07-13 17:41:42 +02:00
|
|
|
MAINTAINER= johans@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
|
2013-12-29 17:19:57 +01:00
|
|
|
USES= gmake
|
2011-09-24 00:26:39 +02:00
|
|
|
CFLAGS+= -D_POSIX_SOURCE
|
2012-07-13 17:41:42 +02:00
|
|
|
DATADIR= ${PREFIX}/share/ick
|
|
|
|
|
|
|
|
INFO= ick
|
1998-04-17 23:52:20 +02:00
|
|
|
|
2006-10-09 00:04:47 +02:00
|
|
|
post-patch:
|
2012-07-13 17:41:42 +02:00
|
|
|
@${REINPLACE_CMD} -e '/ICK_SPECIFIC_SUBDIR/s/-@PACKAGE_VERSION@// ' \
|
|
|
|
${WRKSRC}/buildaux/Makefile.in
|
2006-10-09 00:04:47 +02:00
|
|
|
|
2012-12-31 14:34:42 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 900000
|
2013-08-17 18:27:24 +02:00
|
|
|
USE_GCC= yes
|
2012-12-31 14:34:42 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|