aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/wxgtk-devel/Makefile
blob: fb5718c62146d1a24b3fb5b8c6f6af8b2f96d9ae (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
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:    wxGTK
# Date created:                 September 18, 1999
# Whom:                 nectar@FreeBSD.ORG
#
# $FreeBSD$
#

PORTNAME=   wxgtk
PORTVERSION=    2.2.6
CATEGORIES= x11-toolkits
MASTER_SITES=   ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/
DISTNAME=   wxGTK-${PORTVERSION}

MAINTAINER= nectar@FreeBSD.org

LIB_DEPENDS=    png.4:${PORTSDIR}/graphics/png \
        tiff.4:${PORTSDIR}/graphics/tiff \
        jpeg.9:${PORTSDIR}/graphics/jpeg

USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_GTK=    yes
USE_AUTOCONF=   yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-libpng=sys \
        --with-libjpeg=sys \
        --with-libtiff=sys \
        --with-zlib=sys
CONFIGURE_ENV=  CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

AUTOCONF=   autoconf && \
            ${PERL} -pi -e 's|-l\$$THREADS_LIB|${PTHREAD_LIBS}|g ; \
                    s|-l\$$THREADS_LINK|${PTHREAD_LIBS}|g' \
                        ${WRKSRC}/configure

post-install:
    @${RM} -rf ${PREFIX}/include/wx/motif
    @${RM} -rf ${PREFIX}/include/wx/msw

.include <bsd.port.mk>