/multimedia/x265/

lass='logo' rowspan='2'>cgit logo index : freebsd-ports
FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/astro/p5-Astro-FITS-Header
007-08-31 01:28:27 +0800 committer Renato Botelho <garga@FreeBSD.org> 2007-08-31 01:28:27 +0800 A S-Lang module to plot graphs using grace.' href='/~lantw44/cgit/freebsd-ports/commit/math/slgrace/Makefile?id=56dc0405c3a8e5581bc3899c93a157fd39bba07f'>56dc0405c3a8
9c76ec78c4ec
630ca2285fa5
56dc0405c3a8

a18e616bf230


56dc0405c3a8









c9e008f727eb
9c76ec78c4ec











56dc0405c3a8
56dc0405c3a8
Commit message (Expand)AuthorAgeFilesLines
1
2
3
4
5
6
7
8
9







                                                          
                     
                 

                                                                                  


                                                                                         









                                                        
                           











                                                                                     
 
                      
# New ports collection makefile for:    slgrace
# Date created:     2007-08-30
# Whom:         Renato Botelho <garga@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   slgrace
PORTVERSION=    0.2.2
PORTREVISION=   3
CATEGORIES= math devel
MASTER_SITES=   ftp://space.mit.edu/pub/davis/slang/v${SLANG_VER}/modules/grace/ \
        ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${SLANG_VER}/modules/grace/ \
        ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= garga/slgrace/

MAINTAINER= garga@FreeBSD.org
COMMENT=    A SLang module to plot graphs with grace

LIB_DEPENDS=    slang.2:${PORTSDIR}/devel/libslang2
RUN_DEPENDS=    grace:${PORTSDIR}/math/grace

SLANG_VER=  2.1

GNU_CONFIGURE=  yes
MAKE_JOBS_UNSAFE=   yes
PORTDOCS=   *
PLIST_SUB=  VERSION=${PORTVERSION}

post-patch:
.if defined(NOPORTDOCS)
    @${REINPLACE_CMD} -e 's, install_docfiles,,' \
              -e '/MKINSDIR.*DEST_DOC_FILES_INSTALL_DIR/d' \
        ${WRKSRC}/src/Makefile.in
.else
    @${REINPLACE_CMD} -E 's,^(DOC_FILES_INSTALL_DIR) *= *.*$$,\1 = ${DOCSDIR},' \
        ${WRKSRC}/src/Makefile.in
.endif

.include <bsd.port.mk>