1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/lang/intercal/Makefile

26 lines
552 B
Makefile
Raw Normal View History

# New ports collection makefile for: intercal
# Date created: 20 March 1998
# Whom: Matthew Hunt <mph@freebsd.org>
#
1999-08-25 06:35:40 +00:00
# $FreeBSD$
#
PORTNAME= intercal
2000-11-29 18:39:54 +00:00
PORTVERSION= 0.20
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>