mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
2f9301307c
userio.c:398:2: error: incompatible pointer types passing 'int *' to parameter of type 'short *' [-Wincompatible-pointer-types] 398 | attr_get(&attr, &n, NULL);
34 lines
674 B
Makefile
34 lines
674 B
Makefile
PORTROACH = skipv:2.2
|
|
|
|
COMMENT = free console games suite
|
|
DISTNAME = cgames-2.2b
|
|
CATEGORIES = games
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = https://www.muppetlabs.com/~breadbox/software/cgames.html
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c curses
|
|
|
|
SITES = https://www.muppetlabs.com/~breadbox/pub/software/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS = --datarootdir="${LOCALBASE}/share/cgames" \
|
|
--disable-mouse \
|
|
--with-ncurses
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
FAKE_FLAGS = bindir="${DESTDIR}${PREFIX}/bin" \
|
|
datadir="${DESTDIR}${PREFIX}/share/cgames" \
|
|
mandir="${DESTDIR}${PREFIX}/man"
|
|
|
|
NO_TEST = Yes
|
|
|
|
pre-configure:
|
|
perl -pi -e "s,make,${GMAKE},g" ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|