Update security/lynis to version 2.5.1
[dports.git] / security / steghide / Makefile
1 # Created by: RaRa Rasputin <rasputin@submonkey.net>
2 # $FreeBSD$
3
4 PORTNAME=       steghide
5 PORTVERSION=    0.5.1
6 PORTREVISION=   7
7 CATEGORIES=     security
8 MASTER_SITES=   SF
9
10 MAINTAINER=     arved@FreeBSD.org
11 COMMENT=        Steganography tool to hide data in binary files
12
13 LICENSE=        GPLv2
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 LIB_DEPENDS=    libmcrypt.so:security/libmcrypt \
17                 libmhash.so:security/mhash
18
19 USES=           gmake jpeg libtool:build perl5
20 GNU_CONFIGURE=  yes
21 CPPFLAGS+=      -I${LOCALBASE}/include -fpermissive
22 LIBS+=          -L${LOCALBASE}/lib -lmcrypt
23 MAKE_ARGS=      LIBTOOL="${LOCALBASE}/bin/libtool"
24
25 OPTIONS_DEFINE= DOCS NLS
26 OPTIONS_SUB=    yes
27 NLS_USES=       gettext
28 NLS_CONFIGURE_ENABLE=   nls
29
30 .include <bsd.port.options.mk>
31
32 .if ${PORT_OPTIONS:MNLS}
33 LIBS+=          -lintl
34 .endif
35
36 post-patch:
37         @${REINPLACE_CMD} '/CXXFLAGS=/s|-O2|${CXXFLAGS}|' ${WRKSRC}/configure
38
39 .include <bsd.port.mk>