diff options
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 9484345ac54d..e91984f1beb0 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,21 +1,21 @@ # ex:ts=8 # Ports collection makefile for: bochs -# Version required: 0.0 # Date created: 16 December 1997 # Whom: alex # # $FreeBSD$ # -DISTNAME= bochs-${DATE}c +PORTNAME= bochs +PORTVERSION= 2000_0104c CATEGORIES= emulators MASTER_SITES= ftp://ftp.bochs.com/pub/ +DISTFILE= ${PORTNAME}-${PORTVERSION}c MAINTAINER= obrien@FreeBSD.org VGABIOS= VGABIOS-elpin-2.20 BIOS= BIOS-bochs-990925a -DATE= 2000_0104 USE_XLIB= yes GNU_CONFIGURE= YES |