freebsd-ports/science/minc/Makefile
Jeremy Messenger 789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00

79 lines
1.9 KiB
Makefile

############################################################################
# New ports collection Makefile for: minc 1.x (Medical Imaging NetCDF)
# Date created: 21 Dec 2005
# Whom: jbacon
#
# $FreeBSD$
#
############################################################################
# http://www.bic.mni.mcgill.ca/software/minc/
# is the ultimate source for MINC, and will always contain the latest
# source release. If this port is not up to date enough for you,
# you can download the latest sources and build manually. On FreeBSD,
# you must configure with the environment variable LDFLAGS set to
# ${LOCALBASE}/lib so that the configure script will find libnetcdf.
# Of course, the netcdf port must be installed first.
PORTNAME= minc
PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= science biology
MASTER_SITES= http://www.bic.mni.mcgill.ca/software/distribution/packages/ \
http://www.neuro.mcw.edu/~bacon/Ports/distfiles/
MAINTAINER= jwbacon@tds.net
COMMENT= Medical Imaging NetCDF
LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf
USE_AUTOTOOLS= libtool:22
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-static=yes --enable-shared=yes
CONFLICTS= minc-2*
MAN1= dcm2mnc.1 \
ecattominc.1 \
invert_raw_image.1 \
minc_modify_header.1 \
mincaverage.1 \
minccalc.1 \
mincconcat.1 \
minccopy.1 \
mincdiff.1 \
mincedit.1 \
mincexpand.1 \
mincextract.1 \
mincheader.1 \
mincinfo.1 \
minclookup.1 \
mincmakescalar.1 \
mincmakevector.1 \
mincmath.1 \
mincpik.1 \
mincresample.1 \
mincreshape.1 \
mincstats.1 \
minctoecat.1 \
minctoraw.1 \
mincview.1 \
mincwindow.1 \
mnc2nii.1 \
nii2mnc.1 \
rawtominc.1 \
transformtags.1 \
upet2mnc.1 \
voxeltoworld.1 \
xfmconcat.1 \
xfminvert.1
MAN3= ParseArgv.3
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>