1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/games/bs/Makefile

28 lines
526 B
Makefile
Raw Normal View History

# New ports collection makefile for: bs
# Date created: 11 May 1997
# Whom: Andrey Zakhvatov
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
PORTNAME= bs
PORTVERSION= 2.7
CATEGORIES= games
MASTER_SITES= http://www.catb.org/~esr/bs/
MAINTAINER= ports@FreeBSD.org
2003-02-20 17:32:26 +00:00
COMMENT= Battleships solitaire game with a color interface
MAKE_ARGS= CC="${CC}"
ALL_TARGET= # empty
2005-10-12 02:48:19 +00:00
USE_GMAKE= yes
MAN6= bs.6
2004-02-05 20:38:07 +00:00
PLIST_FILES= bin/bs
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bs ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/bs.6 ${MANPREFIX}/man/man6
.include <bsd.port.mk>