freebsd-ports/finance/xtrader/Makefile
Michael Johnson a509198e85 - Add xtrader [1]
Technical analysis program for financial instruments

Included is also an simple portfolio module where you can
 - edit transactions, create reports and charts.
 - create price larms report.
 - edit all data.
 - export all database files to an import file.

WWW: http://xtrader.sourceforge.net/

Requested by:	lioux [1] -- I gave him maintainer too.. if he doesn't
		want it he can change.
2005-04-17 05:04:12 +00:00

35 lines
844 B
Makefile

# New ports collection makefile for: xtrader
# Date created: 2005-04-16
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xtrader
PORTVERSION= 0.99.9
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= lioux@FreeBSD.org
COMMENT= Technical analysis program for financial instruments
LIB_DEPENDS= ptypes.20:${PORTSDIR}/devel/ptypes \
fltk.1:${PORTSDIR}/x11-toolkits/fltk
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
MAKEFILE= Makefile.linux
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
NO_WRKSUBDIR= yes
USE_GMAKE= yes
PLIST_FILES= bin/xtrader \
%%DATADIR%%/sample.xt
PLIST_DIRS= %%DATADIR%%
do-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/sample.xt ${DATADIR}
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}/xtrader ${PREFIX}/bin
.include <bsd.port.mk>