freebsd-ports/science/nifticlib/Makefile
Martin Wilke 8ccd4f46b7 NIfTI-1 is a new Analyze-style data format, proposed by the NIfTI DFWG
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
2007-04-28 10:58:01 +00:00

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