2016-06-10 12:58:21 +00:00
|
|
|
COMMENT = Quake 3 statistics program
|
|
|
|
|
|
|
|
DISTNAME = fragistics-1.7.0
|
2018-10-24 14:27:57 +00:00
|
|
|
REVISION = 2
|
2016-06-10 12:58:21 +00:00
|
|
|
|
|
|
|
CATEGORIES = textproc games
|
|
|
|
|
|
|
|
HOMEPAGE = http://fragistics.sourceforge.net/
|
|
|
|
|
|
|
|
MAINTAINER = Adam Wolk <awolk@openbsd.org>
|
|
|
|
|
|
|
|
# License GPL + Perl
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2016-06-10 12:58:21 +00:00
|
|
|
|
2017-07-16 19:18:47 +00:00
|
|
|
WANTLIB += c m ${COMPILER_LIBCXX}
|
2016-06-10 12:58:21 +00:00
|
|
|
|
2018-10-24 14:27:57 +00:00
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
|
2016-06-10 12:58:21 +00:00
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=fragistics/}
|
|
|
|
|
|
|
|
RUN_DEPENDS = devel/p5-Shell
|
|
|
|
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
rm ${WRKSRC}/src/rawfragistics*
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|