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-13 12:12:22 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= simsu
|
2018-07-25 20:30:40 +02:00
|
|
|
PORTVERSION= 1.3.7
|
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
2018-07-30 00:18:44 +02:00
|
|
|
PORTREVISION= 1
|
2012-05-13 12:12:22 +02:00
|
|
|
CATEGORIES= games
|
2017-07-14 13:35:50 +02:00
|
|
|
MASTER_SITES= https://gottcode.org/${PORTNAME}/ \
|
2017-12-30 19:19:49 +01:00
|
|
|
https://mirror.amdmi3.ru/distfiles/
|
2018-06-07 19:02:16 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
2012-05-13 12:12:22 +02:00
|
|
|
|
2017-02-17 14:36:03 +01:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2012-09-08 23:02:41 +02:00
|
|
|
COMMENT= Basic Sudoku game
|
2012-05-13 12:12:22 +02:00
|
|
|
|
2016-01-12 17:20:31 +01:00
|
|
|
LICENSE= GPLv3+
|
2016-03-01 11:38:44 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2012-05-13 12:12:22 +02:00
|
|
|
|
2018-06-28 19:39:53 +02:00
|
|
|
USES= compiler:c++11-lib qmake qt:5 tar:bzip2
|
|
|
|
USE_QT= core gui widgets buildtools_build linguisttools_build
|
2017-01-19 03:23:38 +01:00
|
|
|
USE_GL= gl
|
2018-06-07 19:02:16 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2012-08-27 19:39:52 +02:00
|
|
|
|
2017-08-21 13:45:11 +02:00
|
|
|
PORTDOCS= *
|
|
|
|
|
2014-02-04 14:58:03 +01:00
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
post-patch:
|
2015-03-03 21:30:56 +01:00
|
|
|
@${REINPLACE_CMD} -e \
|
2016-03-01 11:38:44 +01:00
|
|
|
's|share/man|man|' ${WRKSRC}/simsu.pro
|
|
|
|
|
|
|
|
post-patch-NLS-off:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
'/INSTALLS/s|qm||' ${WRKSRC}/simsu.pro
|
2012-05-13 12:12:22 +02:00
|
|
|
|
2016-03-01 11:38:44 +01:00
|
|
|
post-install-DOCS-on:
|
2015-03-03 21:30:56 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2018-07-25 20:30:40 +02:00
|
|
|
(cd ${WRKSRC} && ${INSTALL_DATA} CREDITS ChangeLog README \
|
2015-03-03 21:30:56 +01:00
|
|
|
${STAGEDIR}${DOCSDIR})
|
2012-05-13 12:12:22 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|