blob: 3809e75e47badde490f7c0e43d204d1ad253aa5a (
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.10 1998/08/19 03:27:11 jseger Exp $
#
DISTNAME= freeciv-1.7.0
CATEGORIES= games
MASTER_SITES= ftp://www.freeciv.org/pub/freeciv/
MAINTAINER= ada@bsd.org
LIB_DEPENDS= Xpm.5:${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>
|