mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
29 lines
559 B
Makefile
29 lines
559 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= 6
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= lgeneral
|
|
|
|
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>
|