freebsd-ports/games/galaxis/Makefile
Thomas Gellekum c8504ede5f Import of galaxis port. Save lifeboats from a crippled
interstellar liner.

PR:		3989
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1997-06-30 11:57:52 +00:00

23 lines
454 B
Makefile

# New ports collection makefile for: galaxis
# Version required: 1.1
# Date created: 30 June 1997
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= galaxis-1.1
CATEGORIES= games
MASTER_SITES= ftp://locke.ccil.org/pub/esr/
MAINTAINER= andy@icc.surw.chel.su
ALL_TARGET=
MAN6= galaxis.6
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/galaxis ${PREFIX}/bin/galaxis
@ ${INSTALL_MAN} ${WRKSRC}/galaxis.6 ${PREFIX}/man/man6
.include <bsd.port.mk>