1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/mutella/Makefile
Christian Weisgerber 07e3f22daf Remove install prefix.
Reported by:	kris (bento)
2003-02-22 16:34:08 +00:00

26 lines
574 B
Makefile

# New ports collection makefile for: mutella
# Date created: 2/12/2001
# Whom: Dominic Marks <d.marks@student.umist.ac.uk>
#
# $FreeBSD$
#
PORTNAME= mutella
PORTVERSION= 0.4.3
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mutella
MAINTAINER= d.marks@student.umist.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>