1d110b7b7b
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
26 lines
550 B
Makefile
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>
|