diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-16 11:23:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-16 11:23:53 +0000 |
commit | e4d49fde8f7718a00da2647a8fd3ab85daf234ac (patch) | |
tree | bd4637afc250a6a44894423de0847efb887f0b06 /emulators/bsvc | |
parent | - Use TCL/TK 8.4 (diff) |
- Use TCL/TK 8.4
- Remove WWW
PR: 110322
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Notes
Notes:
svn path=/head/; revision=187480
Diffstat (limited to 'emulators/bsvc')
-rw-r--r-- | emulators/bsvc/Makefile | 7 | ||||
-rw-r--r-- | emulators/bsvc/files/patch-src-Makefile.common | 2 | ||||
-rw-r--r-- | emulators/bsvc/pkg-descr | 2 |
3 files changed, 4 insertions, 7 deletions
diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile index 9e95a5f58565..fef4144960ee 100644 --- a/emulators/bsvc/Makefile +++ b/emulators/bsvc/Makefile @@ -7,7 +7,8 @@ PORTNAME= bsvc PORTVERSION= 2.1 -CATEGORIES= emulators tk82 +PORTREVISION= 1 +CATEGORIES= emulators tk84 MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/emulators DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} @@ -15,11 +16,9 @@ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= An extensible hardware simulation framework with MC68K support -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 - WRKSRC= ${WRKDIR}/${DISTNAME}/src - MAKE_ENV= PROJECT_BASE=${PREFIX} WRKSRC=${WRKSRC} +USE_TK= yes .include <bsd.port.pre.mk> diff --git a/emulators/bsvc/files/patch-src-Makefile.common b/emulators/bsvc/files/patch-src-Makefile.common index 0f0dade21e93..1131b6b81fa1 100644 --- a/emulators/bsvc/files/patch-src-Makefile.common +++ b/emulators/bsvc/files/patch-src-Makefile.common @@ -13,7 +13,7 @@ ## Name or path and Name of the Tcl/Tk "wish" executable #WISH = /usr/bin/wish -WISH = wish -+WISH = wish8.2 ++WISH = wish8.4 ## Name of WWW Browser and URL of the BSVC Home Page (or blank) WWW_BROWSER = diff --git a/emulators/bsvc/pkg-descr b/emulators/bsvc/pkg-descr index 20fb2852e483..6fe9ef2ee445 100644 --- a/emulators/bsvc/pkg-descr +++ b/emulators/bsvc/pkg-descr @@ -2,5 +2,3 @@ BSVC is an extensible simulator framework for microprocessor design and testing. It comes with a simulator and assembler for the Motorola MC68k family of microprocessors, and supplies a graphical user interface for simulation runs. - -WWW: http://www.redlinelabs.com/bsvc/ |