openbsd-ports/emulators/fuse-utils/Makefile

28 lines
599 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2005/02/19 11:20:35 alek Exp $
COMMENT= "Free Unix Spectrum Emulator utilities"
2004-05-08 02:48:08 -04:00
DISTNAME= fuse-utils-0.6.2
PKGNAME= ${DISTNAME}p0
CATEGORIES= emulators
2004-05-08 02:48:08 -04:00
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
2004-11-27 05:39:13 -05:00
WANTLIB= c gcrypt
2004-05-08 02:48:08 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
BUILD_DEPENDS= ::devel/gettext
2004-05-08 02:48:08 -04:00
LIB_DEPENDS= spectrum.3::devel/libspectrum
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>