1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/starlanes/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

30 lines
728 B
Makefile

# New ports collection makefile for: starlanes
# Version required: 1.2.2
# Date created: 7 May 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= starlanes-1.2.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/strategy
MAINTAINER= ports@FreeBSD.org
ALL_TARGET=
MAN6= starlanes.6
pre-build:
@ ${RM} ${WRKSRC}/starlanes
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/starlanes ${PREFIX}/bin/starlanes
@ ${INSTALL_MAN} ${WRKSRC}/starlanes.6 ${PREFIX}/man/man6
@ ${MKDIR} ${PREFIX}/share/doc/starlanes
@ ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/starlanes/COPYING
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/starlanes/README
.include <bsd.port.mk>