import clines 1.0.3

Console Lines is a "Lines" game for the Unix terminal.

ok alek
This commit is contained in:
jasper 2006-07-30 08:57:47 +00:00
parent d10e3ef11e
commit 611c82bcbb
4 changed files with 36 additions and 0 deletions

26
games/clines/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/07/30 08:57:47 jasper Exp $
COMMENT= "curses-based Lines game"
DISTNAME= clines-1.0.3
CATEGORIES= games
HOMEPAGE= http://manticore.2y.net/prj/clines-a.html
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c ncurses
MASTER_SITES= http://manticore.2y.net/cgi-bin/dlwct.sh?f=clines/
EXTRACT_SUFX= .tar.bz2
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/doc/clines
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/doc/clines
.include <bsd.port.mk>

4
games/clines/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (clines-1.0.3.tar.bz2) = 583574cf841be11be2d5c605bcbd3c70
RMD160 (clines-1.0.3.tar.bz2) = 4b44fd12f12e1388dd3725f2cc7013f6a9c199c3
SHA1 (clines-1.0.3.tar.bz2) = aa8552081b797f13119a4885eaf9cd95e7afca06
SIZE (clines-1.0.3.tar.bz2) = 72114

1
games/clines/pkg/DESCR Normal file
View File

@ -0,0 +1 @@
Console Lines is a "Lines" game for the Unix terminal.

5
games/clines/pkg/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/07/30 08:57:47 jasper Exp $
bin/clines
doc/
doc/clines/
doc/clines/README