blob: 6e09c1ae475398739052cedcc0a6c0b88b1a63d7 (
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
|
# New ports collection makefile for: giFT-Ares
# Date created: 2006-10-10
# Whom: alepulver
#
# $FreeBSD$
#
PORTNAME= giFT-Ares
PORTVERSION= 0.3.0
PORTREVISION= 1
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_GNOME= pkgconfig
.include <bsd.port.mk>
|