summaryrefslogtreecommitdiff
path: root/games/freeciv-gtk2/Makefile
blob: 470f03379df01203e9434e90ae775fed9625fe0c (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
# New ports collection makefile for:	freeciv
# Version required:	1.7.0
# Date created:		Jun 20 1997
# Whom:			ada@bsd.org
#
# $Id: Makefile,v 1.11 1998/09/15 11:13:08 asami Exp $
#

DISTNAME=	freeciv-1.7.0
CATEGORIES=	games
MASTER_SITES=	ftp://www.freeciv.org/pub/freeciv/

MAINTAINER=	ada@bsd.org

LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm

USE_IMAKE=      	yes
NO_INSTALL_MANPAGES=	yes

post-install:
	${MKDIR} ${PREFIX}/share/freeciv
	${INSTALL_DATA} $(WRKSRC)/data/helpdata.txt $(WRKSRC)/data/Freeciv \
		$(WRKSRC)/data/*.xpm ${PREFIX}/share/freeciv

.include <bsd.port.mk>