Ticket #47872: Portfile

File Portfile, 2.0 KB (added by smithsp (Sterling Smith), 9 years ago)

Revised Portfile (but still in upstream limbo) to make port lint happy

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5PortGroup           github 1.0
6
7#github.setup        smithsp mdsplus 7-0-9 stable_release-
8github.setup        smithsp mdsplus DESTDIR_1 stable_release-
9github.tarball_from tags
10version             DESTDIR_1
11master_sites        https://github.com/smithsp/mdsplus/archive/
12#distfiles           ${version}.tar.gz
13distname            ${version}
14worksrcdir          ${name}-${version}
15#https://github.com/smithsp/mdsplus/archive/stable_release-7-0-9.tar.gz
16 
17categories          databases science
18platforms           darwin
19maintainers         fusion.gat.com:smithsp
20description         MDSplus libraries for accessing an MDSplus data server
21long_description    MDSplus is a set of software tools for data acquisition and\
22                    storage and a methodology for management of complex \
23                    scientific data. MDSplus allows all data from an experiment\
24                    or simulation code to be stored into a single, \
25                    self-descriptive, hierarchical structure. The system was \
26                    designed to enable users to easily construct complete and \
27                    coherent data sets.
28homepage            http://www.mdsplus.org/
29license             MIT-like
30
31checksums           rmd160  424f5cc570bbf234dc230e683896b9a68e7f56a8 \
32                    sha256  ef6fba6e64eb528b20a4d45caac01050d70f7fa97905b542c3d4868e468da75e
33configure.args      --disable-java --x-includes=${prefix}/includes --x-libraries=${prefix}/lib/
34configure.cflags-append -I${prefix}/include/freetds/
35configure.ldflags-append -Wl,-rpath,${prefix}/lib
36configure.cc        gcc
37depends_lib-append  port:libxml2 \
38                    port:freetds \
39                    port:openmotif
40                   
41patchfiles          patch-configure.diff  patch-Makefile.in.diff
42use_parallel_build  no
43
44destroot.violate_mtree  yes