mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
110f3583b6
Exp-run by: bdrewery
19 lines
316 B
Makefile
19 lines
316 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= scrnsaverproto
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= ScrnSaver extension headers
|
|
|
|
XORG_CAT= proto
|
|
|
|
CONFIGURE_ARGS+=--disable-specs --without-xmlto
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
|
|
s/specs//' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|