freebsd-ports/net-p2p/mutella/Makefile
Edwin Groothuis 5b0bf6e947 Cease FreeBSD port maintainerships
I don't have the time to give to many of the ports I maintain at
	the moment. I wasn't expecting to be so busy this summer ...

	Please set all my ports back to ports@freebsd.org.

PR:		ports/56935
Submitted by:	Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet <sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-09-24 08:37:39 +00:00

25 lines
565 B
Makefile

# New ports collection makefile for: mutella
# Date created: 2/12/2001
# Whom: Dominic Marks <dominic.marks@btinternet.com>
#
# $FreeBSD$
#
PORTNAME= mutella
PORTVERSION= 0.4.3
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mutella
MAINTAINER= ports@FreeBSD.org
COMMENT= A command line Gnutella client
MAN1= mutella.1
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
.include <bsd.port.mk>