diff options
Diffstat (limited to 'net-p2p/ctorrent/Makefile')
-rw-r--r-- | net-p2p/ctorrent/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile index e9b49d438d7e..cacca8167a5d 100644 --- a/net-p2p/ctorrent/Makefile +++ b/net-p2p/ctorrent/Makefile @@ -7,12 +7,15 @@ PORTNAME= ctorrent PORTVERSION= 1.3.r1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= CTorrent-1.3r1 +PLIST_FILES= bin/ctorrent + MAINTAINER= flz@xbsd.org -COMMENT= BitTorrent Client program by C for FreeBSD and Linux +COMMENT= BitTorrent Client written in C for FreeBSD and Linux .include <bsd.port.mk> |