aboutsummaryrefslogtreecommitdiff
path: root/astro/cfitsio
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-07-04 22:29:13 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-07-04 22:29:13 +0000
commitd76d0bd2f73b103e21d4606a03f25b1246084268 (patch)
treef07eaf52ede3fd307ffbe11997f5e4abd510852f /astro/cfitsio
parentf610f4415b82c80fc445fb8eff99dd367d5d6a80 (diff)
downloadports-d76d0bd2f73b103e21d4606a03f25b1246084268.tar.gz
ports-d76d0bd2f73b103e21d4606a03f25b1246084268.zip
- Update to 3.090
PR: 125229 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=216318
Diffstat (limited to 'astro/cfitsio')
-rw-r--r--astro/cfitsio/Makefile18
-rw-r--r--astro/cfitsio/distinfo6
-rw-r--r--astro/cfitsio/pkg-plist1
3 files changed, 13 insertions, 12 deletions
diff --git a/astro/cfitsio/Makefile b/astro/cfitsio/Makefile
index 48bc710be971..749c40a52355 100644
--- a/astro/cfitsio/Makefile
+++ b/astro/cfitsio/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cfitsio
-PORTVERSION= 3.060
+PORTVERSION= 3.090
CATEGORIES= astro
MASTER_SITES= ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/ \
ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/oldvers/
@@ -15,23 +15,20 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for reading and writing files in FITS data format
+LIB_DEPENDS= f2c.2:${PORTSDIR}/lang/f2c
+
WRKSRC= ${WRKDIR}/${PORTNAME}
+USE_GNOME= gnometarget pkgconfig
GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-
-USE_FORTRAN= yes
-
-LIB_DEPENDS+= f2c.2:${PORTSDIR}/lang/f2c
+CONFIGURE_ARGS= ac_cv_prog_FC="f2c"
ALL_TARGET= shared
+USE_LDCONFIG= yes
post-patch:
- ${ECHO_CMD} ${FC}
@${GREP} -lR "<malloc.\h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|<malloc\.h>|<stdlib.h>|g'
@${REINPLACE_CMD} -e 's|="\.so"|=".so.0"|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|%%FC%%|${FC}|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|%%FC%%|${FC}|g' ${WRKSRC}/configure.in
do-install:
.for file in drvrsmem.h fitsio.h fitsio2.h longnam.h
@@ -41,6 +38,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib
.endfor
@${LN} -sf libcfitsio.so.0 ${PREFIX}/lib/libcfitsio.so
+.for f in cfitsio.pc
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/libdata/pkgconfig
+.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.doc ${DOCSDIR}
diff --git a/astro/cfitsio/distinfo b/astro/cfitsio/distinfo
index d1850c8d03d6..501ced675bee 100644
--- a/astro/cfitsio/distinfo
+++ b/astro/cfitsio/distinfo
@@ -1,3 +1,3 @@
-MD5 (cfitsio3060.tar.gz) = b7ab291d227c60b17a19a1c028dc649c
-SHA256 (cfitsio3060.tar.gz) = 3475679b6ef7a8494ceffec8255b9b2719251f16880da5d128b58c5de8954b46
-SIZE (cfitsio3060.tar.gz) = 2260799
+MD5 (cfitsio3090.tar.gz) = dd7269615945536fac8fd31b9f50d660
+SHA256 (cfitsio3090.tar.gz) = 38a3a73573f9881b9b54b7baa26aebb4c41d32a117fb040ab0def61a2455a7eb
+SIZE (cfitsio3090.tar.gz) = 2846142
diff --git a/astro/cfitsio/pkg-plist b/astro/cfitsio/pkg-plist
index 92224c02a5d6..826f3d86e72f 100644
--- a/astro/cfitsio/pkg-plist
+++ b/astro/cfitsio/pkg-plist
@@ -4,6 +4,7 @@ include/fitsio2.h
include/longnam.h
lib/libcfitsio.so
lib/libcfitsio.so.0
+libdata/pkgconfig/cfitsio.pc
%%PORTDOCS%%%%DOCSDIR%%/cfitsio.doc
%%PORTDOCS%%%%DOCSDIR%%/cfortran.doc
%%PORTDOCS%%%%DOCSDIR%%/fitsio.doc