2001-03-08 20:13:02 +01:00
|
|
|
# New ports collection makefile for: alephone
|
2001-03-01 19:01:25 +01:00
|
|
|
# Date created: 27 February 2001
|
|
|
|
# Whom: Michael Alyn Miller <malyn@strangeGizmo.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-03-08 20:13:02 +01:00
|
|
|
PORTNAME= alephone
|
2002-02-07 22:23:02 +01:00
|
|
|
PORTVERSION= 0.12.0
|
2004-03-16 05:23:56 +01:00
|
|
|
PORTREVISION= 2
|
2001-03-01 19:01:25 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= marathon
|
2001-03-08 20:13:02 +01:00
|
|
|
DISTNAME= AlephOne-${PORTVERSION}
|
2001-03-01 19:01:25 +01:00
|
|
|
|
|
|
|
MAINTAINER= malyn@strangeGizmo.com
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= The open source version of Bungie's Marathon game
|
2001-03-01 19:01:25 +01:00
|
|
|
|
2004-01-20 22:18:12 +01:00
|
|
|
USE_SDL= image net sdl
|
2003-11-20 16:06:14 +01:00
|
|
|
USE_PERL5_BUILD=yes
|
2001-03-01 19:01:25 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
|
|
|
|
|
2002-03-29 08:52:36 +01:00
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e 's,^#include \"network_modem.h\".*,,' \
|
|
|
|
${WRKSRC}/Source_Files/Network/network.cpp \
|
|
|
|
${WRKSRC}/Source_Files/Network/network_stream.cpp \
|
|
|
|
|
2001-03-01 19:01:25 +01:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.endif
|
|
|
|
|
2003-12-04 15:41:46 +01:00
|
|
|
.include <bsd.port.mk>
|