2002-05-08 08:51:54 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: hashish
|
|
|
|
# Date Created: May 7, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= hashish
|
2003-11-19 00:34:51 +01:00
|
|
|
PORTVERSION= 1.1a
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 7
|
2002-05-08 08:51:54 +02:00
|
|
|
CATEGORIES= security
|
2003-11-17 21:45:37 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2002-05-08 08:51:54 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2003-11-19 00:34:51 +01:00
|
|
|
DISTNAME= Hashish-${PORTVERSION}
|
2002-05-08 08:51:54 +02:00
|
|
|
|
2003-11-17 21:45:37 +01:00
|
|
|
MAINTAINER= jllovela@ncsu.edu
|
|
|
|
COMMENT= GUI file and string hashing utility
|
2003-07-09 18:12:01 +02:00
|
|
|
|
2002-05-08 08:51:54 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp
|
|
|
|
|
2006-12-01 08:39:02 +01:00
|
|
|
USE_WX= 2.4
|
2003-11-17 21:45:37 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2006-12-01 08:39:02 +01:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-06-05 00:43:38 +02:00
|
|
|
USE_GMAKE= yes
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/hashish
|
2003-06-05 00:43:38 +02:00
|
|
|
|
2004-12-11 22:33:57 +01:00
|
|
|
.include <bsd.port.mk>
|