freebsd-ports/emulators/osmose/Makefile
Martin Wilke 9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00

46 lines
1.1 KiB
Makefile

# New ports collection makefile for: osmose
# Date created: 27 Jul 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= osmose
PORTVERSION= 0.9.96
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://bcz.asterope.fr/osmose/
DISTNAME= Osmose-${PORTVERSION:S/./-/g}-QT
MAINTAINER= ports@FreeBSD.org
COMMENT= Sega Master System emulator
LICENSE= GPLv3
BUILD_DEPENDS= ${LOCALBASE}/include/linux/joystick.h:${PORTSDIR}/devel/linux-js
LIB_DEPENDS= asound.2:${PORTSDIR}/audio/alsa-lib
RUN_DEPENDS= ${LOCALBASE}/include/linux/joystick.h:${PORTSDIR}/devel/linux-js
USE_ZIP= yes
USE_QT4= corelib gui opengl moc_build qmake_build uic_build
QMAKEFLAGS+= TARGET=release
PORTDOCS= Readme.txt TODO.txt
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.pre.mk>
do-configure:
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS})
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>