1f08375736
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>
31 lines
743 B
Makefile
31 lines
743 B
Makefile
# New ports collection makefile for: najitool
|
|
# Date created: 18 May 2005
|
|
# Whom: NECDET COKYAZICI <cokyazici@yahoo.co.uk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= najitool
|
|
PORTVERSION= 0.6.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>
|