|
Lines 1-8
Link Here
|
| 1 |
# Created by: Mageirias Anastasios <anastmag@gmail.com> |
1 |
# Created by: Mageirias Anastasios <anastmag@gmail.com> |
| 2 |
|
2 |
|
| 3 |
PORTNAME= clamfs |
3 |
PORTNAME= clamfs |
| 4 |
PORTVERSION= 1.1.0 |
4 |
PORTVERSION= 1.2.0 |
| 5 |
PORTREVISION= 2 |
|
|
| 6 |
CATEGORIES= security |
5 |
CATEGORIES= security |
| 7 |
MASTER_SITES= https://github.com/burghardt/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ |
6 |
MASTER_SITES= https://github.com/burghardt/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ |
| 8 |
|
7 |
|
|
Lines 18-24
LIB_DEPENDS= libPocoFoundation.so:devel/poco \
Link Here
|
| 18 |
BUILD_DEPENDS= boost-libs>=1.33:devel/boost-libs |
17 |
BUILD_DEPENDS= boost-libs>=1.33:devel/boost-libs |
| 19 |
RUN_DEPENDS= clamd:security/clamav |
18 |
RUN_DEPENDS= clamd:security/clamav |
| 20 |
|
19 |
|
| 21 |
USES= compiler:c++11-lib autoreconf fuse |
20 |
USES= compiler:c++11-lib autoreconf fuse:3 pkgconfig |
| 22 |
|
21 |
|
| 23 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
| 24 |
|
23 |
|