summaryrefslogtreecommitdiff
path: root/lang/hugs/Makefile
blob: edc3f76edc8b45b0b9dcd133cf0bc7daab598d41 (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
# New ports collection makefile for:	hugs
# Date created:		22 September 1997
# Whom:			Torsten Teg Grust (Torsten.Grust@uni-konstanz.de)
#
# $FreeBSD$
#

PORTNAME=	hugs98
PORTVERSION=	200102
PORTREVISION=	1
CATEGORIES=	lang
MASTER_SITES=	ftp://www.cse.ogi.edu/pub/pacsoft/hugs/
DISTNAME=	${PORTNAME}-${HUGS_DATE}

MAINTAINER=	obraun@informatik.unibw-muenchen.de

WRKSRC=		${WRKDIR}/hugs98-${HUGS_DATE}/src

ALL_TARGET=	default

# how to install a directory
INSTALL_DIR=	${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755
# where the Hugs documentation (distribution) files live
HUGS_DOC=	${WRKDIR}/hugs98-${HUGS_DATE}/docs
# Little hack to teach it to use our install
MAKE_ENV+=	HACK_INSTALL_DIR="${INSTALL_DIR}"
HUGS_DATE=	Feb2001

MAN1=		hugs.1

post-install:
	${SED} -e "s#Prelude\.hs#lib/&#" \
	       -e "s#^\.ds LB .*#.ds LB ${PREFIX}/share/hugs#" \
	       -e "s#^\.ds BN .*#.ds BN ${PREFIX}/bin#" \
	       < ${HUGS_DOC}/hugs.1 > ${HUGS_DOC}/hugs.1.fix
	${INSTALL_MAN} ${HUGS_DOC}/hugs.1.fix ${PREFIX}/man/man1/${MAN1}
	${RM} ${HUGS_DOC}/hugs.1.fix
.if !defined(NOPORTDOCS)
	${INSTALL_DIR} -d ${PREFIX}/share/doc/hugs
	${INSTALL_DATA} ${HUGS_DOC}/* ${PREFIX}/share/doc/hugs
.endif

.include <bsd.port.mk>