e1f56c9787
* Fix typo in header search path for local libraries * Fix syntax error in fmfconv manual page
24 lines
715 B
Makefile
24 lines
715 B
Makefile
# $NetBSD: Makefile,v 1.26 2013/08/31 22:27:02 adam Exp $
|
|
|
|
DISTNAME= fuse-utils-1.1.1
|
|
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
|
|
|
|
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"
|