blob: da14fa0809be6b440e1a61acb37e5e31b4016525 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= xorg-macros
PORTVERSION= 1.17
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
NO_STAGE= yes
.include <bsd.port.mk>
|