freebsd-ports/textproc/hs-HaXml/Makefile
Pete Fritchman f11251d6ce Add haxml 1.05, a collection of utilities for using Haskell and XML
together.

PR:		38804
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-04 23:05:39 +00:00

30 lines
751 B
Makefile

# New ports collection makefile for: HaXml
# Date created: 01 June 2002
# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
#
# $FreeBSD$
PORTNAME= haxml
PORTVERSION= 1.05
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/
DISTNAME= HaXml-${PORTVERSION}
MAINTAINER= obraun@informatik.unibw-muenchen.de
BUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98
USE_GMAKE= yes
do-install:
@(cd ${WRKSRC} && ${INSTALL_PROGRAM} Canonicalise DrIFT DtdToHaskell Xtract ${PREFIX}/bin)
@${MKDIR} ${PREFIX}/lib/haxml
${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/lib/haxml
.if !defined(NOPORTDOCS)
@${RM} -rf ${WRKSRC}/docs/CVS
@${MKDIR} ${DOCSDIR}
@(cd ${WRKSRC} && ${CP} -R docs/* ${DOCSDIR})
.endif
.include <bsd.port.mk>