mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
ed65a68a8f
email. Hat: portmgr
26 lines
562 B
Makefile
26 lines
562 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= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
MASTER_SITE_SUBDIR= najitool
|
|
|
|
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>
|