aboutsummaryrefslogtreecommitdiff
path: root/x11/xorg-cf-files/Makefile
blob: 2d56801be8f99e65528f236a6b296fc01a9bf2b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Dave Grochowski
# $FreeBSD$

PORTNAME=	xorg-cf-files
PORTVERSION=	1.0.6
CATEGORIES=	x11

MAINTAINER=	x11@FreeBSD.org
COMMENT=	X.org cf files for use with imake builds

LICENSE=	MIT

USES=		xorg-cat:util

post-patch:
		@${REINPLACE_CMD} 's|\(define ExtraXaw[^ ]*\) [$$].*|\1 /**/|' \
			${WRKSRC}/X11.tmpl

.include <bsd.port.mk>