diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-28 17:01:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-28 17:01:57 +0800 |
commit | 27af926b7f853c9f70f4c806220da06a45947a8a (patch) | |
tree | b08a1aecfff95dd67a519e1d924848587c858d2d /security/hashish/Makefile | |
parent | 5491782cc4428b5959b49c84c06ec105c2e42898 (diff) | |
download | freebsd-ports-gnome-27af926b7f853c9f70f4c806220da06a45947a8a.tar.gz freebsd-ports-gnome-27af926b7f853c9f70f4c806220da06a45947a8a.tar.zst freebsd-ports-gnome-27af926b7f853c9f70f4c806220da06a45947a8a.zip |
2009-07-28 games/amy: mastersite disappeared, does not build on recent version
2009-07-28 security/hashish: "does not compile"
2009-07-19 security/smtpmap: depends on GCC 2.95 which has not been available for 9+ months
Diffstat (limited to 'security/hashish/Makefile')
-rw-r--r-- | security/hashish/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/security/hashish/Makefile b/security/hashish/Makefile deleted file mode 100644 index fcf03518bc8a..000000000000 --- a/security/hashish/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# 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> |