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