ports/lang/intercal/Makefile
Robert Clausecker 6f556fc1e7 lang/intercal: update to 0.33
- drop GNU_CONFIGURE_MANPREFIX

Changelog: http://www.catb.org/~esr/intercal/NEWS.html
2025-02-18 15:16:12 +01:00

21 lines
402 B
Makefile

PORTNAME= intercal
PORTVERSION= 0.33
CATEGORIES= lang
MASTER_SITES= http://www.catb.org/~esr/intercal/
MAINTAINER= fuz@FreeBSD.org
COMMENT= C-INTERCAL compiler, ick, and supporting libraries
WWW= https://gitlab.com/esr/intercal
LICENSE= GPLv2
USES= autoreconf gmake
GNU_CONFIGURE= yes
CPPFLAGS+= -DCC='\"${CC}\"'
DATADIR= ${PREFIX}/share/ick
INFO= ick
TEST_TARGET= check
.include <bsd.port.mk>