88ea72915d
make a distinction between these. ok aja@ dcoppa@
26 lines
515 B
Makefile
26 lines
515 B
Makefile
# $OpenBSD: Makefile,v 1.10 2012/03/29 13:38:48 sthen Exp $
|
|
|
|
COMMENT= gnutella client with an easy to use interface
|
|
|
|
DISTNAME= mutella-0.4.5
|
|
REVISION= 0
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://mutella.sourceforge.net/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c curses m pthread readline stdc++ z
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mutella/}
|
|
|
|
SEPARATE_BUILD= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|