689945298e
Star Traders is a simple text-based game of interstellar trading, where the objective is to create companies, buy and sell shares, borrow and repay money, in order to become the wealthiest player (the winner).
19 lines
595 B
Makefile
19 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/05/04 08:19:42 fcambus Exp $
|
|
|
|
DISTNAME= trader-7.16
|
|
CATEGORIES= games
|
|
MASTER_SITES= https://ftp.zap.org.au/pub/trader/unix/
|
|
|
|
MAINTAINER= fcambus@NetBSD.org
|
|
HOMEPAGE= https://www.zap.org.au/projects/trader/
|
|
COMMENT= Simple text-based game of interstellar trading
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|