pkgsrc/pkgtools/pkgin/options.mk
imil 1876b2154b pkgin is aimed at being an apt / yum like tool for managing
pkgsrc binary packages. It relies on pkg_summary(5) for
installation, removal and upgrade of packages and associated
dependencies, using a remote repository.

OK'd by seb@
2009-06-08 13:58:26 +00:00

11 lines
294 B
Makefile

# $NetBSD: options.mk,v 1.1.1.1 2009/06/08 13:58:26 imil Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pkgin
PKG_SUPPORTED_OPTIONS= gzip-summary
.include "../../mk/bsd.options.mk"
# by default, pkg_summary extention is set to bz2
.if !empty(PKG_OPTIONS:Mgzip-summary)
CPPFLAGS+= -DSUMEXT=\"gz\"
.endif