freebsd-ports/games/wmqstat/Makefile
Niclas Zeising be6c15b5c6 Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-05 22:16:14 +00:00

35 lines
768 B
Makefile

# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
# $FreeBSD$
PORTNAME= wmqstat
PORTVERSION= 0.0.4
PORTREVISION= 2
CATEGORIES= games windowmaker
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/wmQStat%20${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Dockapp for monitoring of various Internet game servers
LICENSE= GPLv2
RUN_DEPENDS= qstat:games/qstat
USES= xorg
USE_XORG= xpm x11 xext
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= README
OPTIONS_DEFINE= DOCS
# Unbreak the build against Clang
post-patch:
@${REINPLACE_CMD} -e 's, inline,,' ${WRKSRC}/wmgeneral/list.h
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>