779a56e919
ok grange@
27 lines
544 B
Makefile
27 lines
544 B
Makefile
# $OpenBSD: Makefile,v 1.3 2004/05/08 06:48:08 sturm Exp $
|
|
|
|
COMMENT= "Free Unix Spectrum Emulator utilities"
|
|
|
|
DISTNAME= fuse-utils-0.6.2
|
|
CATEGORIES= emulators
|
|
|
|
HOMEPAGE= http://fuse-emulator.sourceforge.net/
|
|
|
|
MAINTAINER= Alexander Yurchenko <grange@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
|
|
|
|
MODULES= gettext
|
|
|
|
LIB_DEPENDS= spectrum.3::devel/libspectrum
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|