openbsd-ports/security/shash/Makefile

34 lines
722 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 2001/03/24 19:55:28 jakob Exp $
2000-10-04 17:16:18 -04:00
COMMENT= generates or checks digests or mac
2000-10-04 17:16:18 -04:00
DISTNAME= shash-0.2.3
CATEGORIES= security
NEED_VERSION= 1.363
2000-10-04 17:16:18 -04:00
HOMEPAGE= http://mcrypt.hellug.gr/shash/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
2000-10-04 17:16:18 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://mcrypt.hellug.gr/shash/
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= CFLAGS='-I${PREFIX}/include -L${PREFIX}/lib'
FLAVORS= static
FLAVOR?=
.if ${FLAVOR:L:Mstatic}
BUILD_DEPENDS+= ${PREFIX}/lib/libmhash.a::security/mhash
2000-10-04 17:16:18 -04:00
CONFIGURE_ARGS+= --enable-static-link
.else
LIB_DEPENDS+= mhash.2::security/mhash
2000-10-04 17:16:18 -04:00
.endif
.include <bsd.port.mk>