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
2014-05-06 00:02:09 +02:00
|
|
|
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
2012-05-18 06:42:31 +02:00
|
|
|
|
|
|
|
PORTNAME= fbg2
|
|
|
|
PORTVERSION= 0.4
|
2017-05-23 07:03:14 +02:00
|
|
|
PORTREVISION= 6
|
2012-05-18 06:42:31 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= SF/fbg/
|
|
|
|
|
2014-10-31 17:11:33 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-05-18 06:42:31 +02:00
|
|
|
COMMENT= Classic block-stacking arcade game
|
|
|
|
|
2016-09-28 08:38:00 +02:00
|
|
|
LICENSE= GPLv2+ CC-BY-SA-3.0
|
|
|
|
LICENSE_COMB= multi
|
|
|
|
LICENSE_FILE_GPLv2+ = ${WRKSRC}/License.txt
|
2012-05-18 06:42:31 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:graphics/radius-engine
|
|
|
|
LIB_DEPENDS= liblua-5.1.so:lang/lua51 \
|
|
|
|
libpng.so:graphics/png \
|
|
|
|
libphysfs.so.1:devel/physfs
|
|
|
|
RUN_DEPENDS= zip:archivers/zip
|
2012-05-18 06:42:31 +02:00
|
|
|
|
2019-11-05 23:16:14 +01:00
|
|
|
USES= gl pkgconfig sdl
|
2012-05-18 06:42:31 +02:00
|
|
|
USE_SDL= sdl sound
|
|
|
|
USE_GL= glu
|
2013-07-12 19:32:04 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
2012-05-18 06:42:31 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
|
|
share/applications/${PORTNAME}.desktop \
|
2013-07-12 19:32:04 +02:00
|
|
|
share/pixmaps/${PORTNAME}.png \
|
|
|
|
%%DATADIR%%/${PORTNAME}.zip
|
2014-12-22 22:38:23 +01:00
|
|
|
PLIST_DIRS= %%DATADIR%%
|
2012-05-18 06:42:31 +02:00
|
|
|
|
|
|
|
PORTDOCS= ChangeLog
|
2013-07-12 19:32:04 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2012-05-18 06:42:31 +02:00
|
|
|
post-install:
|
2013-12-08 17:37:55 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
2012-05-18 06:42:31 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|