diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-26 23:08:06 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-26 23:08:06 +0000 |
commit | 268f47c8e5f1ebcd0d4ecb31f014022330be811e (patch) | |
tree | e1c20e4a12ba01bfde5723a92fe4fd991c76ff09 /science/x11iraf | |
parent | 0b25d3a09c8b945486349f60e1f3e276c0f252d7 (diff) | |
download | ports-268f47c8e5f1ebcd0d4ecb31f014022330be811e.tar.gz ports-268f47c8e5f1ebcd0d4ecb31f014022330be811e.zip |
Notes
Diffstat (limited to 'science/x11iraf')
-rw-r--r-- | science/x11iraf/Makefile | 47 | ||||
-rw-r--r-- | science/x11iraf/distinfo | 2 | ||||
-rw-r--r-- | science/x11iraf/pkg-descr | 9 | ||||
-rw-r--r-- | science/x11iraf/pkg-plist | 12 |
4 files changed, 70 insertions, 0 deletions
diff --git a/science/x11iraf/Makefile b/science/x11iraf/Makefile new file mode 100644 index 000000000000..5018922aace4 --- /dev/null +++ b/science/x11iraf/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for: x11iraf +# Date created: 22 August 2004 +# Whom: David Syphers <dsyphers@u.washington.edu> +# $FreeBSD$ +# + +PORTNAME= x11iraf +PORTVERSION= 1.3.1 +CATEGORIES= science astro +MASTER_SITES= ftp://iraf.noao.edu/iraf/x11iraf/ +DISTNAME= x11iraf-v${PORTVERSION}-bin.freebsd + +MAINTAINER= dsyphers@u.washington.edu +COMMENT= Provides graphical tools to work with IRAF + +NO_BUILD= yes +USE_XLIB= yes + +# this may work on other archs, but I'm making no bets +ONLY_FOR_ARCHS= i386 + +BINS= ism_wcspix.e obmsh resize vximtool xgterm ximtool xtapemon + +MAN1= obmsh.1 \ + resize.1 \ + vximtool.1 \ + xgterm.1 \ + ximtool.1 \ + xtapemon.1 + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500000 +LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x +.endif + +do-install: + @${ECHO_MSG} "===> Installing binaries" + @${INSTALL_PROGRAM} ${BINS:S|^|${WRKDIR}/bin.freebsd/|} ${PREFIX}/bin/ + @${INSTALL_SCRIPT} ${WRKDIR}/bin.freebsd/ximtool-alt ${PREFIX}/bin/ + @${ECHO_MSG} "===> Installing manpages" + @${INSTALL_MAN} ${WRKDIR}/man/* ${PREFIX}/man/man1/ + @${ECHO_MSG} "===> Installing CDL library" + @${INSTALL_DATA} ${WRKDIR}/include/* ${PREFIX}/include/ + @${INSTALL_DATA} ${WRKDIR}/lib.freebsd/libcdl.a ${PREFIX}/lib/ + +.include <bsd.port.post.mk> diff --git a/science/x11iraf/distinfo b/science/x11iraf/distinfo new file mode 100644 index 000000000000..46b390d73ab5 --- /dev/null +++ b/science/x11iraf/distinfo @@ -0,0 +1,2 @@ +MD5 (x11iraf-v1.3.1-bin.freebsd.tar.gz) = e1616d89a004cd1304fa38dd435e5058 +SIZE (x11iraf-v1.3.1-bin.freebsd.tar.gz) = 2238249 diff --git a/science/x11iraf/pkg-descr b/science/x11iraf/pkg-descr new file mode 100644 index 000000000000..83a76e5ecd9d --- /dev/null +++ b/science/x11iraf/pkg-descr @@ -0,0 +1,9 @@ +x11iraf provides graphical tools to work with IRAF, notably xgterm and XImtool. + +Note: IRAF = Image Reduction and Analysis Facility, a general purpose software +system for the reduction and analysis of astronomical data. + +WWW: http://iraf.noao.edu + +-David Syphers +dsyphers@u.washington.edu diff --git a/science/x11iraf/pkg-plist b/science/x11iraf/pkg-plist new file mode 100644 index 000000000000..10b2575660af --- /dev/null +++ b/science/x11iraf/pkg-plist @@ -0,0 +1,12 @@ +bin/ism_wcspix.e +bin/obmsh +bin/resize +bin/vximtool +bin/xgterm +bin/ximtool +bin/ximtool-alt +bin/xtapemon +include/cdl.h +include/cdlftn.inc +include/cdlspp.h +lib/libcdl.a |