8b4f1e330f
Mutella is a terminal-mode Gnutella client with an intuitive and easy to use interface. Initially written by Max for himself, Mutella has now been released to the general public for the benefit of all of us in need of a solid, high-performance client. ok pvalchev
24 lines
501 B
Makefile
24 lines
501 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/11 05:21:07 cannings Exp $
|
|
|
|
COMMENT= "gnutella client with an easy to use interface"
|
|
|
|
DISTNAME= mutella-0.4.3
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://mutella.sourceforge.net
|
|
|
|
MAINTAINER= rich cannings <cannings@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mutella/}
|
|
|
|
SEPARATE_BUILD= simple
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|