blob: 3bfb527e544152f4249377f18e829f862f79517b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
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>
|