freebsd-ports/devel/xorg-macros/Makefile
Eitan Adler 1d110b7b7b Update to 1.16.1
Changes:
	Build changes only. However update now to avoid problems with future updates and reduce confusion about how up to date our X is.

Reviewed by:	miwi, kwm
Obtained from:	xorg-dev repo
2012-02-03 15:59:16 +00:00

26 lines
550 B
Makefile

# New ports collection makefile for: xorg-macros
# Date Created: 24 Mar 2007
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xorg-macros
PORTVERSION= 1.16.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
PLIST_DIRS= share/util-macros
.include <bsd.port.mk>