summaryrefslogtreecommitdiffstats
path: root/science/nifticlib/Makefile
blob: 130737dccd3315539e06520f67c63154704cbf8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	nifticlib
# Date created:		2007-04-27
# Whom:			Jason W. Bacon
#
# $FreeBSD$
#

PORTNAME=	nifticlib
PORTVERSION=	1.1.0
CATEGORIES=	science graphics
MASTER_SITES=	SF/niftilib/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	jwbacon@tds.net
COMMENT=	Neuroimaging Informatics Technology Initiative data format

USE_GMAKE=	yes

MAN1=		nifticlib.1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/lib
	${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/include
	${INSTALL_MAN} ${FILESDIR}/nifticlib.1 ${PREFIX}/man/man1

.include <bsd.port.mk>
OpenPOWER on IntegriCloud