diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-16 19:23:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-16 19:23:53 +0800 |
commit | ca491ded77a11878605f86901694e486c2add9f5 (patch) | |
tree | 04e8a0c21afdf212d011c48f35d89ce487f3cbed /emulators | |
parent | 25fb025f5c7d0946ef5b68879d70f0b7fd41b35f (diff) | |
download | freebsd-ports-gnome-ca491ded77a11878605f86901694e486c2add9f5.tar.gz freebsd-ports-gnome-ca491ded77a11878605f86901694e486c2add9f5.tar.zst freebsd-ports-gnome-ca491ded77a11878605f86901694e486c2add9f5.zip |
- Use TCL/TK 8.4
- Remove WWW
PR: 110322
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Diffstat (limited to 'emulators')
-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/ |