- Build cfitsio compress/uncompress C files in zlib/
- Bump PORTREVISION for package change Tested by: cperciva, marino
This commit is contained in:
parent
7a50ada0de
commit
8c80e22b4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353239
1 changed files with 3 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= cfitsio
|
||||
PORTVERSION= 3.360
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ \
|
||||
http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/oldvers/ \
|
||||
|
@ -22,8 +23,9 @@ OPTIONS_DEFINE= DOCS
|
|||
|
||||
ALL_TARGET= libcfitsio.a shared
|
||||
CFLAGS+= -I${INCLUDEDIR}
|
||||
CONFIGURE_ARGS= ZLIB_SOURCES="" ac_cv_prog_FC=f2c
|
||||
CONFIGURE_ARGS= ac_cv_prog_FC=f2c
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ARGS= ZLIB_SOURCES="zlib/zcompress.c zlib/zuncompress.c"
|
||||
LDFLAGS+= -L${LIBDIR} -lz
|
||||
USE_LDCONFIG= yes
|
||||
USES= pkgconfig
|
||||
|
@ -36,9 +38,6 @@ PORTDOCS= *
|
|||
SHLIB_MAJOR_VER=2
|
||||
SHLIB_MINOR_VER=${PORTVERSION:S/0$//}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$${ZLIB_SOURCES[:=a-z\.]*}||' ${WRKSRC}/Makefile.in
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}/ && ${INSTALL_DATA} drvrsmem.h fitsio.h fitsio2.h longnam.h ${STAGEDIR}${PREFIX}/include/
|
||||
cd ${WRKSRC}/ && ${INSTALL_LIB} libcfitsio.a libcfitsio.so.${SHLIB_MAJOR_VER}.${SHLIB_MINOR_VER} ${STAGEDIR}${PREFIX}/lib/
|
||||
|
|
Loading…
Reference in a new issue