pkgsrc/net/bsddip/Makefile
rillig eb3c2b436e net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 11:45:28 +00:00

27 lines
657 B
Makefile

# $NetBSD: Makefile,v 1.7 2019/11/03 11:45:31 rillig Exp $
DISTNAME= bsddip-1.02
CATEGORIES= net
#
# the actual master site is almost out of reach for everybody
#MASTER_SITES= ftp://sun.rz.tu-clausthal.de/pub/bsddip/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.Z
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Dialup IP program
NOT_FOR_PLATFORM= Interix-*-* # no sl(4) device
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
INSTALLATION_DIRS= ${PKGMANDIR}/cat8 ${PKGMANDIR}/man8 sbin
NO_CONFIGURE= yes
MANCOMPRESSED_IF_MANZ= yes
MAKE_ENV+= ${BSD_MAKE_ENV}
post-extract:
cp -f ${FILESDIR}/Makefile ${WRKSRC}/.
.include "../../mk/bsd.pkg.mk"