ports/devel/xorg-macros/Makefile
Matthew Rezny 3bedfb641b Update to 1.19.1
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9440
2017-02-08 18:06:46 +00:00

20 lines
437 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= xorg-macros
PORTVERSION= 1.19.1
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
.include <bsd.port.mk>