pkgsrc-wip/py-remctl/Makefile
Aleksej Saushev 110a050a9b Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 13:57:25 +00:00

34 lines
932 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/10/07 13:57:29 asau Exp $
VERSION= 2.16
DISTNAME= remctl-${VERSION}
PKGNAME= ${PYPKGPREFIX}-remctl-${VERSION}
CATEGORIES= sysutils security
MASTER_SITES= http://archives.eyrie.org/software/kerberos/
MAINTAINER= jakllsch@NetBSD.org
HOMEPAGE= http://www.eyrie.org/~eagle/software/remctl/
COMMENT= Python bindings for remctl remote command execution
LICENSE= mit
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-gssapi=${KRB5BASE:Q}
CONFIGURE_ARGS+= --with-gss_impl=${GSSIMPL.${KRB5_TYPE}}
GSSIMPL.heimdal= heimdal
GSSIMPL.mit-krb5= mit
CONFIGURE_ARGS+= --enable-python
BUILDLINK_API_DEPENDS.heimdal+= heimdal>=0.7
BUILDLINK_API_DEPENDS.remctl+= remctl>=${PKGVERSION}
PYDISTUTILSPKG=yes
PYSETUPSUBDIR=python
.include "../../lang/python/extension.mk"
.include "../../wip/remctl/buildlink3.mk"
.include "../../mk/krb5.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"