# $OpenBSD$

COMMENT =	frontend and .dmod installer for GNU FreeDink
DISTNAME =	dfarc-3.14

WANTLIB += ${COMPILER_LIBCXX} bz2 c m wx_baseu-3.0 wx_gtk3u_core-3.0

# C++11
COMPILER =	base-clang ports-gcc

MODULES =	textproc/intltool

LIB_DEPENDS =	archivers/bzip2 \
		x11/wxWidgets

RUN_DEPENDS =	games/freedink/game

CONFIGURE_STYLE =	gnu
CONFIGURE_ENV =		CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
			LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"

USE_GMAKE =	Yes

.include <bsd.port.mk>
