30 lines
703 B
Makefile
30 lines
703 B
Makefile
# $OpenBSD: Makefile,v 1.19 2002/03/21 21:09:18 espie Exp $
|
|
|
|
COMMENT= "checkbook balancing tool"
|
|
|
|
DISTNAME= cbb-0.73
|
|
CATEGORIES= misc tk80
|
|
NEED_VERSION= 1.515
|
|
MASTER_SITES= ftp://ftp.me.umn.edu/pub/finance/ \
|
|
ftp://ftp.fifi.org/pub/cbb/
|
|
|
|
LIB_DEPENDS= tk80.1.::x11/tk/8.0
|
|
RUN_DEPENDS= ::x11/tk/8.0 \
|
|
::misc/plan
|
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_BUILD= Yes
|
|
|
|
pre-configure:
|
|
@mv ${WRKSRC}/install.pl ${WRKSRC}/install.pl.in
|
|
@sed -e "s:/usr/local:${PREFIX}:" -e "s:lib/cbb:share/cbb:" \
|
|
${WRKSRC}/install.pl.in > ${WRKSRC}/install.pl
|
|
|
|
.include <bsd.port.mk>
|