games/bombherman
- Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team games/connectagram - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Break lines around 80 characters games/cretan-hubris - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team games/fbg2 - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team games/gottet - Transfer maintainership to games@ team games/gtkatlantic - Simplify master site - Use tar.gz instead of tar.bz2 - Transfer maintainership to games@ team - Don't silence warnings - Set PORTSCOUT, Upstream use GTK3 in newer Versions games/kye - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team games/madbomber - Transfer maintainership to games@ team games/megamario - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Add fixes_v1.7.txt to DOCS games/nelly - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Cosmetical changes games/oneisenough - Transfer maintainership to games@ team - USES shebangfix and SHEBANG_FILES instead of REINPLACE - Simplify installation handling games/patapizza-tetris - Transfer maintainership to games@ team games/puckman - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team games/pycadia - Transfer maintainership to games@ team games/pyspacewar - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Remove TODO.txt from DOCS games/simsu - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Use tar:bzip2 instead of USE_BZIP2=yes games/smashbattle - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team games/syobon - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team games/tanglet - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Use tar:bzip2 instead of USE_BZIP2=yes games/thegrind - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team
This commit is contained in:
parent
553b3f1289
commit
8bad47274c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353051
21 changed files with 65 additions and 80 deletions
|
@ -1,4 +1,4 @@
|
|||
# Created by: nemysis <nemysis@gmx.ch>
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bomb-her-man
|
||||
|
@ -9,7 +9,7 @@ MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/:icons
|
|||
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
||||
${PORTNAME}_icons${EXTRACT_SUFX}:icons
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Bomberman clone written in C++
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: nemysis <nemysis@gmx.ch>
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= connectagram
|
||||
|
@ -7,13 +7,12 @@ CATEGORIES= games
|
|||
MASTER_SITES= http://gottcode.org/${PORTNAME}/
|
||||
EXTRACT_SUFX= -src.tar.bz2
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Word unscrambling game
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= qmake
|
||||
USES= qmake tar:bzip2
|
||||
USE_QT4= moc_build rcc_build gui network iconengines_run \
|
||||
imageformats_run
|
||||
INSTALLS_ICONS= yes
|
||||
|
@ -37,7 +36,8 @@ post-install:
|
|||
@(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR})
|
||||
@(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} patterns ${STAGEDIR}${DATADIR})
|
||||
|
||||
@(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} hicolor ${STAGEDIR}${PREFIX}/share/icons/)
|
||||
@(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} hicolor \
|
||||
${STAGEDIR}${PREFIX}/share/icons/)
|
||||
${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps/
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Created by: nemysis <nemysis@gmx.ch>
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cretan-hubris
|
||||
PORTVERSION= 0.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/radius-engine/egp/
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Maze on the Isle of Crete
|
||||
|
||||
LICENSE= GPLv2 CCbyNCSA3
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Created by: nemysis <nemysis@gmx.ch>
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fbg2
|
||||
PORTVERSION= 0.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/fbg/
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Classic block-stacking arcade game
|
||||
|
||||
LICENSE= GPLv2 CCbyNCSA3
|
||||
|
@ -36,7 +36,6 @@ PLIST_FILES= bin/${PORTNAME} \
|
|||
PLIST_DIRS= %%DATADIR%%
|
||||
|
||||
PORTDOCS= ChangeLog
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -7,7 +7,7 @@ CATEGORIES= games
|
|||
MASTER_SITES= http://gottcode.org/${PORTNAME}/
|
||||
EXTRACT_SUFX= -src.tar.bz2
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Tetris clone
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
|
|
@ -4,26 +4,24 @@
|
|||
PORTNAME= gtkatlantic
|
||||
PORTVERSION= 0.4.4
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://download.tuxfamily.org/gtkatlantic/downloads/v0.4/ \
|
||||
MASTER_SITES= http://download.tuxfamily.org/gtkatlantic/downloads/v${PORTVERSION:R}/ \
|
||||
SF/nemysisfreebsdp/${CATEGORIES}/:icons
|
||||
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
||||
${PORTNAME}_icons${EXTRACT_SUFX}:icons
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Game like Monopoly(tm)
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -w
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog NEWS README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
|
@ -32,6 +30,9 @@ ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 128x128
|
|||
DESKTOP_ENTRIES="GtkAtlantic" "" "${PORTNAME}" \
|
||||
"${PORTNAME}" "Game;BoardGame;" ""
|
||||
|
||||
# Wrong versioning upstream, Upstream use GTK3 in newer Versions
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/CFLAGS=/s|-ggdb|$$CFLAGS|' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|mkdir |$$(mkdir_p) |g' ${WRKSRC}/Makefile.in
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SHA256 (gtkatlantic-0.4.4.tar.bz2) = 1f1676f74325807e3e405bd668b41764c76a67897f51290aaaf711db5e699c37
|
||||
SIZE (gtkatlantic-0.4.4.tar.bz2) = 778679
|
||||
SHA256 (gtkatlantic_icons.tar.bz2) = 73eaec5f7ef2014832ba2b4c5f610f007a7a98f109a5b1fb5c086c68bb57d440
|
||||
SIZE (gtkatlantic_icons.tar.bz2) = 41628
|
||||
SHA256 (gtkatlantic-0.4.4.tar.gz) = 188e6502438948cb46246b50d761f7e3588cdd2f6fc45fa7fada996d116073ae
|
||||
SIZE (gtkatlantic-0.4.4.tar.gz) = 962568
|
||||
SHA256 (gtkatlantic_icons.tar.gz) = 0686beae348ef8835190731ebe45af594da3db8ec7f9c38220bcb3138ef74a08
|
||||
SIZE (gtkatlantic_icons.tar.gz) = 41163
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: nemysis <nemysis@gmx.ch>
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kye
|
||||
|
@ -16,7 +16,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
|||
kye-data_extra_levels.20120818.tar.gz:levels
|
||||
DIST_SUBDIR= kye
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Puzzle game with arcade game elements
|
||||
|
||||
RESTRICTED= kye-data_nuke_levels is charityware
|
||||
|
@ -27,7 +27,6 @@ USE_PYTHON= yes
|
|||
USE_PYDISTUTILS= yes
|
||||
|
||||
PORTDOCS= NEWS README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
|
|
@ -7,7 +7,7 @@ PORTREVISION= 13
|
|||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/madbomber/src/
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Clone of Activision's classic Atari 2600 console game "Kaboom!"
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: nemysis <nemysis@gmx.ch>
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= megamario
|
||||
|
@ -7,7 +7,7 @@ CATEGORIES= games
|
|||
MASTER_SITES= SF/mmario/Mega%20Mario%20Full%20Game/Mega%20Mario%20v${PORTVERSION}%20%28Full%20Game%2C%20high%20Quality%20music%29/
|
||||
DISTNAME= MegaMario_v${PORTVERSION}_full
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Super Mario Bros 1 clone
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
@ -24,7 +24,7 @@ ALL_TARGET= ${PORTNAME}
|
|||
pre-extract:
|
||||
@${MKDIR} ${WRKDIR}/${DISTNAME}
|
||||
|
||||
PORTDOCS= CONTROLS.txt readme.txt
|
||||
PORTDOCS= CONTROLS.txt fixes_v1.7.txt readme.txt
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: nemysis <nemysis@gmx.ch>
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nelly
|
||||
|
@ -13,16 +13,15 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
|||
DIST_SUBDIR= ${PORTNAME}
|
||||
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Nelly's Rooftop Garden, physics-based puzzle game
|
||||
|
||||
RUN_DEPENDS= ${PYGAME} \
|
||||
${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYTHON= 2
|
||||
|
||||
PORTDOCS= README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
SUB_FILES= ${PORTNAME}
|
||||
|
@ -47,9 +46,8 @@ do-install:
|
|||
.for d in fonts levels textures
|
||||
@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR})
|
||||
.endfor
|
||||
|
||||
.for d in *.py *.pyc *.pyo
|
||||
@(cd ${WRKSRC} ; ${INSTALL_SCRIPT} ${d} ${STAGEDIR}${DATADIR})
|
||||
.for f in *.py *.pyc *.pyo
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR}
|
||||
.endfor
|
||||
|
||||
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
|
||||
|
|
|
@ -11,7 +11,7 @@ DISTFILES= ${PORTNAME}_a${DISTVERSION:S/.//g}_src${EXTRACT_SUFX} \
|
|||
${PORTNAME}.png:icons
|
||||
EXTRACT_ONLY= ${PORTNAME}_a${DISTVERSION:S/.//g}_src${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Economic development in the land of the balls
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
@ -20,13 +20,15 @@ RUN_DEPENDS= ${PYGAME}
|
|||
|
||||
WRKSRC= ${WRKDIR}/"one is enough"
|
||||
|
||||
USES= dos2unix zip
|
||||
DOS2UNIX_FILES= README.txt bin/*.py
|
||||
USES= dos2unix shebangfix zip
|
||||
DOS2UNIX_FILES= *.txt bin/*.py
|
||||
DOS2UNIX_REGEX= .*.[^pt][^nt][^gf]
|
||||
SHEBANG_FILES= run_game.py bin/mainmenu.py
|
||||
python_OLD_CMD?= /usr/bin/env python
|
||||
python_CMD?= ${PYTHON_CMD}
|
||||
USE_PYTHON= 2
|
||||
|
||||
PORTDOCS= README.txt
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
SUB_FILES= ${PORTNAME}
|
||||
|
@ -38,23 +40,16 @@ post-extract:
|
|||
@${FIND} ${WRKSRC} \
|
||||
-name "Thumbs.db" -delete -or -name "pack.bat" -delete
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \
|
||||
${WRKSRC}/run_game.py
|
||||
|
||||
do-build:
|
||||
@${PYTHON_CMD} -m compileall ${WRKSRC}
|
||||
@${PYTHON_CMD} -O -m compileall ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
||||
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
.for d in *.py *.pyc *.pyo
|
||||
@(cd ${WRKSRC} ; ${INSTALL_SCRIPT} ${d} ${STAGEDIR}${DATADIR})
|
||||
.endfor
|
||||
|
||||
@(cd ${WRKSRC}/bin && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/bin)
|
||||
.for f in *.py *.pyc *.pyo
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR}
|
||||
.endfor
|
||||
|
||||
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps/
|
||||
|
|
|
@ -10,7 +10,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
|||
${PORTNAME}.png:icons
|
||||
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Unofficial clone of the original Tetris game
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: nemysis <nemysis@gmx.ch>
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= puckman
|
||||
|
@ -10,7 +10,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
|||
${PORTNAME}.png:icons
|
||||
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Unofficial clone of the original Pac-Man game
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
@ -25,7 +25,6 @@ USES= gmake
|
|||
USE_SDL= sdl image gfx
|
||||
|
||||
PORTDOCS= README.md
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
DESKTOP_ENTRIES="Puck-Man" "" "${PORTNAME}" \
|
||||
|
|
|
@ -9,7 +9,7 @@ MASTER_SITES= GENTOO/distfiles \
|
|||
SF/nemysisfreebsdp/games/
|
||||
DIST_SUBDIR= python
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Home to vector gaming, Python style
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: nemysis <nemysis@gmx.ch>
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyspacewar
|
||||
|
@ -9,7 +9,7 @@ MASTER_SITES= http://mg.pov.lt/${PORTNAME}/\
|
|||
LOCAL/beech
|
||||
DIST_SUBDIR= python
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Two ships duel in a gravity field
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
@ -26,8 +26,7 @@ PLIST_FILES= share/icons/hicolor/16x16/apps/pyspacewar.png \
|
|||
share/icons/hicolor/48x48/apps/pyspacewar.png \
|
||||
share/pixmaps/${PORTNAME}.png
|
||||
|
||||
PORTDOCS= NEWS.txt README.txt TODO.txt performance-notes.txt
|
||||
|
||||
PORTDOCS= NEWS.txt README.txt performance-notes.txt
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: nemysis <nemysis@gmx.ch>
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= simsu
|
||||
|
@ -8,13 +8,12 @@ CATEGORIES= games
|
|||
MASTER_SITES= http://gottcode.org/${PORTNAME}/
|
||||
EXTRACT_SUFX= -src.tar.bz2
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Basic Sudoku game
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= qmake
|
||||
USE_BZIP2= yes
|
||||
USES= qmake tar:bzip2
|
||||
USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run \
|
||||
gui
|
||||
INSTALLS_ICONS= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: nemysis <nemysis@gmx.ch>
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= smashbattle
|
||||
|
@ -8,7 +8,7 @@ CATEGORIES= games
|
|||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/beta-${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSION}-src
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= 8-bit style platform battle game
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/battle/Battle
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Created by: nemysis <nemysis@gmx.ch>
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= syobon
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://download.zapek.com/software/${PORTNAME}/ \
|
||||
SF/nemysisfreebsdp/${CATEGORIES}/:icons
|
||||
|
@ -11,7 +11,7 @@ DISTFILES= ${PORTNAME}_${DISTVERSION}_src${EXTRACT_SUFX} \
|
|||
${PORTNAME}.png:icons
|
||||
EXTRACT_ONLY= ${PORTNAME}_${DISTVERSION}_src${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Platform game as Super Mario Bros
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
@ -25,7 +25,6 @@ ALL_TARGET= ${PORTNAME}
|
|||
MAKE_ENV= GAMEDATA="${DATADIR}"
|
||||
|
||||
PORTDOCS= README.txt
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
DESKTOP_ENTRIES="Syobon Action" "" "${PORTNAME}" \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: nemysis <nemysis@gmx.ch>
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tanglet
|
||||
|
@ -7,14 +7,13 @@ CATEGORIES= games
|
|||
MASTER_SITES= http://gottcode.org/${PORTNAME}/
|
||||
EXTRACT_SUFX= -src.tar.bz2
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
|
||||
COMMENT= Single player word finding game based on Boggle
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= qmake
|
||||
USES= qmake tar:bzip2
|
||||
USE_QT4= moc_build rcc_build gui iconengines_run imageformats_run
|
||||
LDFLAGS+= -lz
|
||||
INSTALLS_ICONS= yes
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Created by: nemysis <nemysis@gmx.ch>
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= thegrind
|
||||
PORTVERSION= 0.1.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/radius-engine/ld21/
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Simple game about escaping from work
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
@ -24,7 +24,6 @@ USE_GL= glu
|
|||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
share/applications/${PORTNAME}.desktop \
|
||||
share/pixmaps/${PORTNAME}.png \
|
||||
|
@ -32,7 +31,6 @@ PLIST_FILES= bin/${PORTNAME} \
|
|||
PLIST_DIRS= %%DATADIR%%
|
||||
|
||||
PORTDOCS= ChangeLog
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue