Lines 11-16
Link Here
|
11 |
MAINTAINER= tdb@FreeBSD.org |
11 |
MAINTAINER= tdb@FreeBSD.org |
12 |
COMMENT= Provides a useful interface to system statistics |
12 |
COMMENT= Provides a useful interface to system statistics |
13 |
|
13 |
|
|
|
14 |
LICENSE= LGPL21 |
15 |
|
14 |
USE_LDCONFIG= yes |
16 |
USE_LDCONFIG= yes |
15 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
16 |
USES= pathfix pkgconfig libtool |
18 |
USES= pathfix pkgconfig libtool |
Lines 21-37
Link Here
|
21 |
OPTIONS_DEFAULT= TOOLS |
23 |
OPTIONS_DEFAULT= TOOLS |
22 |
|
24 |
|
23 |
TOOLS_DESC= Build and install statgrab and saidar |
25 |
TOOLS_DESC= Build and install statgrab and saidar |
|
|
26 |
TOOLS_CONFIGURE_ENABLE= statgrab saidar |
27 |
TOOLS_USES= shebangfix perl5 |
28 |
TOOLS_VARS= SHEBANG_FILES+="src/statgrab/statgrab-make-mrtg-config.in \ |
29 |
src/statgrab/statgrab-make-mrtg-index.in" \ |
30 |
LICENSE+=GPLv2 LICENSE_COMB=multi |
24 |
|
31 |
|
25 |
OPTIONS_SUB= yes |
32 |
OPTIONS_SUB= yes |
26 |
|
33 |
|
27 |
.include <bsd.port.options.mk> |
|
|
28 |
|
29 |
.if ${PORT_OPTIONS:MTOOLS} |
30 |
USES+= shebangfix perl5 |
31 |
SHEBANG_FILES= src/statgrab/statgrab-make-mrtg-config.in \ |
32 |
src/statgrab/statgrab-make-mrtg-index.in |
33 |
.else |
34 |
CONFIGURE_ARGS+= --disable-statgrab --disable-saidar |
35 |
.endif |
36 |
|
37 |
.include <bsd.port.mk> |
34 |
.include <bsd.port.mk> |