summaryrefslogtreecommitdiffstats
path: root/science/minc
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
committerade <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
commitda880765886f48c0ac8fd253e5601d04ea853215 (patch)
tree55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /science/minc
parentba4beb1ea11e6147a9b30969be42685d1c709e56 (diff)
downloadFreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.zip
FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'science/minc')
-rw-r--r--science/minc/Makefile14
-rw-r--r--science/minc/pkg-plist2
2 files changed, 9 insertions, 7 deletions
diff --git a/science/minc/Makefile b/science/minc/Makefile
index a9bc2fa..b933be9 100644
--- a/science/minc/Makefile
+++ b/science/minc/Makefile
@@ -17,6 +17,7 @@
PORTNAME= minc
PORTVERSION= 1.4
+PORTREVISION= 1
CATEGORIES= science biology
MASTER_SITES= http://www.bic.mni.mcgill.ca/software/distribution/packages/ \
http://www.neuro.mcw.edu/~bacon/Ports/distfiles/
@@ -27,8 +28,11 @@ COMMENT= Medical Imaging NetCDF
LIB_DEPENDS= netcdf.1:${PORTSDIR}/science/netcdf
INSTALLS_SHLIB= yes
-
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS= --enable-static=yes --enable-shared=yes
# Build parameters
#WRKSRC= ${WRKDIR}/minc-${PORTVERSION}
@@ -67,12 +71,8 @@ MAN1= dcm2mnc.1 \
voxeltoworld.1 \
xfmconcat.1 \
xfminvert.1
-MAN3= ParseArgv.3
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --enable-shared=yes --enable-static=yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+MAN3= ParseArgv.3
post-install:
${CAT} ${PKGMESSAGE}
diff --git a/science/minc/pkg-plist b/science/minc/pkg-plist
index 95cdcac..293bf89 100644
--- a/science/minc/pkg-plist
+++ b/science/minc/pkg-plist
@@ -58,9 +58,11 @@ include/volume_io/volume.h
include/volume_io/volume_cache.h
include/voxel_loop.h
lib/libminc.a
+lib/libminc.la
lib/libminc.so
lib/libminc.so.1
lib/libvolume_io.a
+lib/libvolume_io.la
lib/libvolume_io.so
lib/libvolume_io.so.0
@dirrm include/volume_io
OpenPOWER on IntegriCloud