openbsd-ports/security/mhash/Makefile

34 lines
762 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2002/02/01 02:03:24 pvalchev Exp $
2000-10-04 17:11:09 -04:00
COMMENT= strong hash library
2001-03-25 17:35:45 -05:00
DISTNAME= mhash-0.8.9
2000-12-07 13:31:21 -05:00
CATEGORIES= security
NEED_VERSION= 1.475
2001-03-25 17:35:45 -05:00
MASTER_SITES= http://mhash.sourceforge.net/dl/
2000-10-04 17:11:09 -04:00
2000-12-07 13:31:21 -05:00
HOMEPAGE= http://mhash.sourceforge.net/
2000-10-04 17:11:09 -04:00
2000-12-07 13:31:21 -05:00
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
2000-10-04 17:11:09 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig \
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh \
patch-*
# XXX workaround sparc64 gcc optimization bug
.if ${MACHINE_ARCH:Msparc64}
PATCH_LIST+= gcc-*
.endif
2000-12-07 13:31:21 -05:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
2000-10-04 17:11:09 -04:00
.include <bsd.port.mk>