1995-02-07 21:58:10 +00:00
|
|
|
# New ports collection makefile for: Mesa
|
1995-04-04 04:56:38 +00:00
|
|
|
# Version required: 1.1.3beta
|
1995-02-07 21:58:10 +00:00
|
|
|
# Date created: Tue Feb 7 12:02:49 1995
|
|
|
|
# Whom: hsu
|
|
|
|
#
|
1995-04-09 07:09:55 +00:00
|
|
|
# $Id: Makefile,v 1.7 1995/04/04 06:09:38 jkh Exp $
|
1995-02-07 21:58:10 +00:00
|
|
|
#
|
|
|
|
|
1995-04-04 04:56:38 +00:00
|
|
|
DISTNAME= Mesa-1.1.3beta
|
1995-04-09 07:09:55 +00:00
|
|
|
PKGNAME= Mesa-1.1.3b
|
1995-04-01 12:51:41 +00:00
|
|
|
CATEGORIES+= graphics
|
1995-04-09 07:09:55 +00:00
|
|
|
MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/misc/
|
|
|
|
|
|
|
|
# won't install until I convert the Makefiles to Imakefiles
|
|
|
|
NO_INSTALL= yes
|
1995-02-07 21:58:10 +00:00
|
|
|
WRKSRC= ${WRKDIR}/Mesa
|
1995-04-04 06:09:38 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X11= yes
|
1995-02-07 21:58:10 +00:00
|
|
|
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>
|