mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
2351069d34
PR: 53658 Submitted by: Dominic Marks <dom@cus.org.uk>
26 lines
576 B
Makefile
26 lines
576 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= dominic.marks@btinternet.com
|
|
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>
|