openbsd-ports/emulators/BasiliskII/Makefile
pvalchev 2516381d73 since a configure test hangs when built on alpha and maintainers have
not responded to inquiries for weeks, disable this on alpha for now....
until problem is found
2002-09-07 04:39:24 +00:00

43 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.4 2002/09/07 04:39:24 pvalchev Exp $
# $RuOBSD: Makefile,v 1.4 2002/04/29 11:07:18 grange Exp $
# $NetBSD: Makefile,v 1.1.1.1 2001/12/29 00:22:02 abs Exp $
# XXX Hangs when built on alpha, disable until problem found
NOT_FOR_ARCHS= alpha
COMMENT= "open source 68k Macintosh emulator"
DISTNAME= BasiliskII_src_31052001
PKGNAME= BasiliskII-0.9.1
CATEGORIES= emulators
NEED_VERSION= 1.525
HOMEPAGE= http://www.uni-mainz.de/~bauec002/B2Main.html
MAINTAINER= Alexander Yurchenko <grange@rt.mipt.ru>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://iphcip1.physik.uni-mainz.de/~cbauer/
LIB_DEPENDS= gtk.1.2,gdk::x11/gtk+ \
esd.2::audio/esound
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf
WRKDIST= ${WRKDIR}/BasiliskII-0.9
WRKSRC= ${WRKDIR}/BasiliskII-0.9/src/Unix
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/BasiliskII
${INSTALL_DATA} ${WRKDIST}/README ${PREFIX}/share/doc/BasiliskII
.include <bsd.port.mk>