1999-04-15 03:20:01 +00:00
|
|
|
# New ports collection makefile for: Ninja-irc
|
1999-06-17 13:20:11 +00:00
|
|
|
# Version required: 1.1
|
1999-04-15 03:20:01 +00:00
|
|
|
# Date created: 10 April 1999
|
1999-06-19 08:26:18 +00:00
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
1999-04-15 03:20:01 +00:00
|
|
|
#
|
1999-07-14 05:56:28 +00:00
|
|
|
# $Id: Makefile,v 1.6 1999/06/28 02:20:50 billf Exp $
|
1999-04-15 03:20:01 +00:00
|
|
|
#
|
|
|
|
|
1999-07-14 05:56:28 +00:00
|
|
|
DISTNAME= ninja-1.1-src
|
1999-06-17 13:20:11 +00:00
|
|
|
PKGNAME= ninja-1.1
|
1999-06-28 02:24:57 +00:00
|
|
|
CATEGORIES= irc
|
1999-07-14 05:56:28 +00:00
|
|
|
MASTER_SITES= http://ninja.pimped.org/ftp/unstable/ \
|
|
|
|
ftp://ninja.qoop.org/unstable/
|
1999-04-15 03:20:01 +00:00
|
|
|
|
1999-06-19 08:26:18 +00:00
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
1999-04-15 03:20:01 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1999-05-16 23:44:14 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
1999-04-15 03:20:01 +00:00
|
|
|
|
1999-06-17 13:20:11 +00:00
|
|
|
pre-patch:
|
|
|
|
@${CP} ${WRKSRC}/config/configure ${WRKSRC}
|
|
|
|
|
1999-04-15 03:20:01 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|