summaryrefslogtreecommitdiffstats
path: root/devel/xorg-macros/Makefile
blob: 22ae3d0f1d1049e76be515e63391da955fdb67cb (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
# New ports collection makefile for:    xorg-macros
# Date Created:             24 Mar 2007
# Whom:                 Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   xorg-macros
PORTVERSION=    1.17
CATEGORIES= devel x11
DISTNAME=   util-macros-$(PORTVERSION)

MAINTAINER= x11@FreeBSD.org
COMMENT=    X.Org development aclocal macros

XORG_CAT=   util

MAKE_ARGS=  pkgconfigdir="${PREFIX}/libdata/pkgconfig"

PLIST_FILES=    share/aclocal/xorg-macros.m4 \
        libdata/pkgconfig/xorg-macros.pc \
        share/util-macros/INSTALL

PLIST_DIRS= share/util-macros

.include <bsd.port.mk>