summaryrefslogtreecommitdiff
path: root/fonts/gucharmap/buildlink2.mk
blob: 7b63ea0d0368290a988dd81af587a077df03ab31 (plain)
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
# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/14 01:23:13 xtraeme Exp $
#
# This Makefile fragment is included by packages that use gucharmap.
#
# This file was created automatically using createbuildlink 2.8.
#

.if !defined(GUCHARMAP_BUILDLINK2_MK)
GUCHARMAP_BUILDLINK2_MK=	# defined

BUILDLINK_PACKAGES+=			gucharmap
BUILDLINK_DEPENDS.gucharmap?=		gucharmap>=1.0.0
BUILDLINK_PKGSRCDIR.gucharmap?=		../../fonts/gucharmap

EVAL_PREFIX+=	BUILDLINK_PREFIX.gucharmap=gucharmap
BUILDLINK_PREFIX.gucharmap_DEFAULT=	${LOCALBASE}
BUILDLINK_FILES.gucharmap+=	include/gucharmap/gucharmap-charmap.h
BUILDLINK_FILES.gucharmap+=	include/gucharmap/gucharmap-mini-fontsel.h
BUILDLINK_FILES.gucharmap+=	include/gucharmap/gucharmap-table.h
BUILDLINK_FILES.gucharmap+=	include/gucharmap/gucharmap-unicode-info.h
BUILDLINK_FILES.gucharmap+=	include/gucharmap/gucharmap-window.h
BUILDLINK_FILES.gucharmap+=	include/gucharmap/gucharmap.h
BUILDLINK_FILES.gucharmap+=	lib/gtk-2.0/2.2.0/immodules/im-gucharmap.*
BUILDLINK_FILES.gucharmap+=	lib/libgucharmap.*

.include "../../devel/libgnomeui/buildlink2.mk"

BUILDLINK_TARGETS+=	gucharmap-buildlink

gucharmap-buildlink: _BUILDLINK_USE

.endif	# GUCHARMAP_BUILDLINK2_MK