freebsd-ports/games/freeciv-gtk2/Makefile
Justin M. Seger 09ed175469 Upgrade to version 1.7.0.
Submitted by:   brett@peloton.physics.montana.edu
PR:             ports/7667
1998-08-19 03:27:11 +00:00

26 lines
582 B
Makefile

# 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>