aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libGLU/Makefile
blob: d2a44c4dd22595c8be82f69219af138c89d68a84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libGLU
PORTVERSION=    9.0.0
PORTREVISION=   3
CATEGORIES= graphics
MASTER_SITES=   ftp://ftp.freedesktop.org/pub/mesa/glu/
DISTNAME=   glu-${PORTVERSION}

MAINTAINER= x11@FreeBSD.org
COMMENT=    OpenGL utility library

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
USES=       libtool pathfix pkgconfig tar:bzip2
USE_GL=     gl
USE_LDCONFIG=   yes

.include <bsd.port.mk>