pkgsrc/textproc/fop/options.mk
rillig 768cd99f7f textproc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 21:43:32 +00:00

17 lines
370 B
Makefile

# $NetBSD: options.mk,v 1.4 2019/11/04 21:43:35 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.fop
PKG_SUPPORTED_OPTIONS= doc
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdoc)
PLIST_SRC+= ${PKGDIR}/PLIST.docs
.endif
post-extract: fop-ttfreader
.if empty(PKG_OPTIONS:Mdoc)
. for subdir in docs javadocs
cd ${WRKSRC} && ${RM} -rf ${subdir}
. endfor
.endif