34 lines
760 B
Makefile
34 lines
760 B
Makefile
# $OpenBSD: Makefile,v 1.14 2021/10/03 20:23:40 sthen Exp $
|
|
|
|
COMMENT= displays the status of multi-player Internet Game servers
|
|
|
|
GH_ACCOUNT= multiplay
|
|
GH_PROJECT= qstat
|
|
GH_TAGNAME= v2.17
|
|
|
|
CATEGORIES= games
|
|
MAINTAINER= Tom Murphy <openbsd@pertho.net>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MAKE_ENV = QSTAT_VERSION=${GH_TAGNAME}
|
|
CONFIGURE_STYLE = autoreconf
|
|
|
|
AUTOCONF_VERSION = 2.71
|
|
AUTOMAKE_VERSION = 1.16
|
|
AUTORECONF = ./autogen.sh
|
|
USE_GMAKE = yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/qstat
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/qstat
|
|
${INSTALL_DATA} ${WRKSRC}/CHANGES.txt ${WRKSRC}/qstatdoc.html \
|
|
${PREFIX}/share/doc/qstat
|
|
${INSTALL_DATA} ${WRKSRC}/qstat.cfg \
|
|
${PREFIX}/share/examples/qstat
|
|
|
|
.include <bsd.port.mk>
|