pkgsrc-wip/mutella/Makefile
Thomas Klausner ad6cb11b6d "wip" is not a valid category -- please use the standard pkgsrc ones.
Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
2005-11-02 17:59:54 +00:00

25 lines
720 B
Makefile

# $NetBSD: Makefile,v 1.13 2005/11/02 18:00:23 thomasklausner Exp $
#
DISTNAME= mutella-0.4.5
CATEGORIES= net www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mutella/}
MAINTAINER= airhead@users.sourceforge.net
HOMEPAGE= http://mutella.sourceforge.net/
COMMENT= Console mode Gnutella client with optional HTTP interface
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
#
# XXX: This should be removed when PR lib/29958 is closed. Not sure how to
# check for native readline version with/without support though.
#
USE_GNU_READLINE= yes
PTHREAD_OPTS+= require
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"