aboutsummaryrefslogtreecommitdiffstats
path: root/devel/xorg-macros/Makefile
blob: c33d62414d32bd2af23d51a7373d57bc9d4e00db (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
PORTNAME=	xorg-macros
PORTVERSION=	1.19.3
CATEGORIES=	devel x11
DISTNAME=	util-macros-${PORTVERSION}

MAINTAINER=	x11@FreeBSD.org
COMMENT=	X.Org development aclocal macros
WWW=		https://cgit.freedesktop.org/xorg/util/macros/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		xorg-cat:util

NO_ARCH=	yes

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

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

.include <bsd.port.mk>