aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/squall/Makefile
blob: 94189f4f110c6cb6088a9aacdc6fe3e4f248bd9c (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
# New ports collection makefile for:    squall
# Date created:     5 Apr 2004
# Whom:         Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   squall
PORTVERSION=    0.1.20040808
CATEGORIES= net
MASTER_SITES=   http://dist.bsdlab.org/
DISTNAME=   ${PORTNAME}-20040808

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Server for the Peer Distributed Transfer Protocol (PDTP)

HAS_CONFIGURE=  yes
WRKSRC=     ${WRKDIR}/${PORTNAME}
STRIP=      # Keep empty for debugging.

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/squall/squall ${PREFIX}/sbin
    ${INSTALL_PROGRAM} ${WRKSRC}/squallhub/squallhub ${PREFIX}/sbin
    ${INSTALL_PROGRAM} ${WRKSRC}/squallproxy/squallproxy ${PREFIX}/sbin
    ${INSTALL_PROGRAM} ${WRKSRC}/squirt/squirt ${PREFIX}/sbin
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DOCSDIR}

.include <bsd.port.mk>