mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
21 lines
357 B
Makefile
21 lines
357 B
Makefile
COMMENT= strong hash library
|
|
|
|
DISTNAME= mhash-0.9.9.9
|
|
CATEGORIES= security
|
|
SHARED_LIBS= mhash 2.1 # .2.1
|
|
MODGNU_SHARED_LIBS=mhash ''
|
|
LIBmhash_ALIAS= realmhash
|
|
REVISION= 2
|
|
|
|
SITES= ${SITE_SOURCEFORGE:=mhash/}
|
|
|
|
HOMEPAGE= https://mhash.sourceforge.net/
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --enable-static
|
|
|
|
.include <bsd.port.mk>
|