blob: 538d1fc9d6d1f2ea9065ca0ab6911517b84c413d (
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
|
# 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
USE_GNOME2= pkgconfig
.include <bsd.port.mk>
|