aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkglext/Makefile
blob: f573ae8201cf197628ed031309c8c649102a97f8 (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
24
25
26
27
28
29
30
31
# New ports collection makefile for:    GtkGLExt
# Date created:             6 November 2002
# Whom:                 Kimura Fuyuki <fuyuki@hadaly.org>
#
# $FreeBSD$
#

PORTNAME=   gtkglext
PORTVERSION=    1.2.0
PORTREVISION=   7
CATEGORIES= x11-toolkits
MASTER_SITES=   SF
DIST_SUBDIR=    gnome2

MAINTAINER= ports@FreeBSD.org
COMMENT=    An OpenGL extension to GTK

USE_BZIP2=  yes
USE_GNOME=  gnomehack gnomeprefix gnometarget gtk20
USE_GL=     yes
USE_XORG=   xt
USE_GMAKE=  yes
USE_AUTOTOOLS=  libtool:22
USE_LDCONFIG=   yes

post-patch:
    @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \
        -e 's|-DGDK_DISABLE_DEPRECATED||g' \
        ${WRKSRC}/examples/Makefile.in ${WRKSRC}/gtk/Makefile.in 

.include <bsd.port.mk>