diff options
Diffstat (limited to 'net/beroftpd/Makefile')
-rw-r--r-- | net/beroftpd/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net/beroftpd/Makefile b/net/beroftpd/Makefile deleted file mode 100644 index 204dfd17b65..00000000000 --- a/net/beroftpd/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.4 1999/12/28 21:45:27 rh Exp $ -# FreeBSD Id: Makefile,v 1.3 1999/02/23 22:12:30 billf Exp -# - -DISTNAME= BeroFTPD-1.3.4 -PKGNAME= beroftpd-1.3.4 -CATEGORIES= net -MASTER_SITES= ftp://bero.x5.net/pub/ \ - ftp://ftp.croftj.net/usr/bero/BeroFTPD/ \ - ftp://ftp.kddlabs.co.jp/.2/inet/ftp/BeroFTPD/ \ - ftp://ftp.rediris.es/mirror/BeroFTPD/ \ - ftp://sunsite.cnlab-switch.ch/mirror/BeroFTPD/ \ - ftp://ftp.startrek.eu.org/pub/BeroFTPD/ - -MAINTAINER= rh@NetBSD.org -HOMEPAGE= http://www.landfield.com/wu-ftpd/ - -IGNORE= "superceded by wu-ftpd package" - -CONFLICTS+= wu-ftpd-* - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc - -.include "../../mk/bsd.pkg.mk" |