1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/security/hashish/Makefile
Mark Linimon 82db91986d Maintainer's email address bounces.
Mark as DEPRECATED since it has been broken for a bit.
2009-05-29 01:34:46 +00:00

34 lines
707 B
Makefile

# ex:ts=8
# Ports collection makefile for: hashish
# Date Created: May 7, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= hashish
PORTVERSION= 1.1a
PORTREVISION= 7
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= Hashish-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GUI file and string hashing utility
BUILD_DEPENDS= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp
USE_WX= 2.4
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
PLIST_FILES= bin/hashish
BROKEN= does not compile
DEPRECATED= "${BROKEN}"
EXPIRATION_DATE= 2009-07-28
.include <bsd.port.mk>