26 lines
421 B
Makefile
26 lines
421 B
Makefile
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>
|