summaryrefslogtreecommitdiffstats
path: root/x11/xkbcomp/Makefile
blob: 71cb3e4d0c611bbc2b7739571ff99ceb41ff2192 (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
# New ports collection makefile for:    xkbcomp
# Date Created:             17 Feb 2006
# Whom:                 Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   xkbcomp
PORTVERSION=    1.2.4
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    Compile XKB keyboard description

LICENSE=    MIT

XORG_CAT=   app
USE_XORG=   x11 xkbfile

PLIST_FILES=    bin/xkbcomp \
        libdata/pkgconfig/xkbcomp.pc

MAN1=       xkbcomp.1

post-patch:
    @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
        ${WRKSRC}/Makefile.in

.include <bsd.port.mk>