mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
20 lines
437 B
Makefile
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>
|