aboutsummaryrefslogtreecommitdiff
path: root/security/mosref/Makefile
blob: 59e2d3418b560884f0b5f4c5e06936259e9a45de (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
# Ports collection makefile for: security/mosref
# Date created: 2006-08-18
# Whom:         Piet Delport
#
# $FreeBSD$

PORTNAME=	mosref
PORTVERSION=	2.0.b3
CATEGORIES=	security lang scheme
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=		${PORTNAME}-2.0-beta3

MAINTAINER=	pjd@satori.za.net
COMMENT=	A secure remote execution framework using a compact Scheme-influenced VM

USE_GMAKE=	yes

PORTDOCS=	ChangeLog TODO vm-implementation.tex vm-implementation.pdf

# The distfile has execute bits set on everything; fix.
post-extract:
	${FIND} ${WRKSRC} -type f -exec ${CHMOD} a-x {} ";"

post-patch:
	${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/bin/install.ms

post-install:
	@${MKDIR} ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/share/vimrc ${DATADIR}
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog TODO ${DOCSDIR}
	cd ${WRKSRC}/doc && ${INSTALL_DATA} vm-implementation.tex vm-implementation.pdf ${DOCSDIR}
.endif

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=		requires stdint.h
.endif

.include <bsd.port.post.mk>