mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
27 lines
644 B
Makefile
27 lines
644 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.1
|
|
CATEGORIES= irc
|
|
MASTER_SITES= ftp://ninja.qoop.org/ninja/unstable/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
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>
|