61aab85620
- update oclock to 1.0.2 - update twm to 1.0.7 - update xmodmap to 1.0.4 - update xorg-macros to 1.15.0 - update xprop to 1.2.1 - update xvinfo to 1.1.1 - update xwininfo to 1.1.2 Approved by: bapt (mentor) Obtained from: xorg-devel 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.15.0
|
|
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>
|