summaryrefslogtreecommitdiff
path: root/irc/ninja/Makefile
blob: b3267cfc31fc3f649582bc94fc00af0000eb4a6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for: 	Ninja-irc
# Version required: 	1.0.7
# Date created:	 	10 April 1999
# Whom:			Chris Piazza <cpiazza@home.net>
#
# $Id$
#

DISTNAME= 	ninja-src
PKGNAME=	ninja-1.0.7
CATEGORIES=	net
MASTER_SITES=	http://ninja.pimped.org/

MAINTAINER=	cpiazza@home.net

GNU_CONFIGURE=	yes

WRKSRC=		${WRKDIR}/ninja-irc

MAN1=	ninja.1

post-patch:
	@${SED} -e s#__PREFIX__#$(PREFIX)#g $(WRKSRC)/include/config.h.dist > $(WRKSRC)/include/config.h.dist.new
	@${MV} $(WRKSRC)/include/config.h.dist.new $(WRKSRC)/include/config.h.dist

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/source/ninja ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin
	${MKDIR} ${PREFIX}/share/ninja/help
	${INSTALL_DATA} ${WRKSRC}/doc/ninja.help ${PREFIX}/share/ninja/help
	${INSTALL_MAN} ${WRKSRC}/doc/ninja.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/ninja
	${INSTALL_DATA} ${WRKSRC}/doc/colors.txt ${PREFIX}/share/doc/ninja
	${INSTALL_DATA} ${WRKSRC}/doc/commands.txt ${PREFIX}/share/doc/ninja
	${INSTALL_DATA} ${WRKSRC}/doc/keyinfo.txt ${PREFIX}/share/doc/ninja
.endif

.include <bsd.port.mk>