mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
e360f901a9
Also specific libncurses rather the libcurses (it's the same thing on FreeBSD so that's a no-op). This port could use some TLC, modern GCC spews easily fixed warnings everywhere.
22 lines
412 B
Makefile
22 lines
412 B
Makefile
# Created by: Edwin Mons
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= trojka
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.funet.fi/pub/unix/games/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= e@ik.nu
|
|
COMMENT= Game of skill
|
|
|
|
LICENSE= TROJKA
|
|
LICENSE_NAME= Trojka Copyright
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
USES= ncurses
|
|
|
|
.include <bsd.port.mk>
|