aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/Mesa3
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-04-13 14:28:28 +0800
committerobrien <obrien@FreeBSD.org>2000-04-13 14:28:28 +0800
commitec53247193b80cb79e1601f1c5ef3c58fcdad674 (patch)
treef529e186cbac619bbb2056386d2afa15ea42b057 /graphics/Mesa3
parenta60844b38d528798f2a86e708537291a96c07f44 (diff)
downloadfreebsd-ports-gnome-ec53247193b80cb79e1601f1c5ef3c58fcdad674.tar.gz
freebsd-ports-gnome-ec53247193b80cb79e1601f1c5ef3c58fcdad674.tar.zst
freebsd-ports-gnome-ec53247193b80cb79e1601f1c5ef3c58fcdad674.zip
PORTNAME / PORTVERSION syntax conversion
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}