blob: c55a2bd5281efbc15a49a31b07ab8f07520d0016 (
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
|
# New ports collection makefile for: giFT-Ares
# Date created: 2006-10-10
# Whom: alepulver
#
# $FreeBSD$
#
PORTNAME= giFT-Ares
PORTVERSION= 0.3.0
CATEGORIES= net-p2p
MASTER_SITES= ${MASTER_SITE_BERLIOS}
MASTER_SITE_SUBDIR= gift-ares
DISTNAME= gift-ares-${PORTVERSION}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= giFT plugin for the Ares peer-to-peer filesharing network
LIB_DEPENDS= gift.0:${PORTSDIR}/net-p2p/gift
USE_BZIP2= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|