summaryrefslogtreecommitdiffstats
path: root/graphics/mesagl
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-04-13 06:28:28 +0000
committerobrien <obrien@FreeBSD.org>2000-04-13 06:28:28 +0000
commitec53247193b80cb79e1601f1c5ef3c58fcdad674 (patch)
treef529e186cbac619bbb2056386d2afa15ea42b057 /graphics/mesagl
parenta60844b38d528798f2a86e708537291a96c07f44 (diff)
downloadFreeBSD-ports-ec53247193b80cb79e1601f1c5ef3c58fcdad674.zip
FreeBSD-ports-ec53247193b80cb79e1601f1c5ef3c58fcdad674.tar.gz
PORTNAME / PORTVERSION syntax conversion
Diffstat (limited to 'graphics/mesagl')
-rw-r--r--graphics/mesagl/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile
index e92df7a..afacfec 100644
--- a/graphics/mesagl/Makefile
+++ b/graphics/mesagl/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}
OpenPOWER on IntegriCloud