535382b891
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav)
24 lines
536 B
Makefile
24 lines
536 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.6.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/najitool/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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>
|