freebsd-ports/devel/libnaji/Makefile
Dmitry Marakasov 535382b891 - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- 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)
2009-09-02 15:01:56 +00:00

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