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/wine | |
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/wine')
-rw-r--r-- | emulators/wine/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 030d8046190e..12aeab4eb86f 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,24 +1,23 @@ # New ports collection makefile for: wine -# Version required: 980517 # Date created: Sa 9 Nov 1996 00:52:22 MET # Whom: se # # $FreeBSD$ # -DISTNAME= Wine-${DATE} -PKGNAME= wine-99.11.14 +PORTNAME= wine +PORTVERSION= 99.11.14 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development +DISTNAME= Wine-${PORTVERSION:S/.//g} MAINTAINER= se@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ GL.14:${PORTSDIR}/graphics/Mesa3 -DATE= 991114 -WRKSRC= ${WRKDIR}/wine-${DATE} +WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} GNU_CONFIGURE= yes MAN1= wine.1 MAN5= wine.conf.5 |