blob: 13742f3925948810fe115a86daf87ae3a2c2ee21 (
plain) (
tree)
|
|
# New ports collection makefile for: intercal
# Version required: 0.18
# Date created: 20 March 1998
# Whom: Matthew Hunt <mph@freebsd.org>
#
# $FreeBSD$
#
DISTNAME= intercal-0.18
CATEGORIES= lang
MASTER_SITES= http://www.tuxedo.org/~esr/intercal/
MAINTAINER= mph@freebsd.org
WRKSRC= $(WRKDIR)/$(DISTNAME)/src
pre-install:
${MKDIR} ${PREFIX}/share/intercal
${MKDIR} ${PREFIX}/lib/intercal
post-install:
${MKDIR} ${PREFIX}/share/intercal/pit
${CP} -R $(WRKDIR)/$(DISTNAME)/pit/* ${PREFIX}/share/intercal/pit
.include <bsd.port.mk>
|