Ticket #48797: Portfile

File Portfile, 1.1 KB (added by ewen-naos-nz (Ewen McNeill), 9 years ago)

libgssglue Portfile (does not build as-is on OS X)

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
5
6name                    libgssglue
7version                 0.4
8revision                1
9maintainers             nomaintainer
10categories              security net
11license                 BSD MIT
12platforms               darwin
13homepage                http://www.citi.umich.edu/projects/nfsv4/linux/
14master_sites            http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/
15distfiles               ${name}-${version}.tar.gz
16
17
18description             libgssglue from the Linux NFS v4 source
19
20long_description        libgssglue from the Linux NFS v4 source
21
22checksums               rmd160  067cd7107905e13ac25378a18c94071622054d18 \
23                        sha256  3f791a75502ba723e5e85e41e5e0c711bb89e2716b7c0ec6e74bd1df6739043a
24
25#depends_lib             port:gettext \
26#                        port:gss \
27#                        port:libgcrypt \
28#                        port:libiconv \
29#                        port:libidn
30
31use_parallel_build      yes