blob: 05da332392b023097a68e54f89be22f38ca66b86 (
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
25
|
# New ports collection makefile for: intercal
# Version required: 0.18
# Date created: 20 March 1998
# Whom: Matthew Hunt <mph@freebsd.org>
#
# $Id: Makefile,v 1.1.1.1 1998/04/17 21:52:16 mph Exp $
#
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>
|