# $OpenBSD$

COMMENT=		"tools for the typesafe dialect of C cyclone"

ONLY_FOR_ARCHS=		i386

DISTNAME=		cyclone-0.3
CATEGORIES=		lang

HOMEPAGE=		http://www.cs.cornell.edu/projects/cyclone/

MAINTAINER=		Jose Nazario <jose@crimelabs.net>

# GPL
PERMIT_PACKAGE_CDROM=	Yes 
PERMIT_PACKAGE_FTP=	Yes
PERMIT_DISTFILES_CDROM=	Yes
PERMIT_DISTFILES_FTP=	Yes 

MASTER_SITES=		http://www.cs.cornell.edu/projects/cyclone/software/

USE_GMAKE=		Yes
CONFIGURE_STYLE=	simple
CONFIGURE_ARGS=		-sh ksh -prefix ${PREFIX}

# uses -O2, but exhausts. this could probably be restored ...
CFLAGS=		

# unpacks in the wrong place.
post-extract:
	mv ${WRKDIR}/.version ${WRKDIR}/${DISTNAME}

REGRESS_DEPENDS=	cyclone-0.3::lang/cyclone
REGRESS_TARGET=		test

.include <bsd.port.mk>
