summaryrefslogtreecommitdiff
path: root/fonts/xorg-fontsEncodings/Makefile.common
blob: ccdf9fc704aaf1d555b99b8365d64344d4e0a1be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile.common,v 1.1 2005/05/23 20:53:28 xtraeme Exp $

.ifndef XORG_FONTSENCODINGS_COMMON
XORG_FONTSENCODINGS_COMMON=	defined

BUILD_DEPENDS+=	xorg-clients>=${XORG_VER}:../../x11/xorg-clients

FILESDIR=	${PKGSRCDIR}/fonts/xorg-fontsEncodings/files
PATCHDIR=	${PKGSRCDIR}/fonts/xorg-fontsEncodings/patches
DISTINFO_FILE=	${PKGSRCDIR}/fonts/xorg-fontsEncodings/distinfo

.include "../../meta-pkgs/xorg/Makefile.common"

.endif