summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkmm30/Makefile
blob: df17c9a46699036fb081af9c9e8128b5b6b88138 (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
# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
# $FreeBSD$
#   $MCom$

PORTNAME=   gtkmm
PORTVERSION=    3.14.0
PORTREVISION?=  0
CATEGORIES= x11-toolkits
MASTER_SITES=   GNOME
PKGNAMESUFFIX=  30
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    C++ wrapper for Gtk+3

USES=       tar:xz

.if !defined(REFERENCE_PORT)

BUILD_DEPENDS=  gm4:${PORTSDIR}/devel/m4

USES+=      gettext gmake libtool pathfix pkgconfig
USE_GNOME=  gtk30 glibmm cairomm atkmm pangomm
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
CPPFLAGS+=  -I${LOCALBASE}/include
LIBS+=      -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-documentation
INSTALL_TARGET= install-strip

PLIST_SUB=  VERSION="3.0" API_VERSION="3.0"

post-patch:
    @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \
        ${WRKSRC}/Makefile.in

.include <bsd.port.mk>

.endif