1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/x11/resourceproto/Makefile

19 lines
349 B
Makefile

# Created by: Dejan Lesjak <lesi@FreeBSD.org>
# $FreeBSD$
PORTNAME= resourceproto
PORTVERSION= 1.2.0
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Resource extension headers
XORG_CAT= proto
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} '/^install-data-am:/,/^$$/ \
s/install-dist_docDATA//' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>