freebsd-ports/graphics/mesagl/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

24 lines
637 B
Makefile

# New ports collection makefile for: Mesa
# Version required: 1.1.2beta
# Date created: Tue Feb 7 12:02:49 1995
# Whom: hsu
#
# $Id: Makefile,v 1.4 1995/03/16 08:40:01 hsu Exp $
#
DISTNAME= Mesa-1.1.2beta
MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/misc/
CATEGORIES+= graphics
WRKSRC= ${WRKDIR}/Mesa
USE_GMAKE=
ALL_TARGET= freebsd
# won't install until I convert the Makefiles to Imakefiles
NO_INSTALL= yes
# 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>