freebsd-ports/games/trojka/Makefile
John Marino e360f901a9 games/trojka: Respect LDFLAGS, document ncurses requirement
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.
2016-01-31 08:21:30 +00:00

21 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>