mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
add cryptoslam
A curses-based tool for creating and solving the cryptograms
This commit is contained in:
parent
7ba3cdea26
commit
f4561fbd1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50512
@ -58,6 +58,7 @@
|
||||
SUBDIR += crafty-open-small
|
||||
SUBDIR += crimson
|
||||
SUBDIR += crossfire
|
||||
SUBDIR += cryptoslam
|
||||
SUBDIR += cursive
|
||||
SUBDIR += deal
|
||||
SUBDIR += defendguin
|
||||
|
31
games/cryptoslam/Makefile
Normal file
31
games/cryptoslam/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: cryptoslam
|
||||
# Date created: Nov 25, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cryptoslam
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 400010
|
||||
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
|
||||
CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses \
|
||||
-I${LOCALBASE}/include -I/usr/include
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/cryptoslam ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
games/cryptoslam/distinfo
Normal file
1
games/cryptoslam/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cryptoslam-1.1.tar.gz) = 0ea3fdfdec76cf944dbd77641f5e97d3
|
1
games/cryptoslam/pkg-comment
Normal file
1
games/cryptoslam/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A curses-based tool for creating and solving the cryptograms
|
4
games/cryptoslam/pkg-descr
Normal file
4
games/cryptoslam/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Cryptoslam is a curses-based tool for creating and solving the simple pencil-
|
||||
and-paper cryptograms found in newspapers and puzzle magazines. It is a tool
|
||||
that aids in analyzing, examining, and trying possible decodings of simple
|
||||
substitution cyphers.
|
1
games/cryptoslam/pkg-plist
Normal file
1
games/cryptoslam/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/cryptoslam
|
Loading…
Reference in New Issue
Block a user