summaryrefslogtreecommitdiff
path: root/games/powwow/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-02-04 09:38:43 +0000
committeradam <adam@pkgsrc.org>2005-02-04 09:38:43 +0000
commitf63d084f655ed9bf59ef4d53dc2e56296fbc4e08 (patch)
tree17cc85828f74779c90922ce806afbcc58d7b5707 /games/powwow/Makefile
parentc176151bec9b771896a110b27a2ac3bb6cdbf66d (diff)
downloadpkgsrc-f63d084f655ed9bf59ef4d53dc2e56296fbc4e08.tar.gz
Changes 1.2.5:
* Added append-mode to #capture: use #capture >file-name * Cleaned #spawned commands interface: text they print on standard output *MUST* terminate with a newline ('\n') in order for powwow to execute it. * Fixed missing #include <time.h> in main.h. * Fixed broken matching of #mark patterns starting with $ * Added the following user-contributed patches: * Put also 1-char lines into history; * Do not capture/movie data coming from spawned commands; * Fixed a bug in command parser.
Diffstat (limited to 'games/powwow/Makefile')
-rw-r--r--games/powwow/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/games/powwow/Makefile b/games/powwow/Makefile
index 7d62b03777e..850802d718f 100644
--- a/games/powwow/Makefile
+++ b/games/powwow/Makefile
@@ -1,20 +1,18 @@
-# $NetBSD: Makefile,v 1.4 2004/01/24 13:30:56 grant Exp $
-#
+# $NetBSD: Makefile,v 1.5 2005/02/04 09:38:43 adam Exp $
-DISTNAME= powwow-1.2.4
+DISTNAME= powwow-1.2.5
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/muds/} \
- ftp://Linuz.sns.it/pub/Linux/max/powwow/
+MASTER_SITES= http://linuz.sns.it/~max/powwow/
MAINTAINER= jdolecek@NetBSD.org
-HOMEPAGE= http://Linuz.sns.it/~max/powwow.html
+HOMEPAGE= http://linuz.sns.it/~max/powwow.html
COMMENT= Client to play MUDs
USE_GNU_TOOLS+= make
POWWOW_DIR= ${PREFIX}/share/powwow
do-build:
- cd ${WRKSRC} && POWWOW_DIR="${POWWOW_DIR}" ./make_it
+ cd ${WRKSRC} && POWWOW_DIR="${POWWOW_DIR}" CFLAGS="${CFLAGS}" ./make_it
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/powwow ${PREFIX}/bin