mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
9f672be6c8
Closes PR #2659. Submitted by: Paulo Menezes <paulo@isr.uc.pt>
21 lines
374 B
Makefile
21 lines
374 B
Makefile
# 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>
|