Files
ports/lang/intercal/Makefile
T
2026-04-07 16:22:48 +02:00

21 lines
402 B
Makefile

PORTNAME= intercal
PORTVERSION= 0.34
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>