Created
December 3, 2013 09:16
-
-
Save boegel/7766422 to your computer and use it in GitHub Desktop.
i3-tools-v4 portfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat /tmp/i3//var/db/dports/sources/rsync.code.icecube.wisc.edu_icecube-tools-ports/icecube/i3-tools-v4/Portfile | |
# -*- 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 | |
# $Id: Portfile 317 2007-03-09 17:10:59Z cgils $ | |
# Dummy 'metaport' that installs Icecube packages for Icetray | |
PortSystem 1.0 | |
name i3-tools-v4 | |
version trunk | |
revision 3 | |
categories icecube | |
maintainers [email protected] | |
description The Icecube Project's Icetray Tools for the development trunk. | |
long_description All the tools you need to do mad physics. | |
homepage http://www.icecube.wisc.edu | |
master_sites icecube | |
distfiles | |
checksums rmd160 1a4a5c6cb35a903865e2fd2388484eebeb9366d9 | |
configure {} | |
build {} | |
destroot { | |
# install dummy file. package has to install *something*. | |
xinstall -d -m 0755 ${destroot}${prefix}/share/i3-tools | |
system "touch ${destroot}${prefix}/share/i3-tools/${name}" | |
} | |
# this empty variant will allow us to pass the +debug variant | |
# down to our dependencies | |
variant debug {} | |
depends_lib port:gsl_1.14 \ | |
port:rdmc_2.9.5 \ | |
port:log4cplus_1.0.4 \ | |
port:sprng_2.0a \ | |
port:slalib-c_0.0 \ | |
port:mysql_4.1.20 \ | |
port:photonics_1.73 \ | |
port:root_5.28.00 \ | |
port:boost_1.38.0 \ | |
port:cmake \ | |
port:anis_1.0 \ | |
port:anis_1.8.2 \ | |
port:cdk \ | |
port:hdf5_1.6.10 \ | |
port:cfitsio_3.27 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment