aboutsummaryrefslogtreecommitdiffstats
path: root/cad/scv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/scv/Makefile')
-rw-r--r--cad/scv/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/cad/scv/Makefile b/cad/scv/Makefile
deleted file mode 100644
index 78a63e54ddd5..000000000000
--- a/cad/scv/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: Peter Johnson
-# $FreeBSD$
-
-PORTNAME= scv
-PORTVERSION= 1.0p2
-CATEGORIES= cad devel
-MASTER_SITES= # you have to register and manually fetch
-EXTRACT_SUFX= -sysc2.2.12jun06.tgz
-
-MAINTAINER= ports@FreeBSD.org
-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
-
-USES= gmake
-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
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-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
-.endif
-
-pre-configure:
- @${MKDIR} ${WRKSRC}/objdir
-
-.include <bsd.port.post.mk>