aboutsummaryrefslogtreecommitdiffstats
path: root/games/freeciv/Makefile
blob: d429785697979b3e01347c2941b24cab93d10ffa (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.9 1998/06/10 18:54:36 mph 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>