9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
21 lines
622 B
Makefile
21 lines
622 B
Makefile
# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:34 jlam Exp $
|
|
|
|
DISTNAME= fressh-0.8.1
|
|
PKGREVISION= 3
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.fressh.org/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.fressh.org/
|
|
COMMENT= New, free, rewritten implementation of the SSH communication protocol
|
|
|
|
USE_OLD_DES_API= yes
|
|
|
|
# Some versions of the openssl header files gives warnings.
|
|
BUILDLINK_TRANSFORM+= rm:-Wstrict-prototypes
|
|
# too many unsigned char problems on -current
|
|
BUILDLINK_TRANSFORM+= rm:-Werror
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|