mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
02fff05185
PR: 48262 Submitted by: Dominic Marks <dom@cus.org.uk> * Honor CFLAGS. * Proper pthreads handling on 4.x/5.x Approved by: maintainer
26 lines
575 B
Makefile
26 lines
575 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= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
|
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
|
|
|
.include <bsd.port.mk>
|