diff options
author | asami <asami@FreeBSD.org> | 1995-04-09 15:09:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-09 15:09:55 +0800 |
commit | f056dadae80c38934e3c407cf909c480964e5e9b (patch) | |
tree | 1f2625c45ad59334f64677622a14ba76f8a41be3 /graphics/mesagl | |
parent | 513df593711426d8ece76d258b3a1539fc57cebb (diff) | |
download | freebsd-ports-graphics-f056dadae80c38934e3c407cf909c480964e5e9b.tar.gz freebsd-ports-graphics-f056dadae80c38934e3c407cf909c480964e5e9b.tar.zst freebsd-ports-graphics-f056dadae80c38934e3c407cf909c480964e5e9b.zip |
Yet another round of Makefile updates, graphics version.
Diffstat (limited to 'graphics/mesagl')
-rw-r--r-- | graphics/mesagl/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index 039f01d86f2..78c5b66bf73 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -3,18 +3,20 @@ # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # -# $Id: Makefile,v 1.6 1995/04/04 04:56:34 hsu Exp $ +# $Id: Makefile,v 1.7 1995/04/04 06:09:38 jkh Exp $ # DISTNAME= Mesa-1.1.3beta -MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/misc/ +PKGNAME= Mesa-1.1.3b CATEGORIES+= graphics +MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/misc/ + +# won't install until I convert the Makefiles to Imakefiles +NO_INSTALL= yes WRKSRC= ${WRKDIR}/Mesa USE_GMAKE= yes USE_X11= yes ALL_TARGET= freebsd -# won't install until I convert the Makefiles to Imakefiles -NO_INSTALL= yes # won't need this after I convert the Makefiles to Imakefiles pre-build: |