openbsd-ports/emulators/gxemul/Makefile
2022-03-11 18:59:33 +00:00

34 lines
488 B
Makefile

COMMENT= ARM/M88k/MIPS/PowerPC/SuperH machines emulator
DISTNAME = gxemul-0.7.0
CATEGORIES= emulators
HOMEPAGE= http://gavare.se/gxemul/
# BSD
PERMIT_PACKAGE= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gxemul/}
WANTLIB = c m ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc base-gcc
CONFIGURE_STYLE= simple
FLAVORS= no_x11
FLAVOR?=
.if ${FLAVOR:Mno_x11}
CONFIGURE_ARGS+= --disable-x
.else
WANTLIB+= X11
.endif
NO_TEST= Yes
INSTALL_STRIP=
.include <bsd.port.mk>