mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
012ad54748
- Adopt port - Remove local patches that are no longer needed
29 lines
619 B
Makefile
29 lines
619 B
Makefile
# New ports collection makefile for: intercal
|
|
# Date created: 20 March 1998
|
|
# Whom: Matthew Hunt <mph@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= intercal
|
|
PORTVERSION= 0.29
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.catb.org/~esr/intercal/
|
|
|
|
MAINTAINER= johans@FreeBSD.org
|
|
COMMENT= The C-INTERCAL compiler, ick, and supporting libraries
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CFLAGS+= -D_POSIX_SOURCE
|
|
DATADIR= ${PREFIX}/share/ick
|
|
|
|
MAN1= ick.1 convickt.1
|
|
INFO= ick
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/ICK_SPECIFIC_SUBDIR/s/-@PACKAGE_VERSION@// ' \
|
|
${WRKSRC}/buildaux/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|