mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
34 lines
841 B
Makefile
34 lines
841 B
Makefile
# New ports collection makefile for: phalanx
|
|
# Date created: 2 May 1999
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= phalanx
|
|
PORTVERSION= 22
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.math.muni.cz/pub/math/people/Dobes/ \
|
|
http://www.crosswinds.net/~dobes/phalanx/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
WRKSRC= ${WRKDIR}/Phalanx-XXII
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= # empty
|
|
MAKEFILE= makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/phalanx ${PREFIX}/bin
|
|
@${MKDIR} ${PREFIX}/share/phalanx
|
|
${INSTALL_DATA} ${WRKSRC}/pbook.phalanx ${PREFIX}/share/phalanx
|
|
${INSTALL_DATA} ${WRKSRC}/sbook.phalanx ${PREFIX}/share/phalanx
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/phalanx
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/phalanx
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|