sthen 9356d2ac79 remove some extraneous DISTNAME setting from GH_TAGNAME ports,
move GH_* up in a few cases where it's halfway through the Makefile
2020-02-14 11:11:32 +00:00

26 lines
512 B
Makefile

# $OpenBSD: Makefile,v 1.5 2020/02/14 11:11:32 sthen Exp $
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>