pkgsrc/net/tnftp/Makefile
jlam 84fa8ca684 + Remove pkgtools/pax and pkgtools/tnftp as they are no longer different
from archivers/pax and net/tnftp, respectively.  In the past, the
  pkgtools version of these packages installed into ${PKG_TOOLS_BIN},
  but this was changed in:

	pkgtools/pax/Makefile:1.15
	pkgtools/tnftp/Makefile:1.3

+ Get rid of archivers/pax/Makefile.common and net/tnftp/Makefile.common
  by merging them into their respective Makefiles.  The Makefile.common
  files existed solely for inclusion by the pkgtools versions of these
  packages, but with the removal of those packages, these files are
  now unnecessary.

+ Add full DESTDIR support to archivers/pax and net/tnftp.

+ Modify the bootstrap to build archivers/pax and net/tnftp instead of
  the pkgtools versions of these packages.
2008-03-06 04:45:58 +00:00

44 lines
1,010 B
Makefile

# $NetBSD: Makefile,v 1.23 2008/03/06 04:45:58 jlam Exp $
DISTNAME= tnftp-20070806
SVR4_PKGNAME= tnftp
CATEGORIES= net
MASTER_SITES= # empty
DISTFILES= # empty
# distfile obtained from: ftp://ftp.NetBSD.org/pub/NetBSD/misc/tnftp
CONFLICTS+= kth-krb4-[0-9]*
CONFLICTS+= lukemftp-[0-9]*
MAINTAINER= lukem@NetBSD.org
COMMENT= The enhanced FTP client in NetBSD
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
NO_CHECKSUM= yes
OPSYSVARS+= MAKE_ENV
MAKE_ENV.SunOS+= CPPFLAGS=""
.include "options.mk"
do-extract:
@${CP} -R ${FILESDIR} ${WRKSRC}
@${RM} -f ${WRKSRC}/INSTALL
# Use readline/builtin.mk to check for an editline library on the
# system. If we use the system editline library, then use the built-in
# termcap library.
#
CHECK_BUILTIN.readline:= yes
.include "../../devel/readline/builtin.mk"
CHECK_BUILTIN.readline:= no
.if !empty(BUILTIN_LIB_FOUND.edit:M[yY][eE][sS])
USE_BUILTIN.termcap= yes
.endif
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"