diff options
author | pav <pav@FreeBSD.org> | 2005-05-19 14:50:15 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-19 14:50:15 +0000 |
commit | 446b2f42677fffde395a83aa4258e04c9f86ef73 (patch) | |
tree | 4d755a8e74fb83d6ef4a12dafc402b9e500410a8 /misc | |
parent | 7bfcf161e6f8c2087283f7c1260d179f2a9864f0 (diff) | |
download | FreeBSD-ports-446b2f42677fffde395a83aa4258e04c9f86ef73.zip FreeBSD-ports-446b2f42677fffde395a83aa4258e04c9f86ef73.tar.gz |
najitool generates and/or makes altered copies of files in the patterns you
specify or shows to the screen. najitool is being developed in the ANSI C
standard so it should work and compile on any system that supports ANSI C,
which should be every system.
PR: ports/81204
Submitted by: <cokyazici@yahoo.co.uk>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/najitool/Makefile | 31 | ||||
-rw-r--r-- | misc/najitool/distinfo | 2 | ||||
-rw-r--r-- | misc/najitool/pkg-descr | 9 | ||||
-rw-r--r-- | misc/najitool/pkg-plist | 1 |
5 files changed, 44 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 907871b..b96e9bb 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -302,6 +302,7 @@ SUBDIR += mtx SUBDIR += muuz SUBDIR += nagios-base-logos + SUBDIR += najitool SUBDIR += nserver SUBDIR += nsf SUBDIR += numchar diff --git a/misc/najitool/Makefile b/misc/najitool/Makefile new file mode 100644 index 0000000..b4f26fa --- /dev/null +++ b/misc/najitool/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: najitool +# Date created: 18 May 2005 +# Whom: NECDET COKYAZICI <cokyazici@yahoo.co.uk> +# +# $FreeBSD$ +# + +PORTNAME= najitool +PORTVERSION= 0.5.0 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITE_SUBDIR= najitool + +MAINTAINER= cokyazici@yahoo.co.uk +COMMENT= A tool that generates, converts, and filters files + +BUILD_DEPENDS= ${LOCALBASE}/lib/libnaji.a:${PORTSDIR}/devel/libnaji + +USE_REINPLACE= yes + +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> diff --git a/misc/najitool/distinfo b/misc/najitool/distinfo new file mode 100644 index 0000000..faeb648 --- /dev/null +++ b/misc/najitool/distinfo @@ -0,0 +1,2 @@ +MD5 (najitool-0.5.0.src.tar.gz) = a12389cfee3104f142ed02f41fb60626 +SIZE (najitool-0.5.0.src.tar.gz) = 10092 diff --git a/misc/najitool/pkg-descr b/misc/najitool/pkg-descr new file mode 100644 index 0000000..58964f6 --- /dev/null +++ b/misc/najitool/pkg-descr @@ -0,0 +1,9 @@ +najitool generates and/or makes altered copies of files in the patterns +you specify or shows to the screen. najitool is being developed in the +ANSI C standard so it should work and compile on any system that supports +ANSI C, which should be every system. + + WWW: http://najitool.sf.net/ + + - NECDET COKYAZICI + cokyazici@yahoo.co.uk diff --git a/misc/najitool/pkg-plist b/misc/najitool/pkg-plist new file mode 100644 index 0000000..3f4df48 --- /dev/null +++ b/misc/najitool/pkg-plist @@ -0,0 +1 @@ +bin/najitool |