pkgsrc/emulators/BasiliskII/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

35 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.27 2006/03/04 21:29:34 jlam Exp $
DISTNAME= BasiliskII_src_22112005
PKGNAME= BasiliskII-1.0.20051122
PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://www.gibix.net/projects/basilisk2/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gibix.net/projects/basilisk2/
COMMENT= Open Source 68k Macintosh emulator
WRKSRC= ${WRKDIR}/BasiliskII-1.0
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_DIRS= src/Unix
CONFIGURE_ARGS+= --disable-fbdev-dga
CONFIGURE_ARGS+= --enable-addressing=banks
CONFIGURE_ARGS+= --without-mon
# disable gnome support, or configure will break if gnome-libs is installed
CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no
BUILD_DIRS= ${CONFIGURE_DIRS}
.include "options.mk"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/BasiliskII
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/BasiliskII/
${INSTALL_DATA} ${WRKSRC}/TECH ${PREFIX}/share/doc/BasiliskII/
${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/BasiliskII/
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"