diff options
Diffstat (limited to 'games/spellcast/Makefile')
-rw-r--r-- | games/spellcast/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/games/spellcast/Makefile b/games/spellcast/Makefile new file mode 100644 index 0000000..feb21f9 --- /dev/null +++ b/games/spellcast/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: spellcast +# Version required: 1.1 +# Date created: 28 June 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= spellcast-1.1 +CATEGORIES= games x11 +MASTER_SITES= http://www.redestb.es/personal/ragnar/ \ + ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= games/multiplayer + +MAINTAINER= andy@icc.surw.chel.su + +USE_X11= yes +MAN6= spellcast.6 + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/spellcast ${PREFIX}/bin + @ ${INSTALL_MAN} ${WRKSRC}/spellcast.6 ${PREFIX}/man/man6 +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/spellcast +.for file in License README.1 README.2 spelllist.ps + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/spellcast +.endfor +.endif + +.include <bsd.port.mk> |