blob: 9b479487db43563a93bdd036abfd1b89ec55c9ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: lgeneral-data
# Date created: 31 Jul 2002
# Whom: Filippo Natali <filippo@widestore.net>
#
# $FreeBSD$
#
PORTNAME= lgeneral-data
PORTVERSION= 1.1.3
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= lgeneral
MAINTAINER= filippo@widestore.net
COMMENT= A turn-based strategy engine inspired by Panzer General
RUN_DEPENDS= lgeneral:${PORTSDIR}/games/lgeneral
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|