1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/lang/ohugs/Makefile
Oliver Braun 326579a25f Add ohugs 0.5, interpreter for Haskell with object-oriented features.
PR:		ports/48946
Submitted by:	Steffen Mazanek <steffen.mazanek@unibw-muenchen.de>
2003-03-05 16:06:49 +00:00

31 lines
752 B
Makefile

# New ports collection makefile for: ohugs
# Date created: 03.03.03
# Whom: Steffen Mazanek <steffen.mazanek@unibw-muenchen.de>
# $FreeBSD$
#
PORTNAME= ohugs
PORTVERSION= 0.5
CATEGORIES= lang haskell
MASTER_SITES= http://www.math.chalmers.se/~nordland/ohugs/
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= steffen.mazanek@unibw-muenchen.de
COMMENT= Interpreter for Haskell with object-oriented features
.if !defined(WITHOUT_X11)
LIB_DEPENDS= tix4182:${PORTSDIR}/x11-toolkits/tix
.endif
WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//}
USE_BISON= yes
post-patch:
.if !defined(WITHOUT_X11)
cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/extra-patch-graphics
.else
cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/extra-patch-text
.endif
.include <bsd.port.mk>