freebsd-ports/devel/libnaji/Makefile
Pav Lucistnik b9133e7fcb 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>
2005-05-19 14:50:15 +00:00

26 lines
566 B
Makefile

# New ports collection makefile for: libnaji
# Date created: 18 May 2005
# Whom: NECDET COKYAZICI <cokyazici@yahoo.co.uk>
#
# $FreeBSD$
#
PORTNAME= libnaji
PORTVERSION= 0.3.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= najitool
MAINTAINER= cokyazici@yahoo.co.uk
COMMENT= A library that generates, converts, and filters files
MAKEFILE= makefile
DISTVERSIONSUFFIX= .src
do-install:
${INSTALL_DATA} ${WRKSRC}/libnaji.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/libnaji.a ${PREFIX}/lib
.include <bsd.port.mk>