summaryrefslogtreecommitdiff
path: root/lang/intercal/Makefile
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2024-02-09 10:46:49 +0100
committerRobert Clausecker <fuz@FreeBSD.org>2024-02-10 14:43:01 +0100
commitea8439341a1cd47756e91fa328463a45c6d314b9 (patch)
tree62a17ae423ed6293b26a438dac57951edb129a7a /lang/intercal/Makefile
parentdevel/ocaml-opam: GNUMake run dependency. (diff)
lang/intercal: update to 0.32
- move WWW to new home - obey CC, even at runtime Changelog: https://gitlab.com/esr/intercal/-/blob/master/NEWS
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>