mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
23 lines
516 B
Makefile
23 lines
516 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.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/najitool/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A library that generates, converts, and filters files
|
|
|
|
DISTVERSIONSUFFIX= .src
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/libnaji.h ${PREFIX}/include
|
|
${INSTALL_DATA} ${WRKSRC}/libnaji.a ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|