e5099dce70
PR: 41541 Submitted by: tilman@arved.de Approved by: maintainer
27 lines
585 B
Makefile
27 lines
585 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.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= dominic_marks@btinternet.com
|
|
|
|
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>
|