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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name oinkmaster |
---|
7 | version 2.0 |
---|
8 | categories net |
---|
9 | license BSD |
---|
10 | maintainers gmail.com:mschamschula openmaintainer |
---|
11 | description Oinkmaster is a script that will help you update and manage your \ |
---|
12 | Snort rules. |
---|
13 | long_description ${description} |
---|
14 | platforms darwin |
---|
15 | homepage http://oinkmaster.sourceforge.net/ |
---|
16 | master_sites sourceforge |
---|
17 | |
---|
18 | checksums rmd160 a3292cfc2e6b175008a7172be5809ca6e2fc85b7 \ |
---|
19 | sha256 3d52f0426aa7c81b122cef22b80d708d8bb8337537e48754a065804f46c46162 |
---|
20 | |
---|
21 | patchfiles patch-oinkmaster.pl.diff |
---|
22 | |
---|
23 | use_configure no |
---|
24 | |
---|
25 | build {} |
---|
26 | |
---|
27 | destroot { |
---|
28 | xinstall -m 755 ${worksrcpath}/oinkmaster.pl ${destroot}${prefix}/bin |
---|
29 | xinstall -m 755 ${worksrcpath}/oinkmaster.conf ${destroot}${prefix}/etc |
---|
30 | xinstall -m 755 ${worksrcpath}/oinkmaster.1 ${destroot}${prefix}/share/man/man1 |
---|
31 | } |
---|