freebsd-ports/emulators/fuse-utils/Makefile
Rene Ladan e21058ba8a Update the Spectrum ports, highlights are:
* fuse 1.5.3
  - Disable inactive peripherals after loading a snapshot
  - Re-enable sound after phantom typist finishes loading TAP, standard ROM TZX or +3 DSK images
* libspectrum 1.4.2
  - Fix writing RZX files containing a snapshot which cannot be compressed
* fuse-utils updated to 1.4.1

Reported by:	portscout
2018-05-03 20:37:24 +00:00

31 lines
757 B
Makefile

# Created by: rene
# $FreeBSD$
PORTNAME= fuse-utils
DISTVERSION= 1.4.1
CATEGORIES= emulators
MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION}
MAINTAINER= rene@FreeBSD.org
COMMENT= Utilities from the Free Unix Spectrum Emulator
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \
libgcrypt.so:security/libgcrypt \
libpng.so:graphics/png \
libspectrum.so:emulators/libspectrum
USES= gettext iconv jpeg pkgconfig
USE_GNOME= glib20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libspectrum-prefix=${LOCALBASE} \
--with-local-prefix=${LOCALBASE}
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>