1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/irc/ninja/Makefile
Chris Piazza 10ae656be9 Remove maintainership of most of my ports. I don't really have
time to maintain these and I'm just not interested in these particular
ones any more.
2000-06-20 21:45:58 +00:00

28 lines
678 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.2
CATEGORIES= irc
MASTER_SITES= ftp://ninja.qoop.org/ninja/unstable/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
PLIST_SUB= VERSION="${PORTVERSION}"
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>