freebsd-ports/science/x11iraf/Makefile
Martin Wilke 5afc678aac - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 16:44:09 +00:00

43 lines
1.2 KiB
Makefile

# 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
PORTREVISION= 2
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
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
NO_BUILD= 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
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.mk>