23 lines
565 B
Makefile
23 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.6 2003/06/05 13:56:23 airhead Exp $
|
|
#
|
|
|
|
DISTNAME= mutella-0.4.3
|
|
CATEGORIES= net www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mutella/}
|
|
|
|
MAINTAINER= airhead@sourceforge.net
|
|
HOMEPAGE= http://mutella.sourceforge.net
|
|
COMMENT= Console mode Gnutella client with optional HTTP interface
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK2= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
PTHREAD_OPTS+= require
|
|
|
|
.include "../../devel/readline/buildlink2.mk"
|
|
.include "../../mk/pthread.buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|