2006-12-22 04:09:38 -05:00
# New ports collection makefile for: scv
# Date created: 16 December 2006
# Whom: Peter Johnson
#
# $FreeBSD$
#
PORTNAME = scv
PORTVERSION = 1.0p2
CATEGORIES = cad devel
2007-07-19 03:44:08 -04:00
MASTER_SITES = # you have to register and manually fetch
2006-12-22 04:09:38 -05:00
EXTRACT_SUFX = -sysc2.2.12jun06.tgz
MAINTAINER = johnson.peter@gmail.com
COMMENT = SystemC Verification library
BUILD_DEPENDS = ${ LOCALBASE } /systemc/lib-freebsd/libsystemc.a:${ PORTSDIR } /cad/systemc
RUN_DEPENDS = ${ LOCALBASE } /systemc/lib-freebsd/libsystemc.a:${ PORTSDIR } /cad/systemc
RESTRICTED = You have to register at http://www.systemc.org/account/register.php first
USE_GMAKE = yes
HAS_CONFIGURE = yes
WRKSRC = ${ WRKDIR } /scv-1.0p2-sysc2.2
CONFIGURE_SCRIPT = ../configure
CONFIGURE_ARGS = --with-systemc= ${ LOCALBASE } /systemc ${ CONFIGURE_TARGET }
CONFIGURE_WRKSRC = ${ WRKSRC } /objdir
BUILD_WRKSRC = ${ WRKSRC } /objdir
INSTALL_WRKSRC = ${ WRKSRC } /objdir
. i n c l u d e < b s d . p o r t . p r e . m k >
. i f ! e x i s t s ( $ { D I S T D I R } / $ { D I S T N A M E } $ { E X T R A C T _ S U F X } )
IGNORE = is restricted. You have to register at http://www.systemc.org/account/register.php and download ${ DISTFILES } from there first. Then put ${ DISTFILES } into ${ DISTDIR } and run make again
. e n d i f
pre-configure :
@${ MKDIR } ${ WRKSRC } /objdir
. i n c l u d e < b s d . p o r t . p o s t . m k >