mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
4d6f372551
Highlights include: * Add *.FMF as an allowed filetype to file selectors * Save SCR from current display file * Use 44.1KHz as default sound frequency * Upgrade to libspectrum 1.4.3 to fix TC2048 and TC2068 timings regression * Various minor bugfixes
32 lines
757 B
Makefile
32 lines
757 B
Makefile
# Created by: rene
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fuse-utils
|
|
DISTVERSION= 1.4.2
|
|
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>
|