blob: 652275f4d000b564bbd78d8fa1ce4b0515ca3e61 (
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: apollon
# Date Created: 29 Dec 2004
# Whom: Alex Varju <freebsd-ports@varju.ca>
#
# $FreeBSD$
#
PORTNAME= apollon
PORTVERSION= 1.0.2.1
PORTREVISION= 4
CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Apollon%20${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= KDE client for giFT daemon
LIB_DEPENDS= gift.0:${PORTSDIR}/net-p2p/gift
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
.include <bsd.port.mk>
|