summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/pangomm/Makefile
blob: 8cc64a6ac92ca3ef41fc152745207cc5d436e94d (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
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/trunk/x11-toolkits/pangomm/Makefile 17268 2013-04-01 05:13:11Z marcus $

PORTNAME=   pangomm
PORTVERSION=    2.28.4
PORTREVISION?=  0
CATEGORIES= x11-toolkits
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome2

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

USE_XZ=     yes

.if !defined(REFERENCE_PORT)

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

USE_GMAKE=  yes
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
USES=       pathfix
USE_GNOME=  pango glibmm cairomm
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-documentation \
        --enable-static=yes

PLIST_SUB=  VERSION="2.4" API_VERSION="1.4"

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

.include <bsd.port.mk>

.endif