1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

qhacc was repocopied to finance

This commit is contained in:
Tilman Keskinoz 2002-11-21 19:18:27 +00:00
parent 9e82e61dbd
commit 9ad9870833
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70698
8 changed files with 0 additions and 82 deletions

View File

@ -257,7 +257,6 @@
SUBDIR += pybliographer
SUBDIR += pypanda
SUBDIR += qbrew
SUBDIR += qhacc
SUBDIR += qlas
SUBDIR += qmc
SUBDIR += quantlib

View File

@ -1,44 +0,0 @@
# New ports collection makefile for: qhacc
# Date created: 28 Dec 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= qhacc
PORTVERSION= 1.4
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.ostrich-emulators.cx/qhacc/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= kde@freebsd.org
USE_REINPLACE= yes
USE_QT_VER= 2
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-qt-moc=${X11BASE}/bin \
--with-qt-libs=${X11BASE}/lib
post-extract:
@${RM} -f ${WRKSRC}/src/moc_*.cpp
pre-patch:
.for file in configure src/Makefile.in
@${REINPLACE_CMD} -e 's|/moc|/${MOC:T}|g ; \
s|-lqt|-l${QTNAME}|g ; \
s|-O2 -Wall|\@CXXFLAGS\@|g' ${WRKSRC}/${file}
.endfor
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/qhacc ${PREFIX}/bin
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${FILESDIR}/config ${DATADIR}/config.sample
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}
.endif
@${SED} -e "s:/usr/X11R6:${PREFIX}:g" ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (qhacc-1.4.tar.gz) = 5cc9cb98286d44badedca3de77ee4c4c

View File

@ -1,6 +0,0 @@
ALTCOLOR=173 216 230
LINESPERTRANS=1
NUMACCTS=0
NUMSHOWS=0
SHOWINDEX=-1
ACCTFILES=

View File

@ -1 +0,0 @@
Simple QT2-based financial manager

View File

@ -1,8 +0,0 @@
QHacc is a QT2-based financial management program.
Don't expect a Quicken replacement, however - it only
does simple transaction management.
WWW: http://www.ostrich-emulators.cx/~ryan/qhacc/
Author: Ryan F. Bobko <ryan@ostrich-emulators.cx>
--Will <andrews@technologist.com>

View File

@ -1,10 +0,0 @@
************************************************************
Before running QHacc, users should prepare as follows:
$ mkdir ~/.qhacc
$ cp /usr/X11R6/share/qhacc/config.sample ~/.qhacc/config
$ chmod u+rw ~/.qhacc/config
$ export QHACC_HOME=~/.qhacc (sh or bash)
$ setenv QHACC_HOME ~/.qhacc (csh or tcsh)
************************************************************

View File

@ -1,11 +0,0 @@
bin/qhacc
%%PORTDOCS%%share/doc/qhacc/compiling.html
%%PORTDOCS%%share/doc/qhacc/index.html
%%PORTDOCS%%share/doc/qhacc/intro.html
%%PORTDOCS%%share/doc/qhacc/faq.html
%%PORTDOCS%%share/doc/qhacc/formats.html
%%PORTDOCS%%share/doc/qhacc/using.html
%%PORTDOCS%%share/doc/qhacc/primer.html
share/qhacc/config.sample
@dirrm share/qhacc
%%PORTDOCS%%@dirrm share/doc/qhacc