1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/science/nifticlib/Makefile
Martin Wilke 9146c80d02 - Update maintainer mail address
- Update/Remove MASTER_SITE

PR:		204755
Submitted by:	 jwbacon@tds.net (maintainer)
Approved by:	mat (mentor)
Differential Revision:	D4493
2015-12-11 08:48:56 +00:00

29 lines
775 B
Makefile

# Created by: Jason W. Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= nifticlib
PORTVERSION= 2.0.0
CATEGORIES= science graphics
MASTER_SITES= SF/niftilib/nifticlib/nifticlib_2_0_0
MAINTAINER= bacon4000@gmail.com
COMMENT= Neuroimaging Informatics Technology Initiative data format
# LICENSE= public domain
USES= gmake
# AFNI currently has nifti embedded in the distfile and installs the
# nifti bins by itself.
CONFLICTS= afni-[0-9]* dbh-[0-9]*
MAKE_JOBS_UNSAFE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/lib/*.a ${STAGEDIR}${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/include/*.h ${STAGEDIR}${PREFIX}/include
${INSTALL_MAN} ${FILESDIR}/nifticlib.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>