View | Details | Raw Unified | Return to bug 231622 | Differences between
and this patch

Collapse All | Expand All

(-)net/mpd5/Makefile (-14 / +11 lines)
Lines 14-34 Link Here
14
14
15
LICENSE=	BSD3CLAUSE
15
LICENSE=	BSD3CLAUSE
16
16
17
BROKEN_SSL=	openssl-devel openssl111
17
USES=		ssl
18
BROKEN_SSL_REASON_openss-devel=	needs libfetch(3) linked with system libssl
19
BROKEN_SSL_REASON_openssl111=	needs libfetch(3) linked with system libssl
20
18
21
OPTIONS_DEFINE=	DOCS NG_IPACCT
19
USE_RC_SUBR=	mpd5
22
NG_IPACCT_DESC=	Use ng_ipacct kernel module from port
23
24
HAS_CONFIGURE=	YES
20
HAS_CONFIGURE=	YES
25
CONFIGURE_WRKSRC=	"${WRKSRC}/src"
21
CONFIGURE_WRKSRC=	"${WRKSRC}/src"
22
MAKE_ARGS+=	OSVERSION=${OSVERSION}
26
23
27
USES=		ssl
24
LDFLAGS=	-L${LOCALBASE}/lib
28
25
26
CONFSUF=	conf secret script
27
DOCSDIR=	${PREFIX}/share/doc/mpd5
28
PORTDOCS=	README mpd*
29
PLIST_FILES=	${CONFSUF:S/^/etc\/mpd5\/mpd./:S/$/.sample/} sbin/mpd5
30
29
.include <bsd.port.options.mk>
31
.include <bsd.port.options.mk>
30
32
31
MAKE_ARGS+=	OSVERSION=${OSVERSION}
33
OPTIONS_DEFINE=	DOCS NG_IPACCT
34
NG_IPACCT_DESC=	Use ng_ipacct kernel module from port
32
35
33
.if ${PORT_OPTIONS:MNG_IPACCT}
36
.if ${PORT_OPTIONS:MNG_IPACCT}
34
BUILD_DEPENDS+=	${LOCALBASE}/include/netgraph/ng_ipacct.h:net-mgmt/ng_ipacct
37
BUILD_DEPENDS+=	${LOCALBASE}/include/netgraph/ng_ipacct.h:net-mgmt/ng_ipacct
Lines 39-50 Link Here
39
.endif
42
.endif
40
.endif
43
.endif
41
44
42
USE_RC_SUBR=	mpd5
43
CONFSUF=	conf secret script
44
DOCSDIR=	${PREFIX}/share/doc/mpd5
45
PORTDOCS=	README mpd*
46
PLIST_FILES=	${CONFSUF:S/^/etc\/mpd5\/mpd./:S/$/.sample/} sbin/mpd5
47
48
.if !defined(WITHOUT_MAN)
45
.if !defined(WITHOUT_MAN)
49
PLIST_FILES+=	man/man8/mpd5.8.gz
46
PLIST_FILES+=	man/man8/mpd5.8.gz
50
.endif
47
.endif

Return to bug 231622