pkgsrc/games/nethack-lib/Makefile
he 9d5bc36925 Don't try to provide own declarations for vsprintf, vfprintf and vprintf,
as this causes build failure and a run-in with __builtin___vsprintf_chk()
on NetBSD 8.0.  Instead just include <stdarg.h> and <stdio.h>.
Rename the patch file for include/system.h in the process.
Bump PKGREVISION.
2017-12-25 22:22:11 +00:00

47 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.31 2017/12/25 22:22:11 he Exp $
#
.include "../../games/nethack-lib/Makefile.common"
PKGNAME= nethack-lib-${NETHACK_VERSION}
PKGREVISION= 5
COMMENT= Data files for Nethack
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./sys/unix/setup.sh
BUILD_TARGET= datastuff
INSTALL_TARGET= manpages install-dat
INSTALLATION_DIRS= ${PKGMANDIR}/man6
# Using 'nroff -Tascii' works better with groff and we don't want to use col
# on linux as it removes the escape the the ansi color sequences.
SUBST_CLASSES.Linux+= nroff
SUBST_STAGE.nroff= pre-configure
SUBST_MESSAGE.nroff= Fixing Guidebook format command.
SUBST_FILES.nroff= sys/unix/Makefile.doc
SUBST_SED.nroff= -e '/^GUIDECMD/s,nroff .*$$,nroff -Tascii,'
# Special handling for the scorefiles: we do not want to delete
# them between package installations and deinstallations.
#
# These should eventually migrate to a better location, but keep them
# here for now until we lose backward compatibility because of changes
# to the fileformat.
CONF_FILES_PERMS+= /dev/null ${VARDIR}/logfile \
${NETHACK_USER} ${NETHACK_GROUP} 664
CONF_FILES_PERMS+= /dev/null ${VARDIR}/perm \
${NETHACK_USER} ${NETHACK_GROUP} 664
CONF_FILES_PERMS+= /dev/null ${VARDIR}/record \
${NETHACK_USER} ${NETHACK_GROUP} 664
REQD_DIRS_PERMS+= ${VARDIR} \
${NETHACK_USER} ${NETHACK_GROUP} 775
REQD_DIRS_PERMS+= ${VARDIR}/save \
${NETHACK_USER} ${NETHACK_GROUP} 770
CHECK_FILES_SKIP+= ${VARDIR}/logfile \
${VARDIR}/perm \
${VARDIR}/record
.include "../../mk/bsd.pkg.mk"