openbsd-ports/security/mhash/Makefile

27 lines
530 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.21 2013/03/21 08:48:53 ajacoutot Exp $
2000-10-04 17:11:09 -04:00
COMMENT= strong hash library
DISTNAME= mhash-0.9.9.9
2000-12-07 13:31:21 -05:00
CATEGORIES= security
SHARED_LIBS= mhash 2.1 # .2.1
2005-12-25 06:15:33 -05:00
MODGNU_SHARED_LIBS=mhash ''
LIBmhash_ALIAS= realmhash
2003-01-18 12:43:23 -05:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mhash/}
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
# LGPL
2000-10-04 17:11:09 -04:00
PERMIT_PACKAGE_CDROM= Yes
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
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>