mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
33 lines
752 B
Makefile
33 lines
752 B
Makefile
# New ports collection makefile for: spellcast
|
|
# Date created: 28 June 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= spellcast
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.eblong.com/zarf/ftp/
|
|
DISTNAME= ${PORTNAME}
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Multiplayer fight with spells turn based game for X Window System
|
|
|
|
USE_XORG= x11
|
|
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 README spelllist.ps
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/spellcast
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|