freebsd-ports/net/mutella/Makefile
Edwin Groothuis 904a410e2f Fix build of net/mutella on CURRENT and upgrade to 0.4.5
ports/net/mutella does not build on 5-CURRENT with GCC
	3.4.x. One of the fixes in the new version of mutella is
	to allow it to be built with GCC 3.4.x. The attached patch
	updates mutella to the most recent version which allows it
	to be compilable again under -CURRENT.

PR:		ports/71713
Submitted by:	Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
2004-10-14 09:41:38 +00:00

25 lines
577 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.5
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mutella
MAINTAINER= gavin.atkinson@ury.york.ac.uk
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>