blob: ccf1e7f2c7e3fdc911ec7ed31d15086c054c61e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:47 tv Exp $
DISTNAME= xinvest-2.6.9
CATEGORIES= finance x11
MASTER_SITES= http://xinvest.sunsite.dk/
MAINTAINER= root@garbled.net
HOMEPAGE= http://xinvest.sunsite.dk/xinvest.html
COMMENT= Personal finance tracking and performance tool
USE_IMAKE= YES
NO_INSTALL_MANPAGES= YES
.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|