head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2012.12.20.17.19.02;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309317
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309317 | pawel | 2012-12-20 17:13:51 +0000 (Thu, 20 Dec 2012) | 10 lines
## SVN ##
## SVN ## rifiuti2 is a rewrite of rifiuti, a great tool from Foundstone folks
## SVN ## for analyzing Windows Recycle Bin INFO2 file. But since rifiuti
## SVN ## (last updated 2004) is restricted to English version of Windows
## SVN ## (fail to analyze any non-latin character), thus this rewrite.
## SVN ##
## SVN ## WWW: http://code.google.com/p/rifiuti2/
## SVN ##
## SVN ## PR:		ports/174031
## SVN ## Submitted by:	antoine@@FreeBSD.org
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: antoine@@FreeBSD.org
# $FreeBSD: head/security/rifiuti2/Makefile 309317 2012-12-20 17:13:51Z pawel $

PORTNAME=	rifiuti2
DISTVERSION=	0.5.1
CATEGORIES=	security
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	antoine@@FreeBSD.org
COMMENT=	Tool for analyzing Windows recycle bin

LICENSE=	BSD

LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre

GNU_CONFIGURE=	yes
USE_PKGCONFIG=	build
USE_GETTEXT=	yes
USE_ICONV=	yes
USE_GNOME=	glib20

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

PLIST_FILES=	bin/rifiuti bin/rifiuti-vista

MAN1=		rifiuti.1
MLINKS=		rifiuti.1 rifiuti-vista.1

OPTIONS_DEFINE=	DOCS

PORTDOCS=	AUTHORS COPYING ChangeLog NEWS README THANKS TODO

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@
