1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/x11/scrnsaverproto/Makefile
Dmitry Marakasov f370573dbd - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2018-04-18 09:03:42 +00:00

22 lines
362 B
Makefile

# $FreeBSD$
PORTNAME= scrnsaverproto
PORTVERSION= 1.2.2
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= ScrnSaver extension headers
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
XORG_CAT= proto
CONFIGURE_ARGS+=--disable-specs --without-xmlto
post-patch:
@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
s/specs//' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>