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

(-)Makefile (+14 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	mbuffer
8
PORTNAME=	mbuffer
9
PORTVERSION=	2011.07.24
9
PORTVERSION=	2011.07.24
10
PORTREVISION=	1
10
CATEGORIES=	misc
11
CATEGORIES=	misc
11
MASTER_SITES=	http://www.maier-komor.de/software/mbuffer/
12
MASTER_SITES=	http://www.maier-komor.de/software/mbuffer/
12
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//g}
13
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//g}
Lines 26-31 Link Here
26
27
27
MAN1=		${PORTNAME}.1
28
MAN1=		${PORTNAME}.1
28
29
30
OPTIONS=	MHASH	"Use mhash for hash generation"	on
31
32
.include <bsd.port.options.mk>
33
34
.if !defined(WITHOUT_MHASH)
35
LIB_DEPENDS+=	mhash.2:${PORTSDIR}/security/mhash
36
CFLAGS+=	-I${LOCALBASE}/include
37
LDFLAGS+=	-L${LOCALBASE}/lib
38
.else
39
CONFIGURE_ARGS+=	ac_cv_search_mhash_init=no
40
USE_OPENSSL=	yes
41
.endif
42
29
.include <bsd.port.pre.mk>
43
.include <bsd.port.pre.mk>
30
44
31
post-patch:
45
post-patch:

Return to bug 168252