b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
31 lines
902 B
Makefile
31 lines
902 B
Makefile
# $NetBSD: Makefile,v 1.29 2020/01/18 23:32:02 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= koth-0.8.0
|
|
PKGREVISION= 6
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.ibiblio.org/pub/Linux/games/multiplayer/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.nongnu.org/koth/
|
|
COMMENT= The classic "shoot the other tank" artillery game, networked
|
|
|
|
PTHREAD_AUTO_VARS= yes
|
|
GNU_CONFIGURE= YES
|
|
CPPFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
|
|
|
|
EGDIR= ${PREFIX}/share/examples/koth
|
|
CONF_FILES= ${EGDIR}/koth.cfg ${PKG_SYSCONFDIR}/koth.cfg
|
|
|
|
INSTALLATION_DIRS+= share/doc/koth ${EGDIR}
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/koth
|
|
${INSTALL_DATA} ${WRKSRC}/src/koth.cfg ${DESTDIR}${EGDIR}
|
|
|
|
.include "../../graphics/libggi/buildlink3.mk"
|
|
.include "../../graphics/libgii/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|