28 lines
765 B
Makefile
28 lines
765 B
Makefile
# $NetBSD: Makefile,v 1.23 2012/03/03 00:13:02 wiz Exp $
|
|
|
|
DISTNAME= fuse-utils-1.0.0
|
|
PKGREVISION= 4
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://fuse-emulator.sourceforge.net/
|
|
COMMENT= ZX Spectrum Emulator utilities
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= ac_cv_path_AUDIOFILE_CONFIG="pkg-config audiofile"
|
|
|
|
LIBS+= -lgcrypt
|
|
LIBS+= -lgpg-error
|
|
|
|
.include "../../audio/libaudiofile/buildlink3.mk"
|
|
.include "../../emulators/libspectrum/buildlink3.mk"
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "../../security/libgpg-error/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|