mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5dc2d97ffb
PR: 24814 Submitted by: Ports Fury
23 lines
408 B
Makefile
23 lines
408 B
Makefile
# New ports collection makefile for: bs
|
|
# Date created: 11 May 1997
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bs
|
|
PORTVERSION= 2.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.tuxedo.org/~esr/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
ALL_TARGET= # empty
|
|
MAN6= bs.6
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bs ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/bs.6 ${MANPREFIX}/man/man6
|
|
|
|
.include <bsd.port.mk>
|