View | Details | Raw Unified | Return to bug 51094
Collapse All | Expand All

(-)Makefile (-16 / +12 lines)
Lines 17-39 Link Here
17
#
17
#
18
###########################################################################
18
###########################################################################
19
19
20
PORTNAME=	anubis
20
PORTNAME=		anubis
21
PORTVERSION=	3.6.2
21
PORTVERSION=		3.6.2
22
CATEGORIES=	mail
22
CATEGORIES=		mail
23
MASTER_SITES=	${MASTER_SITE_GNU}
23
MASTER_SITES=		${MASTER_SITE_GNU}
24
MASTER_SITE_SUBDIR=	${PORTNAME}
24
MASTER_SITE_SUBDIR=	${PORTNAME}
25
25
26
MAINTAINER=	sergei@kolobov.com
26
MAINTAINER=		sergei@kolobov.com
27
COMMENT=	Outgoing SMTP mail processor
27
COMMENT=		Outgoing SMTP mail processor
28
28
29
LIB_DEPENDS=	gnugetopt:${PORTSDIR}/devel/libgnugetopt
29
USE_REINPLACE=		yes
30
30
USE_GETOPT_LONG=	yes
31
USE_REINPLACE=	yes
31
GNU_CONFIGURE=		yes
32
GNU_CONFIGURE=	yes
33
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
32
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
34
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
33
CONFIGURE_ENV=		MAKEINFO="makeinfo --no-split" LDFLAGS="${LDFLAGS}"
35
		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" \
34
LDFLAGS+=		-L${LOCALBASE}/lib
36
		MAKEINFO="makeinfo --no-split"
37
35
38
# Select TLS/SSL API: either OpenSSL (default), GnuTLS, or none
36
# Select TLS/SSL API: either OpenSSL (default), GnuTLS, or none
39
.if defined(WITH_GNUTLS)
37
.if defined(WITH_GNUTLS)
Lines 118-126 Link Here
118
.endif
116
.endif
119
.if !defined(NOPORTDOCS)
117
.if !defined(NOPORTDOCS)
120
	@${MKDIR} ${DOCSDIR}
118
	@${MKDIR} ${DOCSDIR}
121
.for file in ${DOCS}
119
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
122
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
123
.endfor
124
.endif
120
.endif
125
121
126
.include <bsd.port.mk>
122
.include <bsd.port.mk>

Return to bug 51094