27 lines
542 B
Makefile
27 lines
542 B
Makefile
# $OpenBSD: Makefile,v 1.17 2013/03/11 11:06:04 espie Exp $
|
|
|
|
COMMENT= Free Unix Spectrum Emulator utilities
|
|
|
|
DISTNAME= fuse-utils-0.10.0.1
|
|
CATEGORIES= emulators
|
|
HOMEPAGE= http://fuse-emulator.sourceforge.net/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= devel/gettext
|
|
|
|
WANTLIB= c m stdc++ z gcrypt bz2 glib-2.0 gpg-error pcre \
|
|
audiofile
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
|
|
|
|
LIB_DEPENDS= devel/libspectrum
|
|
WANTLIB += spectrum>=5
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
USE_LIBTOOL= Yes
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|