1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/irc/ninja/Makefile
Ade Lovett 43b9bc5f3e Update to 1.5.8.1 (previous version no longer available)
PR:		35820
Submitted by:	Peter Avalos <pavalos@theshell.com>
2002-03-12 19:46:25 +00:00

32 lines
730 B
Makefile

# 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>