2021-01-12 19:14:53 +00:00

43 lines
841 B
Makefile

# $OpenBSD: Makefile,v 1.21 2021/01/12 19:14:53 sthen Exp $
COMMENT = versatile Commodore emulator
DISTNAME = vice-3.5
CATEGORIES = emulators
HOMEPAGE = http://vice-emu.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} SDL2 SDL2_image c iconv intl m png
WANTLIB += readline z
COMPILER = base-clang ports-gcc base-gcc
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=vice-emu/}
BUILD_DEPENDS = devel/xa \
converters/dos2unix
LIB_DEPENDS = devel/gettext,-runtime \
devel/sdl2 \
devel/sdl2-image \
graphics/png
CONFIGURE_STYLE = autoconf
AUTOCONF_VERSION = 2.69
CONFIGURE_ARGS += --without-alsa \
--without-oss \
--without-pulse \
--disable-lame \
--disable-portaudio \
--disable-pdf-docs \
--enable-sdlui2
CONFIGURE_ENV += ac_cv_header_mpg123_h=no
.include <bsd.port.mk>