1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/graphics/mesagl/Makefile

27 lines
675 B
Makefile
Raw Normal View History

# New ports collection makefile for: Mesa
1995-04-04 04:56:38 +00:00
# Version required: 1.1.3beta
# Date created: Tue Feb 7 12:02:49 1995
# Whom: hsu
#
1996-04-12 08:29:07 +00:00
# $Id: Makefile,v 1.8 1995/04/09 07:09:32 asami Exp $
#
1995-04-04 04:56:38 +00:00
DISTNAME= Mesa-1.1.3beta
PKGNAME= Mesa-1.1.3b
CATEGORIES+= graphics
MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/misc/
1996-04-12 08:29:07 +00:00
BROKEN= yes # won't install until I convert the Makefiles to Imakefiles
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>