aboutsummaryrefslogtreecommitdiffstats
path: root/security/steghide/Makefile
blob: cc994bdc077dd120d32fb80dcc9fd93e2b1bf0a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: RaRa Rasputin <rasputin@submonkey.net>
# $FreeBSD$

PORTNAME=   steghide
PORTVERSION=    0.5.1
PORTREVISION=   6
CATEGORIES= security
MASTER_SITES=   SF
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/.b/b/}

MAINTAINER= arved@FreeBSD.org
COMMENT=    Steganography tool to hide data in binary files

LIB_DEPENDS=    libmcrypt.so:${PORTSDIR}/security/libmcrypt \
        libmhash.so:${PORTSDIR}/security/mhash

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

USES=       gettext gmake libtool:build perl5
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include -fpermissive
LIBS+=      -L${LOCALBASE}/lib -lintl -lmcrypt
MAKE_ARGS=  LIBTOOL="${LOCALBASE}/bin/libtool"

OPTIONS_DEFINE= DOCS

post-patch:
    @${REINPLACE_CMD} '/CXXFLAGS=/s|-O2|${CXXFLAGS}|' ${WRKSRC}/configure

.include <bsd.port.mk>