pkgsrc-wip/cgterm/Makefile
Robert Doerfler eac86ff76e Import cgterm-1.7b2 as wip/cgterm.
GTerm is a C/G telnet client that lets you connect to C64 telnet BBS's with
the correct colours and the correct font. Also included is a client for 64CHAT
called CGChat.

Features

    * Open source - runs on Windows, MacOS X, and unix compatibles.
    * Full C64 screen and keyboard emulation.
    * File download with Xmodem, Xmodem/CRC, Xmodem-1k, and Punter protocols.
    * Screen capture to SEQ file, and SEQ file playback.
    * Keyboard macros.
    * Fullscreen mode.
    * and more...
2011-02-18 11:39:11 +00:00

28 lines
695 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/02/18 11:39:11 rodo6510 Exp $
#
DISTNAME= cgterm-1.7b2
CATEGORIES= wip
MASTER_SITES= http://www.paradroid.net/cgterm/
MAINTAINER= rodo@zlug.org
HOMEPAGE= http://www.paradroid.net/cgterm/
COMMENT= Commodore Graphics Telnet Client
#LICENSE= # TODO: (see mk/license.mk)
LICENSE= 2-clause-bsd
PKG_DESTDIR_SUPPORT= user-destdir
NO_CONFIGURE= yes
USE_TOOLS+= gmake
SUBST_CLASSES+= fix-paths
SUBST_STAGE.fix-paths= post-patch
SUBST_MESSAGE.fix-paths= Fixing absolute paths.
SUBST_FILES.fix-paths= Makefile
SUBST_SED.fix-paths= -e 's,/usr/local,${PREFIX},g'
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"