diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-12 04:56:17 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-12 04:56:17 +0000 |
commit | 7d5c65431aad0162dcd5aa917c5d1646dfb02c22 (patch) | |
tree | 70918f4cedb0a4f811642bffb1bcb275cecd393f /emulators/bochs | |
parent | b63050e9ed523e4a52ef681c03ecbdf827f2ad72 (diff) | |
download | FreeBSD-ports-7d5c65431aad0162dcd5aa917c5d1646dfb02c22.zip FreeBSD-ports-7d5c65431aad0162dcd5aa917c5d1646dfb02c22.tar.gz |
PORTNAME/VERSION stuff
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 9484345..e91984f 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 |