summaryrefslogtreecommitdiff
path: root/graphics/Mesa3
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-13 06:28:28 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-13 06:28:28 +0000
commit5fc663a1ad4abbd182153921cceebc17b7d29a63 (patch)
treee003e1c3fd02cb5f0b4b7d39987f8e77ea3cb925 /graphics/Mesa3
parentConvert this to PORTNAME/PORTVERSION. Don't know why it wasn't converted (diff)
PORTNAME / PORTVERSION syntax conversion
Notes
Notes: svn path=/head/; revision=27470
Diffstat (limited to 'graphics/Mesa3')
-rw-r--r--graphics/Mesa3/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile
index e92df7a5bda0..afacfec7efae 100644
--- a/graphics/Mesa3/Makefile
+++ b/graphics/Mesa3/Makefile
@@ -1,18 +1,18 @@
# New ports collection makefile for: Mesa
-# Version required: 3.1
# Date created: Tue Feb 7 12:02:49 1995
# Whom: hsu
#
# $FreeBSD$
#
-DISTNAME= MesaLib-${VERSION}
-PKGNAME= Mesa-${VERSION}
+PORTNAME= Mesa
+PORTVERSION= 3.1
CATEGORIES= graphics
MASTER_SITES= http://download.sourceforge.net/mesa3d/ \
ftp://iris.ssec.wisc.edu/pub/Mesa/ \
ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MesaDemos-${VERSION}.tar.gz
+DISTFILES= MesaLib-${PORTVERSION}${DISTNAME}${EXTRACT_SUFX} \
+ MesaDemos-${VERSION}.tar.gz
MAINTAINER= jseger@FreeBSD.org
@@ -21,7 +21,6 @@ LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi
CONFIGURE_ARGS+=--with-ggi=${LOCALBASE}
.endif
-VERSION= 3.1
GLVER= 14
GLUTVER= 3
WRKSRC= ${WRKDIR}/${PKGNAME}