ef8dbebe46
- Respect CC, CFLAGS, PTHREAD_CFLAGS, and PTHREAD_LIBS - While I'm here, update maintainer address PR: ports/121450 Submitted by: bf <bf2006a@yahoo.com> Approved by: tabthorpe (co-mentor)
32 lines
831 B
Makefile
32 lines
831 B
Makefile
# New ports collection makefile for: snoopy
|
|
# Date created: 24 October 2007
|
|
# Whom: Philippe Audeoud <jadawin@tuxaco.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rarcrack
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
|
COMMENT= Rarcrack guesses the passwords of encrypted RAR, ZIP, and 7Z archives
|
|
|
|
RUN_DEPENDS= p7zip:${PORTSDIR}/archivers/p7zip \
|
|
unrar:${PORTSDIR}/archivers/unrar \
|
|
unzip:${PORTSDIR}/archivers/unzip
|
|
|
|
USE_BZIP2= yes
|
|
PLIST_FILES= bin/rarcrack
|
|
PORTDOCS= README
|
|
USE_GNOME= libxml2
|
|
MAKE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/rarcrack ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|