Lines 5-20
Link Here
|
5 |
# $FreeBSD: ports/devel/hs-happy/Makefile,v 1.24 2009/01/24 00:18:23 pgj Exp $ |
5 |
# $FreeBSD: ports/devel/hs-happy/Makefile,v 1.24 2009/01/24 00:18:23 pgj Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= happy |
7 |
PORTNAME= happy |
8 |
PORTVERSION= 1.18.2 |
8 |
PORTVERSION= 1.18.4 |
9 |
CATEGORIES= devel haskell |
9 |
CATEGORIES= devel haskell |
10 |
MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ |
10 |
MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ |
11 |
PKGNAMEPREFIX= hs- |
11 |
PKGNAMEPREFIX= hs- |
12 |
DISTNAME= ${PORTNAME}-${PORTVERSION} |
|
|
13 |
|
12 |
|
14 |
MAINTAINER= haskell@FreeBSD.org |
13 |
MAINTAINER= haskell@FreeBSD.org |
15 |
COMMENT= An LALR(1) parser generator for the functional language Haskell |
14 |
COMMENT= An LALR(1) parser generator for the functional language Haskell |
16 |
|
15 |
|
17 |
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc |
16 |
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc |
|
|
17 |
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 |
18 |
.if !defined(NOPORTDOCS) |
18 |
.if !defined(NOPORTDOCS) |
19 |
BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/html:${PORTSDIR}/textproc/docbook-xsl \ |
19 |
BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/html:${PORTSDIR}/textproc/docbook-xsl \ |
20 |
${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt |
20 |
${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt |
Lines 23-29
Link Here
|
23 |
PLIST_SUB+= RMLIC="" |
23 |
PLIST_SUB+= RMLIC="" |
24 |
.endif |
24 |
.endif |
25 |
|
25 |
|
26 |
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//g} |
|
|
27 |
PLIST_SUB+= SUBDIR=share/${PORTNAME}-${PORTVERSION} |
26 |
PLIST_SUB+= SUBDIR=share/${PORTNAME}-${PORTVERSION} |
28 |
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} |
27 |
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} |
29 |
PORTDOCS= LICENSE html |
28 |
PORTDOCS= LICENSE html |