Last change
on this file was
103287,
checked in by jmr@…, 5 years ago
|
yardradius: license
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
775 bytes
|
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: Portfile 103287 2013-02-20 05:13:09Z jmr@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name yardradius |
---|
7 | version 1.0.21 |
---|
8 | revision 2 |
---|
9 | categories net |
---|
10 | license BSD BSD-old |
---|
11 | platforms darwin |
---|
12 | maintainers nomaintainer |
---|
13 | description yardradius is yet another radius server |
---|
14 | long_description ${description} |
---|
15 | |
---|
16 | homepage http://yardradius.sourceforge.net/ |
---|
17 | master_sites sourceforge |
---|
18 | |
---|
19 | checksums rmd160 37f47fa49f63bda54d0e57b70fb010f6c91a0004 \ |
---|
20 | sha256 33b8c30deb032dca20c94d19e5028a2c1ff7afe0006a4346a7cc98923e1cc8f3 |
---|
21 | |
---|
22 | patchfiles patch-configure |
---|
23 | |
---|
24 | depends_lib port:gdbm |
---|
25 | |
---|
26 | configure.cflags-append "-I${prefix}/include" |
---|
27 | configure.args --mandir=${prefix}/share/man \ |
---|
28 | --program-prefix=y |
---|
Note: See
TracBrowser
for help on using the repository browser.