aboutsummaryrefslogtreecommitdiffstats
path: root/security/steghide/Makefile
blob: 9692b3a66cc7165c7fcdffa57512dd8b2df5940d (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
32
33
34
35
36
37
38
39
40
41
42
# New ports collection makefile for:    steghide
# Date created:             26 February 2001
# Whom:                 RaRa Rasputin <rasputin@submonkey.net>
#
# $FreeBSD$
#

PORTNAME=   steghide
PORTVERSION=    0.5.1
PORTREVISION=   4
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=    mcrypt.8:${PORTSDIR}/security/libmcrypt \
        mhash.2:${PORTSDIR}/security/mhash

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

USES=       gettext
USE_PERL5=  yes
USE_AUTOTOOLS=  libtool
USE_GMAKE=  yes
CONFIGURE_ENV=  LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt"
CPPFLAGS+=  ${CFLAGS} -I${LOCALBASE}/include -fpermissive

MAN1=       steghide.1

post-patch:
.ifdef(NOPORTDOCS)
    ${REINPLACE_CMD} -e 's|install-data-am\: install-docDATA||' \
        ${WRKSRC}/Makefile.in
.endif
    ${REINPLACE_CMD} -e 's,SHELL) libtool,SHELL) ${LIBTOOL} --tag=CXX,' \
        ${WRKSRC}/src/Makefile.in
    ${REINPLACE_CMD} -e 's,-O2,${CFLAGS},' ${WRKSRC}/configure

.include <bsd.port.mk>
-gnome/commit/Mk/bsd.perl.mk?h=gstreamer&id=a3cfe8c2a2a0d297fb8a071dac5e5b25d7fad959'>Change default Perl version to 5.10.skv2010-02-061-1/+1 * Remove expired port lang/perl5.6skv2009-06-081-6/+4 * Introduce Perl 5.10.0skv2009-03-291-3/+5 * Remove variable PERL_VER from the ports tree at all - becauseskv2009-03-061-4/+2 * Rename: lang/perl5 -> lang/perl5.6skv2009-02-021-1/+1 * Update to 5.8.9skv2009-01-141-2/+2 * - Fix typos in a comment: WANT_PERL5 -> WANT_PERL, is -> ifsem2008-11-301-1/+1 * Doc change: PERL_ARCH is *always* mach.lth2008-05-281-1/+1 * Fix the CONFIGURE_ENV anti-foot-shooting measure to have the correctlinimon2007-09-291-1/+1 * Fine-tune the anti-foot-shooting measure for systems that set PERL_VERSIONlinimon2007-09-261-1/+1 * Add an anti-foot-shooting measure to detect missing default Perl definition.linimon2007-09-261-0/+6 * Disable AutoInstall from trying to contact CPAN directly in the case oflinimon2007-09-251-0/+4 * Restore the semantics of USE_PERL and friends by moving them back tolinimon2007-09-141-10/+15 * Move an XXX comment to make it not show up in build logs.linimon2007-09-091-1/+1