sthen 1231aed82d move to github, opensource.conformal.com is going away. from dhill.
also, use source files on github rather than as files in the ports tree.
2016-03-11 19:43:45 +00:00

27 lines
485 B
Makefile

# $OpenBSD: Makefile,v 1.25 2016/03/11 19:43:45 sthen Exp $
COMMENT= i/o generator
V= 3.1
REVISION= 2
GH_TAGNAME= IOGEN_${V:S/./_/g}
GH_ACCOUNT= conformal
GH_PROJECT= iogen
DISTNAME= ${GH_PROJECT}-${V}
CATEGORIES= sysutils
HOMEPAGE= https://github.com/conformal/iogen
# ISC
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
NO_TEST= Yes
CFLAGS+= -DVERSION=\"${PKGNAME:S/iogen-//}\"
FAKE_FLAGS+= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man"
MAKE_ENV= CC="${CC}"
.include <bsd.port.mk>