mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
b06bd368af
PR: 20321 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
23 lines
441 B
Makefile
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>
|