f12e6be118
discussed with a few in the room.
28 lines
528 B
Makefile
28 lines
528 B
Makefile
# $OpenBSD: Makefile,v 1.2 2015/04/05 13:31:13 sthen Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = arc4random for Jim
|
|
|
|
DISTNAME = jimarc4random-0.3
|
|
CATEGORIES = devel
|
|
HOMEPAGE = http://www3.bell.net/stwo/
|
|
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = jim
|
|
|
|
GH_ACCOUNT = aryler
|
|
GH_PROJECT = Jimarc4random
|
|
GH_TAGNAME = 0.3
|
|
|
|
BUILD_DEPENDS = lang/jimtcl
|
|
RUN_DEPENDS = lang/jimtcl
|
|
SEPARATE_BUILD = Yes
|
|
CONFIGURE_STYLE = simple
|
|
CONFIGURE_SCRIPT = itzev
|
|
|
|
.include <bsd.port.mk>
|