pkgsrc/editors/mined/Makefile
rillig a20d25368e editors/*: let pkglint fix indentation and variable alignment
pkglint -Wall -F -r editors

Manually fixed the changes in editors/nedit since the "fixed" indentation
was wrong.
2019-06-08 10:40:52 +00:00

27 lines
596 B
Makefile

# $NetBSD: Makefile,v 1.24 2019/06/08 10:40:56 rillig Exp $
#
DISTNAME= mined-2000.15
PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://towo.net/mined/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://towo.net/mined/
COMMENT= Html-aware editor
MAKE_FILE= makefile
USE_TOOLS+= gmake
post-install:
${CHMOD} -x ${DESTDIR}${PREFIX}/share/mined/conf_user/xinitrc.mined
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
CFLAGS+= -Wno-invalid-source-encoding
.endif
MAKE_FLAGS+= OPT=${CFLAGS:Q}
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"