Files
ports/emulators/fuse-utils/Makefile
T
naddy 4e66d49984 http://*sourceforge.net now redirect to https
Update SITES, HOMEPAGE, and comments.
2023-11-07 14:19:05 +00:00

25 lines
540 B
Makefile

COMMENT= Free Unix Spectrum Emulator utilities
DISTNAME= fuse-utils-1.4.3
CATEGORIES= emulators
HOMEPAGE= https://fuse-emulator.sourceforge.net/
REVISION= 2
# 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>