28 lines
482 B
Makefile

# $OpenBSD: Makefile,v 1.37 2019/07/12 20:47:48 sthen Exp $
COMMENT= checkbook balancing tool
DISTNAME= cbb-0.73
REVISION= 7
CATEGORIES= misc
HOMEPAGE= http://gna.org/projects/cbb/
MAINTAINER= Stuart Cassoff <stwo@users.sourceforge.net>
# GPL
PERMIT_PACKAGE= Yes
MODULES= x11/tk
RUN_DEPENDS= misc/plan \
${MODTK_RUN_DEPENDS}
FAKE_FLAGS= MODTK_BIN=${MODTK_BIN}
NO_BUILD= Yes
NO_TEST= Yes
PKG_ARCH= *
pre-configure:
${SUBST_CMD} ${WRKSRC}/install.pl
.include <bsd.port.mk>