aboutsummaryrefslogtreecommitdiffstats
path: root/net/gift/Makefile
blob: 8c353e434f79a274b0ae0177181e968ca4ee4821 (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
# New ports collection makefile for:    giFT library
# Date created:             Fri Nov 16 02:47:45 BRST 2001
# Whom:         Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   giFT
PORTVERSION=    0.9.7
CATEGORIES= net
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:L}

MAINTAINER= lioux@FreeBSD.org
COMMENT=    A generic interface to the FastTrack (TM) peer-to-peer network

IGNORE=     'Does not currently work'

GNU_CONFIGURE=  yes

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>