aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gucharmap/Makefile
blob: 89b4c8c5af76e0e534601e793a01b2a7963c4ef6 (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
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$

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

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

LICENSE=    GPLv3+
LICENSE_FILE=   ${WRKSRC}/COPYING

BUILD_DEPENDS=  itstool:textproc/itstool

PORTSCOUT=  limitw:1,even

USES=       desktop-file-utils gettext gmake gnome libtool pathfix \
        pkgconfig tar:xz
USE_GNOME=  gnomeprefix gtk30 intlhack introspection:build
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
CPPFLAGS+=  -I${LOCALBASE}/include
LIBS+=      -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip

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

.include <bsd.port.mk>