2005-05-19 14:50:15 +00:00
|
|
|
# New ports collection makefile for: najitool
|
|
|
|
# Date created: 18 May 2005
|
|
|
|
# Whom: NECDET COKYAZICI <cokyazici@yahoo.co.uk>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= najitool
|
2007-01-05 09:36:09 +00:00
|
|
|
PORTVERSION= 0.8.1
|
2005-05-19 14:50:15 +00:00
|
|
|
CATEGORIES= misc
|
2009-09-02 15:01:56 +00:00
|
|
|
MASTER_SITES= SF
|
2005-05-19 14:50:15 +00:00
|
|
|
|
2007-03-05 00:57:04 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-05-19 14:50:15 +00:00
|
|
|
COMMENT= A tool that generates, converts, and filters files
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libnaji.a:${PORTSDIR}/devel/libnaji
|
|
|
|
|
|
|
|
MAKEFILE= makefile
|
|
|
|
|
|
|
|
DISTVERSIONSUFFIX= .src
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|cflags =|cflags = -I${LOCALBASE}/include|; s|libnaji.a|${LOCALBASE}/lib/libnaji.a|' ${WRKSRC}/${MAKEFILE}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/najitool ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|