aboutsummaryrefslogtreecommitdiffstats
path: root/libdevcore/SHA3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused SHA2 include in SHA3Alex Beregszaszi2016-10-151-1/+1
* sha3: actually support both FIPS SHA3 and KeccakAlex Beregszaszi2016-10-061-1/+22
* sha3: remove unused counterAlex Beregszaszi2016-10-061-3/+0
* Rename dev::sha3 to dev::keccak256Alex Beregszaszi2016-10-061-3/+3
* Make the Solidity repository standalone.Bob Summerwill2016-08-011-0/+223
/option> FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/gift-fasttrack/Makefile
blob: 8ccab9a440eef257de55a0ac14cff59c4648b38a (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
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:    giFT-FastTrack
# Date created:     2003-09-04
# Whom:         Stefan Ehmann <shoesoft@gmx.net>
#
# $FreeBSD$
#

PORTNAME=   giFT-FastTrack
PORTVERSION=    0.8.5
PORTREVISION=   1
CATEGORIES= net
MASTER_SITES=   http://download.berlios.de/gift-fasttrack/

MAINTAINER= shoesoft@gmx.net
COMMENT=    A FastTrack plugin for giFT

LIB_DEPENDS=    gift.0:${PORTSDIR}/net/gift

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" \
            LDFLAGS="${LDFLAGS}"

DOC_FILES=  AUTHORS COPYING ChangeLog \
        INSTALL NEWS README TODO

post-install:
.ifndef(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for doc in ${DOC_FILES}
    @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>