summaryrefslogtreecommitdiff
path: root/games/freeciv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/freeciv/Makefile')
-rw-r--r--games/freeciv/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile
index 49910a57ead2..871201e035dd 100644
--- a/games/freeciv/Makefile
+++ b/games/freeciv/Makefile
@@ -1,25 +1,19 @@
# New ports collection makefile for: freeciv
-# Version required: 1.7.1
+# Version required: 1.7.2
# Date created: Jun 20 1997
# Whom: ada@bsd.org
#
-# $Id: Makefile,v 1.12 1998/09/17 00:32:32 asami Exp $
+# $Id: Makefile,v 1.3 1997/10/09 11:35:53 tg Exp $
#
-DISTNAME= freeciv-1.7.1
+DISTNAME= freeciv-1.7.2
CATEGORIES= games
-MASTER_SITES= ftp://www.freeciv.org/pub/freeciv/
+MASTER_SITES= ftp://ftp.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
+HAS_CONFIGURE= yes
.include <bsd.port.mk>