freebsd-ports/lang/intercal/Makefile
2021-04-06 16:31:07 +02:00

25 lines
496 B
Makefile

# Created by: Matthew Hunt <mph@FreeBSD.org>
PORTNAME= intercal
PORTVERSION= 0.31
CATEGORIES= lang
MASTER_SITES= http://www.catb.org/~esr/intercal/
MAINTAINER= ports@FreeBSD.org
COMMENT= C-INTERCAL compiler, ick, and supporting libraries
LICENSE= GPLv2
USES= gmake
GNU_CONFIGURE= yes
CFLAGS+= -D_POSIX_SOURCE
DATADIR= ${PREFIX}/share/ick
INFO= ick
post-patch:
@${REINPLACE_CMD} -e '/ICK_SPECIFIC_SUBDIR/s/-@PACKAGE_VERSION@// ' \
${WRKSRC}/buildaux/Makefile.in
.include <bsd.port.mk>