aboutsummaryrefslogtreecommitdiffstats
path: root/games/lgeneral/Makefile
blob: 331d16a08fced7a6fc6f5c994cb2177ec9a899d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:   lgeneral
# Date created:                27 Aug 2002
# Whom:                        Filippo Natali <filippo@widestore.net>
#
# $FreeBSD$
#

PORTNAME=   lgeneral
PORTVERSION=    1.1.1
PORTREVISION=   7
CATEGORIES= games
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}-engine/1.1

MAINTAINER= ports@FreeBSD.org
COMMENT=    A turn-based strategy engine inspired by Panzer General

USE_SDL=    sdl

.ifndef (WITHOUT_SOUND)
USE_SDL=    mixer
.else
CONFIGURE_ARGS+=--disable-sound
.endif

GNU_CONFIGURE=  yes

.include <bsd.port.mk>