diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:15:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:15:20 +0000 |
commit | 66974c6f5e2effaf4876717db889bcc3add90b04 (patch) | |
tree | 4f0c4b4206e69537be195d51aa2a26f486b60e75 /astro/wcslib | |
parent | c06669b079ccb292a393be3403fd36e66332a4ae (diff) | |
download | ports-66974c6f5e2effaf4876717db889bcc3add90b04.tar.gz ports-66974c6f5e2effaf4876717db889bcc3add90b04.zip |
Notes
Diffstat (limited to 'astro/wcslib')
-rw-r--r-- | astro/wcslib/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/astro/wcslib/Makefile b/astro/wcslib/Makefile index 22afdd2d9098..4f0659627000 100644 --- a/astro/wcslib/Makefile +++ b/astro/wcslib/Makefile @@ -1,27 +1,27 @@ # Created by: Tony Maher <tonymaher@optusnet.com.au> # $FreeBSD$ -PORTNAME= wcslib +PORTNAME= wcslib PORTVERSION= 4.13.4 -CATEGORIES= astro +CATEGORIES= astro MASTER_SITES= ftp://ftp.atnf.csiro.au/pub/software/wcslib/ -MAINTAINER= tonymaher@optusnet.com.au -COMMENT= Library for parsing/generating FITS headers +MAINTAINER= tonymaher@optusnet.com.au +COMMENT= Library for parsing/generating FITS headers -USE_BZIP2= yes +USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -MAKEFILE= GNUmakefile +USES= gmake +MAKEFILE= GNUmakefile USE_LDCONFIG= yes -PLIST_SUB= VERSION="${PORTVERSION}" -MAN1= fitshdr.1 +PLIST_SUB= VERSION="${PORTVERSION}" +MAN1= fitshdr.1 # See makedefs.in which describes why you want to set the extra support. # For most users it will not be required. -OPTIONS_DEFINE= CFITSIO PGPLOT +OPTIONS_DEFINE= CFITSIO PGPLOT CFITSIO_DESC= Add cfitsio support (for tests only) PGPLOT_DESC= Add pgplot support (for tests only) |