diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2006-07-31 17:16:29 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2006-07-31 17:16:29 +0000 |
commit | b2aadd64c4b11d508e51cb629a5f5d7cee4f9e2d (patch) | |
tree | 9706cf3d7646c9fca7d647c4ec0259635c2848d5 /net-p2p/ktorrent-devel/Makefile | |
parent | 8ac3c899bc83ccf240380c0b4c0197547bcc9196 (diff) | |
download | ports-b2aadd64c4b11d508e51cb629a5f5d7cee4f9e2d.tar.gz ports-b2aadd64c4b11d508e51cb629a5f5d7cee4f9e2d.zip |
Notes
Diffstat (limited to 'net-p2p/ktorrent-devel/Makefile')
-rw-r--r-- | net-p2p/ktorrent-devel/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/net-p2p/ktorrent-devel/Makefile b/net-p2p/ktorrent-devel/Makefile index c1f670204d72..25229b47beef 100644 --- a/net-p2p/ktorrent-devel/Makefile +++ b/net-p2p/ktorrent-devel/Makefile @@ -1,19 +1,24 @@ -# New ports collection makefile for: ktorrent -# Date created: Wed Jul 13 11:38:46 CEST 2005 +# New ports collection makefile for: ktorrent-devel +# Date created: Sun Jul 30 01:14:55 CEST 2006 # Whom: Markus Brueffer <markus@FreeBSD.org> # # $FreeBSD$ # PORTNAME= ktorrent -PORTVERSION= 1.2 -PORTREVISION= 2 +PORTVERSION= 20060731 CATEGORIES= net-p2p kde -MASTER_SITES= http://ktorrent.pwsp.net/downloads/${PORTVERSION}/ +MASTER_SITES= http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/ +PKGNAMESUFFIX= -devel MAINTAINER= markus@FreeBSD.org COMMENT= BitTorrent client for KDE +CONFLICTS= ktorrent-[0.9]* + +LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 + +USE_BZIP2= yes USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes |