summaryrefslogtreecommitdiff
path: root/graphics/Mesa3/Makefile
blob: 09dc123dade8a75c81ac3d3fec6f92f417c0ec64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    Mesa
# Version required:     2.1
# Date created:         3 Feb 1997
# Whom:                 paulo@isr.uc.pt
#
# $Id$
#

DISTNAME=       Mesa-2.1
CATEGORIES=	graphics

MASTER_SITES= 	ftp://iris.ssec.wisc.edu/pub/Mesa/

ALL_TARGET=	freebsd
USE_X11=	yes

pre-install:
	$(FILESDIR)/INSTALL $(DISTNAME) PRE-INSTALL

.include <bsd.port.mk>