aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-crypto/Makefile
blob: 69aec390af17cf9a48281104e7cbdfd656e0f4cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# New ports collection makefile for:   crypto
# Date created:        23 June 2003
# Whom:                Oliver Braun <obraun@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   crypto
PORTVERSION=    0.2.0
CATEGORIES= devel haskell
MASTER_SITES=   http://haskell.cs.yale.edu/packages/downloads/
PKGNAMEPREFIX=  hs-
EXTRACT_SUFX=   .tar

MAINTAINER= obraun@FreeBSD.org
COMMENT=    A Haskell Cryptographic Library

BUILD_DEPENDS=  ghc:${PORTSDIR}/lang/ghc
RUN_DEPENDS=    ghc:${PORTSDIR}/lang/ghc

.if !defined(NOPORTDOCS)
BUILD_DEPENDS=  haddock:${PORTSDIR}/devel/hs-haddock
.endif

WRKSRC=     ${WRKDIR}
USE_REINPLACE=  yes
USE_GMAKE=  yes
ALL_TARGET= # empty

post-patch:
    ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
        ${WRKSRC}/Makefile ${WRKSRC}/package.conf

do-configure:
    @(cd ${WRKSRC} && ${GMAKE} depend)

.if !defined(NOPORTDOCS)
post-build:
    @(cd ${WRKSRC} && ${GMAKE} doc)
post-install:
    @${MKDIR} ${DOCSDIR}
    @(cd ${WRKSRC} && \
        ${INSTALL_DATA} *.html ReadMe.* haddock.css haskell_icon.gif ${DOCSDIR})
.endif

.include <bsd.port.mk>