freebsd-ports/devel/libnaji/Makefile
Edwin Groothuis 1f08375736 From: COKYAZICI <cokyazici@yahoo.co.uk>
To: Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: [FreeBSD Ports Version Check] Newer available versions for ports you maintain

	port: devel/libnaji
	new version: 0.4.0
	download url:
	http://prdownloads.sourceforge.net/najitool/libnaji-0.4.0.src.tar.gz?download

	port: misc/najitool
	new version: 0.6.0
	download url:
	http://prdownloads.sourceforge.net/najitool/najitool-0.6.0.src.tar.gz?download

	details:
	They are built and installed exactly the same as the
	previous version(s), and are downloaded from the exact
	same server, and the filenames have very simular
	names, all that needs to be changed in the ports files
	is the version numbers.

Submitted by:	COKYAZICI <cokyazici@yahoo.co.uk>
2005-11-30 21:08:17 +00:00

25 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.4.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>