freebsd-ports/games/lgeneral/Makefile
Roman Bogorodskiy ba8c695480 Change maintainer's e-mail.
PR:	78669
Submitted by:	maintainer
Approved by:	krion (mentor)
2005-03-10 17:24:59 +00:00

28 lines
566 B
Makefile

# 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= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= lgeneral
MAINTAINER= filippo.natali@gmail.com
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>