diff options
Diffstat (limited to 'graphics/Mesa3/Makefile')
-rw-r--r-- | graphics/Mesa3/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile index cae56d17efc9..e9d1ef0fa455 100644 --- a/graphics/Mesa3/Makefile +++ b/graphics/Mesa3/Makefile @@ -1,16 +1,18 @@ # New ports collection makefile for: Mesa -# Version required: 1.2.7 -# Date created: Tue Feb 7 12:02:49 1995 -# Whom: hsu +# Version required: 2.0 +# Date created: 3 Dec 1996 +# Whom: paulo@isr.uc.pt # -# $Id: Makefile,v 1.10 1996/05/16 06:19:11 asami Exp $ +# $Id$ # - -DISTNAME= Mesa-1.2.7 +DISTNAME= Mesa-2.0 +PKGNAME= mesa-2.0 CATEGORIES= graphics -MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ - -ALL_TARGET= freebsd +MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ +DISTFILES= Mesa-2.0.tar.gz +ALL_TARGET= freebsd USE_X11= yes .include <bsd.port.mk> + + |