summaryrefslogblamecommitdiff
path: root/irc/ninja/Makefile
blob: b5bdf1a38fdf9ae4ae3ef8260f3d870609974b74 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 
                                     
                                                          
 
           

 
                     
                       
                   
                                                   
 
                               
 

                                                    
                   


                                     

           


                                                                              

                                                             

                                                                     
 
                      
# New ports collection makefile for: 	Ninja-irc
# Date created:	 	10 April 1999
# Whom:			Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	ninja
PORTVERSION=	1.5.8.1
CATEGORIES=	irc
MASTER_SITES=	ftp://ninja.qoop.org/ninja/sources/

MAINTAINER=	anders@hack.org

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	IRCLIB="${IRCLIB}"

IRCLIB=		${PREFIX}/share/ninja

post-patch:
	@${PERL} -e "s|%%IRCLIB%%|${IRCLIB}|g" ${WRKSRC}/include/config.h.dist

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/ninja ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/ninjawserv ${PREFIX}/bin
	@${MKDIR} ${IRCLIB}/translation
	${INSTALL_DATA} ${WRKSRC}/translation/* ${IRCLIB}/translation

.include <bsd.port.mk>