freebsd-ports/games/galaxis/Makefile
Kris Kennaway 027f59c9d8 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy
2000-03-29 07:19:16 +00:00

22 lines
455 B
Makefile

# New ports collection makefile for: galaxis
# Version required: 1.1
# Date created: 30 June 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= galaxis-1.1
CATEGORIES= games
MASTER_SITES= ftp://locke.ccil.org/pub/esr/
MAINTAINER= ports@FreeBSD.org
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>