freebsd-ports/lang/whitespace/Makefile
Aaron Dalton 4136ed975a Add whitespace 0.3, an interpreter for the Whitespace programming
language.

PR:		ports/97479
Submitted by:	Li-Lun Wang <llwang@infor.org>
Approved by:	tobez
2006-05-30 20:04:03 +00:00

36 lines
854 B
Makefile

# New ports collection makefile for: whitespace
# Date created: 18 May 2006
# Whom: Li-Lun Wang <llwang@infor.org>
#
# $FreeBSD$
#
PORTNAME= whitespace
PORTVERSION= 0.3
CATEGORIES= lang
MASTER_SITES= http://compsoc.dur.ac.uk/whitespace/downloads/
DISTNAME= wspace-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= llwang@infor.org
COMMENT= An interpreter for the Whitespace programming language
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
WRKSRC= ${WRKDIR}/WSpace
USE_GMAKE= yes
ALL_TARGET= ${TARGET}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wspace ${PREFIX}/bin
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/tutorial.html ${DOCSDIR}
.endif
.include <bsd.port.mk>