mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
28 lines
676 B
Makefile
28 lines
676 B
Makefile
# New ports collection makefile for: Mesa
|
|
# Version required: 1.1.3beta
|
|
# Date created: Tue Feb 7 12:02:49 1995
|
|
# Whom: hsu
|
|
#
|
|
# $Id: Makefile,v 1.7 1995/04/04 06:09:38 jkh Exp $
|
|
#
|
|
|
|
DISTNAME= Mesa-1.1.3beta
|
|
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 need this after I convert the Makefiles to Imakefiles
|
|
pre-build:
|
|
if [ ! -e /usr/include/X11 ]; then \
|
|
ln -s /usr/X11R6/include/X11 /usr/include; \
|
|
fi
|
|
|
|
.include <bsd.port.mk>
|