summaryrefslogtreecommitdiff
path: root/lang/intercal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/intercal/Makefile')
-rw-r--r--lang/intercal/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile
index 60615b7bad31..091860057d65 100644
--- a/lang/intercal/Makefile
+++ b/lang/intercal/Makefile
@@ -1,23 +1,20 @@
PORTNAME= intercal
-PORTVERSION= 0.31
+PORTVERSION= 0.32
CATEGORIES= lang
MASTER_SITES= http://www.catb.org/~esr/intercal/
MAINTAINER= fuz@FreeBSD.org
COMMENT= C-INTERCAL compiler, ick, and supporting libraries
-WWW= http://www.catb.org/~esr/intercal/
+WWW= https://gitlab.com/esr/intercal
LICENSE= GPLv2
-USES= gmake
+USES= autoreconf gmake
GNU_CONFIGURE= yes
-CFLAGS+= -D_POSIX_C_SOURCE=200809L
+CPPFLAGS+= -DCC='\"${CC}\"'
DATADIR= ${PREFIX}/share/ick
INFO= ick
-
-post-patch:
- @${REINPLACE_CMD} -e '/ICK_SPECIFIC_SUBDIR/s/-@PACKAGE_VERSION@// ' \
- ${WRKSRC}/buildaux/Makefile.in
+TEST_TARGET= check
.include <bsd.port.mk>