diff options
author | asami <asami@FreeBSD.org> | 1997-06-10 17:48:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-10 17:48:34 +0800 |
commit | b62ad543e696c4bf7107381c4c55f7213b47dba1 (patch) | |
tree | 21a1adc6556f9597f434f10ee62cb1d763202cec /games/starlanes/Makefile | |
parent | bd8ce0f51f6e2e8862c4d9e14757673943a8a61d (diff) | |
download | freebsd-ports-graphics-b62ad543e696c4bf7107381c4c55f7213b47dba1.tar.gz freebsd-ports-graphics-b62ad543e696c4bf7107381c4c55f7213b47dba1.tar.zst freebsd-ports-graphics-b62ad543e696c4bf7107381c4c55f7213b47dba1.zip |
The classic space-age stock trading game.
PR: 3797
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/starlanes/Makefile')
-rw-r--r-- | games/starlanes/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/games/starlanes/Makefile b/games/starlanes/Makefile new file mode 100644 index 00000000000..ede216db8ca --- /dev/null +++ b/games/starlanes/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: starlanes +# Version required: 1.2.2 +# Date created: 7 May 1997 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= starlanes-1.2.2 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= games/strategy + +MAINTAINER= andy@icc.surw.chel.su + +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> |