openbsd-ports/games/freeciv/Makefile
marc 2e59490083 update port makefiles; validate source code still exists;
comment where sources have changed/no longer exist
See port status web page (to be updated real-soon-now) for details
1998-11-09 01:49:54 +00:00

21 lines
440 B
Makefile

# $OpenBSD: Makefile,v 1.6 1998/11/09 01:49:55 marc Exp $
#
DISTNAME= freeciv-1.7.1
CATEGORIES= games
MAINTAINER= mickey@openbsd.org
MASTER_SITES= ftp://freeciv.ultraviolet.org/pub/freeciv/
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
WRKSRC= ${WRKDIR}/freeciv-1.7.1
post-install:
${MKDIR} ${PREFIX}/lib/X11/freeciv
${INSTALL_DATA} $(WRKSRC)/data/Freeciv $(WRKSRC)/data/*.xpm \
${PREFIX}/lib/X11/freeciv
.include <bsd.port.mk>