mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
8ccd4f46b7
as a short-term measure to facilitate inter-operation of functional MRI data analysis software packages. WWW: http://nifti.nimh.nih.gov/ PR: ports/112183 Submitted by: Jason W. Bacon
28 lines
648 B
Makefile
28 lines
648 B
Makefile
# New ports collection makefile for: nifticlib
|
|
# Date created: 2007-04-27
|
|
# Whom: Jason W. Bacon
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nifticlib
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= science graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= niftilib
|
|
|
|
MAINTAINER= bacon@smithers.neuro.mcw.edu
|
|
COMMENT= Neuroimaging Infoirmatics 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>
|