Tweak x11/zenity version 2.32.1_2
[dports.git] / x11 / xorg-cf-files / Makefile
1 # Created by: Dave Grochowski
2 # $FreeBSD$
3
4 PORTNAME=       xorg-cf-files
5 PORTVERSION=    1.0.5
6 PORTREVISION=   1
7 CATEGORIES=     x11
8
9 MAINTAINER=     x11@FreeBSD.org
10 COMMENT=        X.org cf files for use with imake builds
11
12 LICENSE=        MIT
13
14 XORG_CAT=       util
15
16 post-patch:
17                 @${REINPLACE_CMD} 's|\(define ExtraXaw[^ ]*\) [$$].*|\1 /**/|' \
18                         ${WRKSRC}/X11.tmpl
19
20 .include <bsd.port.mk>