mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
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.1
|
|
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>
|