diff options
author | asami <asami@FreeBSD.org> | 1997-06-04 05:23:47 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-04 05:23:47 +0000 |
commit | 66fdee468a4d2865a1151971a9828191c04d12a9 (patch) | |
tree | d6fab762419fa34479627b651381c445cd7878b4 /games/bs/Makefile | |
parent | 5b8819d826916b99f427de07db9b625aeb738aae (diff) | |
download | FreeBSD-ports-66fdee468a4d2865a1151971a9828191c04d12a9.zip FreeBSD-ports-66fdee468a4d2865a1151971a9828191c04d12a9.tar.gz |
"Battleships solitaire" game (whatever that means).
PR: 3692
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/bs/Makefile')
-rw-r--r-- | games/bs/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile new file mode 100644 index 0000000..31309d1 --- /dev/null +++ b/games/bs/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: bs +# Version required: 2.1 +# Date created: 11 May 1997 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= bs-2.1 +CATEGORIES= games +MASTER_SITES= ftp://locke.ccil.org/pub/esr/ + +MAINTAINER= andy@icc.surw.chel.su + +ALL_TARGET= +MAN6= bs.6 + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/bs ${PREFIX}/bin/bs + @ ${INSTALL_MAN} ${WRKSRC}/bs.6 ${PREFIX}/man/man6 + +.include <bsd.port.mk> |