96abb1b2cf
PR: 46558 Submitted by: Dominic Marks <dom@cus.org.uk> (maintainer)
27 lines
578 B
Makefile
27 lines
578 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.3rc1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://mutella.sourceforge.net/
|
|
|
|
MAINTAINER= d.marks@student.umist.ac.uk
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|