Date: Sat, 17 Feb 2001 02:06:13 +1030 (CST) From: mark@kyne.com.au To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25137: New port: A curses word gam Message-ID: <200102161536.f1GFaDJ85054@aeris.kyne.com.au>
next in thread | raw e-mail | index | archive | help
>Number: 25137 >Category: ports >Synopsis: New port: A curses word gam >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 07:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Mark Pulford >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: Lexter is a real-time puzzle game for text terminals. Arrange the falling letters into words to score points. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # lexter # lexter/Makefile # lexter/pkg-comment # lexter/pkg-descr # lexter/pkg-plist # lexter/distinfo # echo c - lexter mkdir -p lexter > /dev/null 2>&1 echo x - lexter/Makefile sed 's/^X//' >lexter/Makefile << 'END-of-lexter/Makefile' X# New ports collection makefile for: lexter X# Date created: 14 Feb 2001 X# Whom: Mark Pulford <mark@kyne.com.au> X# X# $FreeBSD$ X# X XPORTNAME= lexter XPORTVERSION= 1.0.1 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= games/strategy X XMAINTAINER= mark@kyne.com.au X XLIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext X XGNU_CONFIGURE= yes XCONFIGURE_ARGS+= --localstatedir=${PREFIX}/share/lexter XCONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ X LDFLAGS='-L${LOCALBASE}/lib' X XMAN6= lexter.6 X Xpost-install: X @${CHOWN} root.games ${PREFIX}/bin/lexter X @${CHMOD} g+s ${PREFIX}/bin/lexter X @${TRUE} > ${PREFIX}/share/lexter/lexter.scores X @${CHOWN} root.games ${PREFIX}/share/lexter/lexter.scores X @${CHMOD} 664 ${PREFIX}/share/lexter/lexter.scores X X.include <bsd.port.mk> END-of-lexter/Makefile echo x - lexter/pkg-comment sed 's/^X//' >lexter/pkg-comment << 'END-of-lexter/pkg-comment' XA curses word game END-of-lexter/pkg-comment echo x - lexter/pkg-descr sed 's/^X//' >lexter/pkg-descr << 'END-of-lexter/pkg-descr' XLexter is a real-time puzzle game for text terminals. Arrange the Xfalling letters into words to score points. X XWWW: http://www.kyne.com.au/~mark/software.html X X- Mark Pulford Xmark@kyne.com.au END-of-lexter/pkg-descr echo x - lexter/pkg-plist sed 's/^X//' >lexter/pkg-plist << 'END-of-lexter/pkg-plist' Xbin/lexter Xshare/lexter/dict.en Xshare/lexter/dict.fr X@mode 664 Xshare/lexter/lexter.scores X@mode X@dirrm share/lexter END-of-lexter/pkg-plist echo x - lexter/distinfo sed 's/^X//' >lexter/distinfo << 'END-of-lexter/distinfo' XMD5 (lexter-1.0.1.tar.gz) = 1bfdc6d5ff5220442b8f754844402dc8 END-of-lexter/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102161536.f1GFaDJ85054>