mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
bbed9774f9
Also some minor nits (extra fluff in all of my ports' DESCR files, USE_XLIB defined when USE_X_PREFIX is also defined, etc).
27 lines
664 B
Makefile
27 lines
664 B
Makefile
# New ports collection makefile for: Ninja-irc
|
|
# Version required: 1.1
|
|
# Date created: 10 April 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.4 1999/06/17 13:19:52 billf Exp $
|
|
#
|
|
|
|
DISTNAME= ninja-src
|
|
PKGNAME= ninja-1.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://ninja.pimped.org/
|
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
pre-patch:
|
|
@${CP} ${WRKSRC}/config/configure ${WRKSRC}
|
|
|
|
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>
|