diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-05 05:54:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-05 05:54:49 +0800 |
commit | bbc1a5093979d60e5badf6272ac95bdef235b6ce (patch) | |
tree | 38120d35971ee74b506a4ee21a88e3168d29f1bd /emulators | |
parent | 0776e7b6f89510d4083868923da4f7c2372126a5 (diff) | |
download | freebsd-ports-gnome-bbc1a5093979d60e5badf6272ac95bdef235b6ce.tar.gz freebsd-ports-gnome-bbc1a5093979d60e5badf6272ac95bdef235b6ce.tar.zst freebsd-ports-gnome-bbc1a5093979d60e5badf6272ac95bdef235b6ce.zip |
2013-03-05 devel/linux-js: Broken for more than 6 month
emulators/osmose: depends on expired devel/linux-js
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/osmose/Makefile | 45 | ||||
-rw-r--r-- | emulators/osmose/distinfo | 2 | ||||
-rw-r--r-- | emulators/osmose/pkg-descr | 9 |
4 files changed, 0 insertions, 57 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 489501858b24..a8a3bb3ad0f8 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -123,7 +123,6 @@ SUBDIR += open-vm-tools SUBDIR += open-vm-tools-nox11 SUBDIR += openmsx - SUBDIR += osmose SUBDIR += p5-Acme-6502 SUBDIR += parallels-tools SUBDIR += pcemu diff --git a/emulators/osmose/Makefile b/emulators/osmose/Makefile deleted file mode 100644 index 9fb8469920fe..000000000000 --- a/emulators/osmose/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# 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> diff --git a/emulators/osmose/distinfo b/emulators/osmose/distinfo deleted file mode 100644 index c5b02d876a85..000000000000 --- a/emulators/osmose/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Osmose-0-9-96-QT.zip) = aca1d1b6b01d1e0efefd7e42eca9bc332d043869a934863321d3925267ca8d79 -SIZE (Osmose-0-9-96-QT.zip) = 194671 diff --git a/emulators/osmose/pkg-descr b/emulators/osmose/pkg-descr deleted file mode 100644 index 46b7a1e99097..000000000000 --- a/emulators/osmose/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Osmose is another Sega Master System emulator. The emulator is released as -open source project, under GPL license. - -The emulator relies on Qt library, zlib, and uses Alessandro Scotti z80 cpu -core. Alessandro, is the author of the nice multi machine emulator 'Tickle'. -Rom decompression relies on Zlib and Gilles Vollant unzip package. Scale2x -video Filter is based on Andrea Mazzoleni's algorithm. - -WWW: http://bcz.asterope.fr/osmose.htm |