diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
commit | 7f6c181f3858aaf4e88fb144597b8634b03a89d0 (patch) | |
tree | 50458c593c017954928a3a698c0a8f4fa0143954 /graphics/Mesa3 | |
parent | Another round of Makefile updates, editors version. (diff) |
Yet another round of Makefile updates, graphics version.
Notes
Notes:
svn path=/head/; revision=1309
Diffstat (limited to 'graphics/Mesa3')
-rw-r--r-- | graphics/Mesa3/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile index 039f01d86f27..78c5b66bf73c 100644 --- a/graphics/Mesa3/Makefile +++ b/graphics/Mesa3/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: |