diff options
author | agc <agc> | 1998-09-03 11:43:59 +0000 |
---|---|---|
committer | agc <agc> | 1998-09-03 11:43:59 +0000 |
commit | fc5ed216935a97d9dc6e3615bd1dd457c25d33de (patch) | |
tree | d1647e95cb57e3f06b6c18dfc4dee8d3f30ca752 /pkgtools/ftp/Makefile | |
parent | 5f4999270a852ed52c57195406d6c5620024f4ce (diff) | |
download | pkgsrc-fc5ed216935a97d9dc6e3615bd1dd457c25d33de.tar.gz |
Added ftp-19980903, the ftp(1) from NetBSD-current, into the pkgtools
category.
pkg_add(1) from the pkgtools directory uses ftp -o - to retrieve
packages specified as URLs. This package will simply be installed
over the top of the existing ftp binary in /usr/bin, and does not
register itself, so that it cannot be deleted.
Diffstat (limited to 'pkgtools/ftp/Makefile')
-rw-r--r-- | pkgtools/ftp/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pkgtools/ftp/Makefile b/pkgtools/ftp/Makefile new file mode 100644 index 00000000000..bf8b38fcfd1 --- /dev/null +++ b/pkgtools/ftp/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 1998/09/03 11:43:59 agc Exp $ +# + +DISTNAME= ftp-19980903 +CATEGORIES= pkgtools +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.netbsd.org/ + +PREFIX= /usr +WRKSRC= ${WRKDIR}/ftp +MAKE_ENV+= BINDIR=/usr/bin MANDIR=/usr/share/man +NO_PKG_REGISTER= yes +NO_PACKAGE= No package registration is done + +.include "../../mk/bsd.prefs.mk" + +.ifdef MANZ +MANCOMPRESSED= yes +.endif + +.include "../../mk/bsd.pkg.mk" |