mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
d4041784dc
Approved by: portmgr (bdrewery)
26 lines
476 B
Makefile
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>
|