pkgsrc/sysutils/dc-tools/options.mk
abs 5a30c440e6 Updated sysutils/dc-tools to 1.2
Changes to dc-burn-netbsd
- If run as non root, call sudo where root is required
- Adjust -r to permit explicit list of tarfiles to extract
- Enumerate all possible tarfiles to avoid having to query NetBSD site
- Add -e option to tun emulator (gxemul) on result
- Fix rework of extracted files to create viable live image
- Implement -v '?' to list available versions (from main NetBSD site)
- Automatically check NetBSD-archive directory for older NetBSD versions
2012-07-26 22:15:08 +00:00

11 lines
276 B
Makefile

# $NetBSD: options.mk,v 1.1 2012/07/26 22:15:08 abs Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dc-tools
PKG_SUPPORTED_OPTIONS= gxemul
PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgxemul)
DEPENDS+= gxemul>=0.6.0nb3:../../emulators/gxemul
.endif