aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/pangomm/Makefile
blob: 6fe720caf0130760d32e4c1309c981f1508b18db (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
42
43
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>

PORTNAME=	pangomm
PORTVERSION=	2.40.1
PORTREVISION?=	4
CATEGORIES=	x11-toolkits
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome2

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

LICENSE=	LGPL21

USES=		tar:xz

.if !defined(REFERENCE_PORT)
PORTSCOUT=	limitw:1,even

USES+=		compiler:c++11-lang gmake gnome libtool localbase pathfix \
		pkgconfig
USE_CXXSTD=	c++11
USE_GNOME=	cairomm glibmm pango
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
CONFIGURE_ARGS=	--disable-documentation \
		--enable-static=yes
INSTALL_TARGET=	install-strip
BINARY_WRAPPERS=	gm4

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>

.else
PORTSCOUT=	ignore:1
.endif