22 lines
591 B
Makefile
22 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:29 joerg Exp $
|
|
|
|
DISTNAME= fuse-utils-0.9.0
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://fuse-emulator.sourceforge.net/
|
|
COMMENT= ZX Spectrum Emulator utilities
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
LIBS+= -lgcrypt
|
|
LIBS+= -lgpg-error
|
|
|
|
.include "../../emulators/libspectrum/buildlink3.mk"
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "../../security/libgpg-error/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|