Lines 7-17
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= amanda |
8 |
PORTNAME= amanda |
9 |
PORTVERSION= 2.5.1p3 |
9 |
PORTVERSION= 2.5.1p3 |
10 |
PORTREVISION?= 5 |
10 |
PORTREVISION?= 6 |
11 |
PKGNAMESUFFIX?= -server |
|
|
12 |
PORTEPOCH= 1 |
11 |
PORTEPOCH= 1 |
13 |
CATEGORIES= misc |
12 |
CATEGORIES= misc |
14 |
MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION} |
13 |
MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION} |
|
|
14 |
PKGNAMESUFFIX?= -server |
15 |
|
15 |
|
16 |
MAINTAINER= kuriyama@FreeBSD.org |
16 |
MAINTAINER= kuriyama@FreeBSD.org |
17 |
COMMENT?= The Advanced Maryland Automatic Network Disk Archiver (server) |
17 |
COMMENT?= The Advanced Maryland Automatic Network Disk Archiver (server) |
Lines 32-37
Link Here
|
32 |
USE_LDCONFIG= yes |
32 |
USE_LDCONFIG= yes |
33 |
WANT_PERL= yes |
33 |
WANT_PERL= yes |
34 |
|
34 |
|
|
|
35 |
SAMBA_PORT?= net/samba34 |
36 |
|
35 |
OPTIONS= GNUTAR "use GNU tar" on \ |
37 |
OPTIONS= GNUTAR "use GNU tar" on \ |
36 |
SSH "enable ssh-auth" off |
38 |
SSH "enable ssh-auth" off |
37 |
|
39 |
|
Lines 139-146
Link Here
|
139 |
.endif |
141 |
.endif |
140 |
|
142 |
|
141 |
.if defined (WITH_SAMBA) |
143 |
.if defined (WITH_SAMBA) |
142 |
BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 |
144 |
BUILD_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT} |
143 |
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 |
145 |
RUN_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT} |
144 |
CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient |
146 |
CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient |
145 |
.endif |
147 |
.endif |