summaryrefslogtreecommitdiffstats
path: root/deskutils/gucharmap3/Makefile
blob: d108ae12644bcbea780ba2e09b6a70f415d5010c (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
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/trunk/deskutils/gucharmap3/Makefile 18553 2013-06-17 14:39:34Z kwm $

PORTNAME=   gucharmap
PORTVERSION=    3.6.1
CATEGORIES= deskutils gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Unicode/ISO10646 character map and font viewer

BUILD_DEPENDS=  itstool:${PORTSDIR}/textproc/itstool

CONFLICTS=  gucharmap-2.[0-9]*

NO_STAGE=   yes
LATEST_LINK=    gucharmap3
USE_XZ=     yes
USES=       gettext gmake pathfix pkgconfig
USE_GNOME=  gnomeprefix gtk30 intlhack introspection:build
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
CONFIGURE_ARGS= --disable-Bsymbolic
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

GLIB_SCHEMAS=   org.gnome.Charmap.enums.xml org.gnome.Charmap.gschema.xml

.include <bsd.port.mk>