1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/games/galaxis/Makefile
Chris D. Faulhaber b06bd368af Update port to 1.2
PR:		20321
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-08-02 00:19:58 +00:00

23 lines
441 B
Makefile

# New ports collection makefile for: galaxis
# Date created: 30 June 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= galaxis
PORTVERSION= 1.2
CATEGORIES= games
MASTER_SITES= ftp://locke.ccil.org/pub/esr/
MAINTAINER= ports@FreeBSD.org
ALL_TARGET= # empty
MAN6= galaxis.6
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/galaxis ${PREFIX}/bin/galaxis
${INSTALL_MAN} ${WRKSRC}/galaxis.6 ${PREFIX}/man/man6
.include <bsd.port.mk>