ff01d1bb6f
Reported by: erwin Approved by: portmgr (blanket)
21 lines
429 B
Makefile
21 lines
429 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.1.5
|
|
CATEGORIES= devel x11
|
|
DISTNAME= util-macros-$(PORTVERSION)
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org development aclocal macros
|
|
|
|
XORG_CAT= util
|
|
|
|
PLIST_FILES= share/aclocal/xorgversion.m4 \
|
|
share/aclocal/xorg-macros.m4
|
|
|
|
.include <bsd.port.mk>
|