pkgsrc/games/xfrisk/Makefile
dholland 03dca5f0a7 Fall back to fixed (like elsewhere in the program) if helvetica is
missing, instead of bombing. Helps if people forget to install X
fonts, or if their native X fonts are messed up. PKGREVISION -> 8
2014-05-11 02:19:04 +00:00

35 lines
873 B
Makefile

# $NetBSD: Makefile,v 1.31 2014/05/11 02:19:04 dholland Exp $
#
DISTNAME= xfrisk-1.2
PKGREVISION= 8
CATEGORIES= games
MASTER_SITES= http://www.tuxick.net/xfrisk/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tuxick.net/xfrisk/
COMMENT= X11 version of the classic Risk board game
# LICENSE pending investigation; absence of LICENSE violates
# "RESTRICTED implies LICENSE" pkgsrc rule.
#LICENSE= gnu-gpl-v2
LICENSE= generic-nonlicense
WRKSRC= ${WRKDIR}/XFrisk
USE_TOOLS+= gmake
RESTRICTED= Possible trademark infringement
NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
.include "../../mk/bsd.prefs.mk"
LIBS.SunOS= -lsocket -lnsl
MAKE_ENV+= LIBS=${LIBS:Q}
# xfrisk doesn't work with standard Xaw.
XAW_TYPE= 3d
.include "../../mk/xaw.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"