47 lines
1.2 KiB
Makefile
47 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.4 2011/09/16 09:48:09 espie Exp $
|
|
|
|
COMMENT = MSX home computer emulator
|
|
|
|
DISTNAME = openmsx-0.8.1
|
|
REVISION = 1
|
|
|
|
CATEGORIES = emulators
|
|
|
|
HOMEPAGE = http://openmsx.sourceforge.net/
|
|
|
|
PERMIT_PACKAGE_CDROM = claims GPLv2, but no copyright notices in source files
|
|
PERMIT_PACKAGE_FTP = claims GPLv2, but no copyright notices in source files
|
|
PERMIT_DISTFILES_CDROM =claims GPLv2, but no copyright notices in source files
|
|
PERMIT_DISTFILES_FTP = claims GPLv2, but no copyright notices in source files
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=openmsx/}
|
|
CONFIGURE_STYLE = simple
|
|
|
|
MAKE_ENV += INSTALL_BASE=${PREFIX}/share/openmsx \
|
|
INSTALL_BINARY_DIR=${PREFIX}/bin \
|
|
INSTALL_SHARE_DIR=${PREFIX}/share/openmsx \
|
|
INSTALL_DOC_DIR=${PREFIX}/share/doc/openmsx
|
|
|
|
WANTLIB += GL c freetype m pthread stdc++ z ${MODTCL_LIB}
|
|
WANTLIB += GLEW SDL SDL_ttf ogg png theoradec vorbis xml2
|
|
|
|
LIB_DEPENDS = audio/libvorbis \
|
|
devel/sdl-ttf \
|
|
graphics/glew \
|
|
graphics/png \
|
|
multimedia/libtheora \
|
|
textproc/libxml \
|
|
${MODTCL_LIB_DEPENDS}
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
MODULES = converters/libiconv \
|
|
lang/python \
|
|
lang/tcl
|
|
|
|
MODPY_RUNDEP = No
|
|
MAKE_FILE = GNUmakefile
|
|
USE_GMAKE = Yes
|
|
|
|
.include <bsd.port.mk>
|