aboutsummaryrefslogtreecommitdiffstats
path: root/finance/fixc/Makefile
blob: 2989628ce367491cb8d8b570a3af96318fd79043 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

PORTNAME=       fixc
PORTVERSION=        1.2
DISTVERSIONPREFIX=  v
CATEGORIES=     finance

MAINTAINER=     blttll@gmail.com
COMMENT=        Simple Financial Information eXchange (FIX) protocol console client

BUILD_DEPENDS=      ${LOCALBASE}/bin/go:lang/go

PLIST_FILES=        bin/fixc
USE_GITHUB=     yes
GH_ACCOUNT=     blttll

do-build:
    @cd ${WRKSRC} && \
        ${SETENV} ${MAKE_ENV} go build -o fixc main.go

do-install:
     ${INSTALL_PROGRAM} ${WRKSRC}/fixc ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>