f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
23 lines
411 B
Makefile
23 lines
411 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/bs/
|
|
|
|
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>
|