blob: a05507f0183105b29559e7c622e6712d86901bb6 (
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
|
# New ports collection makefile for: steghide
# Date created: 26 February 2001
# Whom: RaRa Rasputin <rasputin@submonkey.net>
#
# $FreeBSD$
#
PORTNAME= steghide
PORTVERSION= 0.4.4
CATEGORIES= security
MASTER_SITES= http://steghide.sourceforge.net/download/
MAINTAINER= rasputin@submonkey.net
LIB_DEPENDS= mcrypt.7:${PORTSDIR}/security/libmcrypt \
mhash.2:${PORTSDIR}/security/mhash
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
MAN1= steghide.1
.include <bsd.port.mk>
|