diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 04:56:17 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 04:56:17 +0000 |
commit | b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d (patch) | |
tree | 5385aaba8d145f303a49f4d03b2ae3374f09932a /emulators/bochs | |
parent | (1) Include ${.CURDIR}/../Makefile.inc before ${MASTERDIR}/../Makefile.inc (diff) |
PORTNAME/VERSION stuff
Notes
Notes:
svn path=/head/; revision=27455
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 |