head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.01.08;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2009.08.22.00.34.56;	author amdmi3;	state Exp;
branches;
next	1.7;

1.7
date	2009.01.21.19.49.16;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2009.01.07.18.18.29;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2008.06.18.20.00.54;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2007.09.30.10.54.00;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2007.04.21.17.32.31;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2006.09.02.13.33.36;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.23.13.13.56;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# Ports collection makefile for: security/mosref
# Date created: 2006-08-18
# Whom:         Piet Delport
#
# $FreeBSD: head/security/mosref/Makefile 300897 2012-07-14 14:29:18Z beat $

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

MAINTAINER=	pjdelport@@gmail.com
COMMENT=	A secure remote execution framework using a compact Scheme-influenced VM

USE_GMAKE=	yes

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

.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
BROKEN=		segmentation fault during build
.endif

# 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.post.mk>
@


1.8
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Mark BROKEN on amd64/7: segfault during build

Reported by:	pointyhat
@
text
@d10 1
a10 2
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.6
log
@- Update maintainer address

Reported by:	bounce message
@
text
@d21 6
d43 1
a43 1
.include <bsd.port.mk>
@


1.5
log
@- Unmark BROKEN: no longer segfaults during build on amd64
@
text
@d14 1
a14 1
MAINTAINER=	pjd@@satori.za.net
@


1.4
log
@Remove 4.X cruft.
@
text
@d37 1
a37 7
.include <bsd.port.pre.mk>

.if ${ARCH} != "i386"
BROKEN=		Segfault during build on !i386
.endif

.include <bsd.port.post.mk>
@


1.3
log
@BROKEN: Segfault during build on !i386
@
text
@a42 4
.if ${OSVERSION} < 500000
BROKEN=		requires stdint.h
.endif

@


1.2
log
@- Use OSVERSION instead of exist()

Noticed by:	kris
Approved by:	Piet Delport (maintainer, implicit)
@
text
@d39 4
@


1.1
log
@Add mosref 2.0.b3, a secure remote execution framework using a compact
Scheme-influenced VM.

PR:		ports/102238
Submitted by:	Piet Delport
@
text
@d39 1
a39 1
.if !exists(/usr/include/stdint.h)
@

