1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/graphics/Mesa3/Makefile

40 lines
912 B
Makefile
Raw Normal View History

# New ports collection makefile for: Mesa
1997-09-30 19:20:06 +00:00
# Date created: Tue Feb 7 12:02:49 1995
# Whom: hsu
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
PORTNAME= Mesa
2000-04-25 20:25:55 +00:00
PORTVERSION= 3.2
CATEGORIES= graphics
MASTER_SITES= http://download.sourceforge.net/mesa3d/ \
ftp://iris.ssec.wisc.edu/pub/Mesa/ \
1998-10-01 02:17:49 +00:00
ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/
DISTFILES= MesaLib-${PORTVERSION}${EXTRACT_SUFX} \
MesaDemos-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= jseger@FreeBSD.org
2000-04-25 20:25:55 +00:00
USE_BZIP2= yes
.if defined(WANT_GGI)
LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi
CONFIGURE_ARGS+=--with-ggi=${LOCALBASE}
.endif
GLVER= 14
GLUTVER= 3
USE_X_PREFIX= yes
USE_LIBTOOL= yes
2000-04-25 20:25:55 +00:00
USE_GMAKE= yes
CONFIGURE_ENV+= GLVER="${GLVER}" GLUTVER="${GLUTVER}"
PLIST_SUB= GLVER="${GLVER}" GLUTVER="${GLUTVER}"
post-install:
.for lib in GL GLU
@${LN} -sf ${PREFIX}/lib/lib${lib}.so ${PREFIX}/lib/libMesa${lib}.so
1997-09-30 19:20:06 +00:00
.endfor
.include <bsd.port.mk>