110f3583b6
Exp-run by: bdrewery
17 lines
329 B
Makefile
17 lines
329 B
Makefile
# Created by: Dejan Lesjak <lesi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= videoproto
|
|
PORTVERSION= 2.3.2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Video extension headers
|
|
|
|
XORG_CAT= proto
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/^install-data-am:/,/^$$/ \
|
|
s/install-dist_docDATA//' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|