Files
2026-05-17 19:36:43 +00:00

24 lines
527 B
Makefile

COMMENT= Free Unix Spectrum Emulator utilities
DISTNAME= fuse-utils-1.4.5
CATEGORIES= emulators
HOMEPAGE= https://fuse-emulator.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB += FLAC audiofile bz2 c gcrypt glib-2.0 gpg-error iconv
WANTLIB += intl jpeg m ogg pcre2-8 png pthread spectrum ${COMPILER_LIBCXX} z
COMPILER = base-clang ports-gcc base-gcc
SITES= ${SITE_SOURCEFORGE:=fuse-emulator/}
LIB_DEPENDS= devel/libspectrum \
graphics/jpeg \
graphics/png
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>