Index: head/games/taipan/Makefile =================================================================== --- head/games/taipan/Makefile (revision 523112) +++ head/games/taipan/Makefile (revision 523113) @@ -1,26 +1,30 @@ # Created by: Dave Walton # $FreeBSD$ PORTNAME= taipan PORTVERSION= 0.9 PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SUNSITE/games/textrpg MAINTAINER= ports@FreeBSD.org COMMENT= Classic role-playing game from the 1980s +LICENSE= NONE + USES= ncurses MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="${LDFLAGS} -lncurses" PORTDOCS= README PLIST_FILES= bin/taipan OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/taipan ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/games/taipan/pkg-descr =================================================================== --- head/games/taipan/pkg-descr (revision 523112) +++ head/games/taipan/pkg-descr (revision 523113) @@ -1,13 +1,15 @@ Taipan was (and is) a classic role-playing game from the 1980s. While not as graphically oriented as some of the other popular games of the time (e.g. Choplifter, Karateka, and Lode Runner), Taipan still managed to capture the imagination of almost every player that laid hands upon it. Loosely based upon James Clavell's best-selling novel "Tai-Pan", the game lets you play the role of an ocean-going trader doing business in major Asian ports during the mid-1800s. Your objective is simple: make the most money possible by trading and pirating. Based out of Hong Kong, you'll sail from harbor to harbor buying commodities including opium, silk, arms, and "general" goods, and selling them again at a higher price elsewhere. + +WWW: http://www.ibiblio.org/pub/linux/games/textrpg/taipan-0.9.lsm