2001-12-29 03:54:29 +01:00
|
|
|
# New ports collection makefile for: mutella
|
|
|
|
# Date created: 2/12/2001
|
2003-06-24 03:06:04 +02:00
|
|
|
# Whom: Dominic Marks <dominic.marks@btinternet.com>
|
2001-12-29 03:54:29 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mutella
|
2004-10-14 11:41:38 +02:00
|
|
|
PORTVERSION= 0.4.5
|
2003-02-15 14:52:09 +01:00
|
|
|
PORTEPOCH= 1
|
2001-12-29 03:54:29 +01:00
|
|
|
CATEGORIES= net
|
2003-02-15 14:52:09 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= mutella
|
2001-12-29 03:54:29 +01:00
|
|
|
|
2004-10-14 11:41:38 +02:00
|
|
|
MAINTAINER= gavin.atkinson@ury.york.ac.uk
|
2003-02-15 14:52:09 +01:00
|
|
|
COMMENT= A command line Gnutella client
|
2001-12-29 03:54:29 +01:00
|
|
|
|
2003-01-06 08:06:38 +01:00
|
|
|
MAN1= mutella.1
|
|
|
|
|
2001-12-29 03:54:29 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-04-10 19:26:55 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-02-15 14:52:09 +01:00
|
|
|
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
|
|
|
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
2001-12-29 03:54:29 +01:00
|
|
|
|
2004-10-14 11:41:38 +02:00
|
|
|
.include <bsd.port.mk>
|