summaryrefslogblamecommitdiff
path: root/lang/intercal/Makefile
blob: c4eff378ff294088e04ee357df92e879c21b1855 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                
                           


                                                     
           

 
                             
                    
                                                    













                                                                          
# New ports collection makefile for:	intercal
# Version required:    0.19
# Date created:        20 March 1998
# Whom:                Matthew Hunt <mph@freebsd.org>
#
# $FreeBSD$
#

DISTNAME=	intercal-0.19
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>