Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= clamfs |
4 |
PORTNAME= clamfs |
5 |
PORTVERSION= 1.1.0 |
5 |
PORTVERSION= 1.2.0 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 1 |
7 |
CATEGORIES= security |
7 |
CATEGORIES= security |
8 |
MASTER_SITES= https://github.com/burghardt/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ |
8 |
MASTER_SITES= https://github.com/burghardt/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ |
Lines 15-25
Link Here
|
15 |
LIB_DEPENDS= libPocoFoundation.so:devel/poco \ |
15 |
LIB_DEPENDS= libPocoFoundation.so:devel/poco \ |
16 |
libPocoNet.so:devel/poco \ |
16 |
libPocoNet.so:devel/poco \ |
17 |
libPocoXML.so:devel/poco \ |
17 |
libPocoXML.so:devel/poco \ |
|
|
18 |
libfuse3.so:sysutils/fusefs-libs3 \ |
18 |
librlog.so:devel/rlog |
19 |
librlog.so:devel/rlog |
19 |
BUILD_DEPENDS= boost-libs>=1.33:devel/boost-libs |
20 |
BUILD_DEPENDS= boost-libs>=1.33:devel/boost-libs |
20 |
RUN_DEPENDS= clamd:security/clamav |
21 |
RUN_DEPENDS= clamd:security/clamav |
21 |
|
22 |
|
22 |
USES= compiler:c++11-lib autoreconf fuse |
23 |
USES= compiler:c++11-lib autoreconf |
23 |
|
24 |
|
24 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
25 |
|
26 |
|