2002-11-19 13:47:13 +00:00
|
|
|
# New ports collection makefile for: lgeneral
|
|
|
|
# Date created: 27 Aug 2002
|
|
|
|
# Whom: Filippo Natali <filippo@widestore.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= lgeneral
|
|
|
|
PORTVERSION= 1.1.1
|
2004-03-16 04:23:56 +00:00
|
|
|
PORTREVISION= 3
|
2002-11-19 13:47:13 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= lgeneral
|
|
|
|
|
2005-03-10 17:24:59 +00:00
|
|
|
MAINTAINER= filippo.natali@gmail.com
|
2003-02-21 12:06:51 +00:00
|
|
|
COMMENT= A turn-based strategy engine inspired by Panzer General
|
2002-11-19 13:47:13 +00:00
|
|
|
|
2004-03-08 01:01:31 +00:00
|
|
|
USE_SDL= sdl
|
2002-11-19 13:47:13 +00:00
|
|
|
|
2003-08-27 13:41:38 +00:00
|
|
|
.ifndef (WITHOUT_SOUND)
|
2004-01-20 21:18:12 +00:00
|
|
|
USE_SDL= mixer
|
2003-08-27 13:41:38 +00:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-sound
|
|
|
|
.endif
|
|
|
|
|
2002-11-19 13:47:13 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|