aboutsummaryrefslogtreecommitdiff
path: root/lang/elan/Makefile
blob: 54e8ef74d2d4f8f8f9d110b62ba4a0ad8419ab5f (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
# New ports collection makefile for:	elan
# Date created:				19 Nov 2005
# Whom:					Ed Schouten <ed@fxq.nl>
#
# $FreeBSD$
#

PORTNAME=		elan
PORTVERSION=		1.7b
PORTREVISION=	1
CATEGORIES=		lang
MASTER_SITES=		ftp://ftp.cs.ru.nl/pub/vb/
DISTNAME=		${PORTNAME}-1.7-beta

MAINTAINER=		ed@fxq.nl
COMMENT=		Compiler for the Elan Programming Environment

LIB_DEPENDS=		dcg:${PORTSDIR}/devel/mimir

WRKSRC=			${WRKDIR}/${PORTNAME}-1.7

MAN1=			elancc.1

USE_GMAKE=		yes
GNU_CONFIGURE=		yes
INSTALLS_SHLIB=		yes

.include <bsd.port.pre.mk>

post-install:
.if !defined (NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/manuals/compiler/comp.ps \
		${DOCSDIR}/elan-compiler.ps
	${INSTALL_DATA} ${WRKSRC}/manuals/language/elan.ps \
		${DOCSDIR}/elan-language.ps
.endif

.include <bsd.port.post.mk>