1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/games/bs/Makefile
Alex Kozlov d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00

26 lines
476 B
Makefile

# Created by: Andrey Zakhvatov
# $FreeBSD$
PORTNAME= bs
PORTVERSION= 2.9
CATEGORIES= games
MASTER_SITES= http://www.catb.org/~esr/bs/
MAINTAINER= nemysis@gmx.ch
COMMENT= Battleships solitaire game with a color interface
LICENSE= GPLv2
MAKE_ARGS= CC="${CC}"
ALL_TARGET= # empty
USE_GMAKE= yes
MAN6= bs.6
PLIST_FILES= bin/bs
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bs ${PREFIX}/bin
${INSTALL_MAN} ${MAN6:S|^|${WRKSRC}/|} ${MAN6PREFIX}/man/man6
.include <bsd.port.mk>