diff options
Diffstat (limited to 'net/ctorrent/Makefile')
-rw-r--r-- | net/ctorrent/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile deleted file mode 100644 index 8f959b8a1b0..00000000000 --- a/net/ctorrent/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.9 2010/01/17 12:02:31 wiz Exp $ - -DISTNAME= ctorrent-1.3.4 -PKGREVISION= 3 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ctorrent/} -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://ctorrent.sourceforge.net/ -COMMENT= Bittorrent client for the console - -PKG_DESTDIR_SUPPORT= user-destdir - -USE_LANGUAGES= c c++ -USE_PKGLOCALEDIR= yes -GNU_CONFIGURE= yes - -.include "../../security/openssl/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |