aboutsummaryrefslogtreecommitdiff
path: root/lang/intercal/Makefile
blob: 3b236f63785021d3cdce5aa11094d6caadb1a8dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>