pkgsrc/comms/xtel/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

42 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.30 2019/11/03 12:04:13 rillig Exp $
DISTNAME= xtel-3.3.0
PKGREVISION= 14
CATEGORIES= comms x11
MASTER_SITES= http://pficheux.free.fr/xtel/download/
PATCHFILES= xtel-jumbo-patch-20111008.gz
PATCH_SITES= http://www.NetBSD.org/~dholland/patchkits/xtel/
PATCH_DIST_STRIP= -p1
MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://pficheux.free.fr/xtel/
COMMENT= Minitel(r) emulator
MAKE_JOBS_SAFE= no
USE_IMAKE= YES
USE_TOOLS+= mkfontdir bdftopcf
FONTDIR= ${PREFIX}/share/fonts/X11
FONTS_DIRS.x11= ${FONTDIR}/xtel
REQD_DIRS= ${FONTDIR}/xtel
SUBST_CLASSES+= fontdir
SUBST_STAGE.fontdir= post-configure
SUBST_MESSAGE.fontdir= Fixing imake font directory.
SUBST_FILES.fontdir= fonts/Makefile
SUBST_SED.fontdir= 's,^[^A-Z]*FONTDIR =.*,FONTDIR = '${FONTDIR:Q},
INSTALLATION_DIRS= share/examples/xtel
INSTALL_MAKE_FLAGS= PPPDIR=${PREFIX}/share/examples/xtel
SPECIAL_PERMS+= bin/mdmdetect ${SETUID_ROOT_PERMS}
BUILDLINK_TRANSFORM.SunOS+= rm:-lucb
.include "../../mk/jpeg.buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/xbitmaps/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"