aboutsummaryrefslogtreecommitdiff
path: root/devel/xorg-macros/Makefile
blob: bebaf71d52baaf2a23a66a692f2abf35c8468f45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>