mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
18 lines
365 B
Makefile
18 lines
365 B
Makefile
# $NetBSD: options.mk,v 1.3 2014/01/22 09:18:40 ryoon 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
|