diff options
author | naddy <naddy@FreeBSD.org> | 2003-02-15 21:52:09 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-02-15 21:52:09 +0800 |
commit | 3716ee36c58b8dca81bf6bcd297151f7c1f894a8 (patch) | |
tree | f995efbe0efb99fb2abf9292af6c01de7801e784 /net/mutella/Makefile | |
parent | 456e6dbb0833a83741a6f7e3afb5f87586df92b3 (diff) | |
download | freebsd-ports-gnome-3716ee36c58b8dca81bf6bcd297151f7c1f894a8.tar.gz freebsd-ports-gnome-3716ee36c58b8dca81bf6bcd297151f7c1f894a8.tar.zst freebsd-ports-gnome-3716ee36c58b8dca81bf6bcd297151f7c1f894a8.zip |
* Update to 0.4.3.
PR: 48262
Submitted by: Dominic Marks <dom@cus.org.uk>
* Honor CFLAGS.
* Proper pthreads handling on 4.x/5.x
Approved by: maintainer
Diffstat (limited to 'net/mutella/Makefile')
-rw-r--r-- | net/mutella/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/net/mutella/Makefile b/net/mutella/Makefile index a762b42a453d..8b3dce6a3463 100644 --- a/net/mutella/Makefile +++ b/net/mutella/Makefile @@ -6,22 +6,20 @@ # PORTNAME= mutella -PORTVERSION= 0.4.3rc2 +PORTVERSION= 0.4.3 +PORTEPOCH= 1 CATEGORIES= net -MASTER_SITES= http://mutella.sourceforge.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 -USE_REINPLACE= yes -CONFIGURE_TARGET= -CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -post-patch: - @${REINPLACE_CMD} -e 's|ulong|u_long|' \ - ${WRKSRC}/mutella/asyncsocket.cpp \ - ${WRKSRC}/mutella/asyncsocket.h +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ + PTHREAD_LIBS="${PTHREAD_LIBS}" .include <bsd.port.mk> |