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

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

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

USE_BZIP2=  yes
USES=       pathfix pkgconfig
USE_GL=     gl
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-static
USE_LDCONFIG=   yes

post-install:
    @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libGLU.so.1

.include <bsd.port.mk>