1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net-p2p/mutella/Makefile
Gavin Atkinson 7aa5db07dd Mark mutella as deprecated: the last release was 2004-08-26, so it is safe
to say that this is now abandonware.

Approved by:	itetcu
2010-04-08 09:28:38 +00:00

27 lines
591 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-p2p
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= gavin.atkinson@ury.york.ac.uk
COMMENT= A command line Gnutella client
DEPRECATED= No longer under active development
EXPIRATION_DATE= 2010-10-01
MAN1= mutella.1
GNU_CONFIGURE= yes
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
.include <bsd.port.mk>