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/vMac | |
parent | 5e49915a14d6e0074778dbb432dd40bbd9120b02 (diff) |
PORTNAME/VERSION stuff
Notes
Notes:
svn path=/head/; revision=27455
Diffstat (limited to 'emulators/vMac')
-rw-r--r-- | emulators/vMac/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/vMac/Makefile b/emulators/vMac/Makefile index 57ff68ec0c9d..c1bde3422830 100644 --- a/emulators/vMac/Makefile +++ b/emulators/vMac/Makefile @@ -1,21 +1,21 @@ # New ports collection makefile for: vMac -# Version required: 0.1.9.3 # Date created: Jul 11th 1999 # Whom: troll # # $FreeBSD$ # -DISTNAME= vMac-0.1.9.3-src -PKGNAME= vMac-0.1.9.3 +PORTNAME= vMac +PORTVERSION= 0.1.9.3 CATEGORIES= emulators MASTER_SITES= http://www.vmac.org/download/XWindows/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src EXTRACT_SUFX= .tgz MAINTAINER= troll@digitalspark.net MAKEFILE= Makefile -WRKSRC= ${WRKDIR}/vMac-0.1.9.3 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes HAS_CONFIGURE= yes USE_XLIB= yes |