2001-12-29 03:54:29 +01:00
|
|
|
# New ports collection makefile for: mutella
|
|
|
|
# Date created: 2/12/2001
|
|
|
|
# Whom: Dominic Marks <dominic_marks@btinternet.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mutella
|
2002-09-01 17:40:37 +02:00
|
|
|
PORTVERSION= 0.4.1
|
2001-12-29 03:54:29 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= dominic_marks@btinternet.com
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2002-09-01 17:40:37 +02:00
|
|
|
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
|
2001-12-29 03:54:29 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|