openbsd-ports/devel/jimarc4random/Makefile
2022-03-11 18:49:30 +00:00

24 lines
452 B
Makefile

COMMENT = arc4random for Jim
GH_ACCOUNT = aryler
GH_PROJECT = Jimarc4random
GH_TAGNAME = 0.3
DISTNAME = jimarc4random-${GH_TAGNAME}
CATEGORIES = devel
HOMEPAGE = http://www3.bell.net/stwo/
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
# ISC
PERMIT_PACKAGE = Yes
WANTLIB = jim
BUILD_DEPENDS = lang/jimtcl
RUN_DEPENDS = lang/jimtcl
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = simple
CONFIGURE_SCRIPT = itzev
.include <bsd.port.mk>