freebsd-ports/games/seahaven/Makefile
Warner Losh 21defed3e2 unsigned poison to appease maraduing nitpicky compilers
The hob-nail tennis shoe of progrress is grinding historically
correct, but none-the-less pedantically incorrect, char constants >
0x7f into dust. Appease the compiler by making these arrays unsigned
and rippling that API change out further.

This fixes building on clang 6-based systems.
2018-02-02 19:30:58 +00:00

19 lines
449 B
Makefile

# Created by: imp
# $FreeBSD$
PORTNAME= seahaven
PORTVERSION= 1.60
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://seahaven.sourceforge.net/
EXTRACT_SUFX= .tgz
MAINTAINER= imp@FreeBSD.org
COMMENT= The classic, lightweight version of Seahaven Towers
GNU_CONFIGURE= yes
USE_XORG= x11 xext xft
PLIST_FILES= bin/seahaven man/man6/seahaven.6.gz
MAKE_ARGS= bindir=${STAGEDIR}${PREFIX}/bin mandir=${STAGEDIR}${PREFIX}/man
.include <bsd.port.mk>