pkgsrc/comms/binkd/Makefile
rillig fc42239139 comms: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually adjusted the indentation in asterisk15 and asterisk16 to avoid
too deep indentation.
2019-11-03 12:04:12 +00:00

31 lines
781 B
Makefile

# $NetBSD: Makefile,v 1.34 2019/11/03 12:04:12 rillig Exp $
#
DISTNAME= binkd098
PKGNAME= binkd-0.9.8
PKGREVISION= 2
CATEGORIES= comms
MASTER_SITES= ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://homepage.corbina.net/~maloff/binkd/
COMMENT= FidoNet-over-IP transport program utilizing BINKP protocol
PKG_DESTDIR_SUPPORT= destdir
MAKE_JOBS_SAFE= no
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} PREFIX=${DESTDIR:Q}${PREFIX:Q}
BROKEN_ON_PLATFORM= ${LP64PLATFORMS}
post-extract:
@cd ${WRKSRC}/mkfls/unix && ${CHMOD} +x configure mkinstalldirs && \
${CP} * ../../
.include "../../mk/bsd.pkg.mk"