29 lines
604 B
Makefile
29 lines
604 B
Makefile
# $NetBSD: Makefile,v 1.2 2007/05/26 21:54:59 bsadewitz Exp $
|
|
#
|
|
|
|
DISTNAME= beryl-settings-bindings-${BERYL_VERSION}
|
|
CATEGORIES= wm
|
|
|
|
COMMENT= Beryl settings bindings
|
|
|
|
.include "../../wip/beryl/Makefile.inc"
|
|
|
|
PKGCONFIG_OVERRIDE+= beryl-settings-bindings.pc.in
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9:../../lang/py-pyrex
|
|
|
|
PYTHON_VERSION_REQD= 24
|
|
PYBINMODULE= YES
|
|
PY_PATCHPLIST= YES
|
|
|
|
.include "../../mk/compiler.mk"
|
|
|
|
.if !empty(CC_VERSION:Mgcc-[3-4]*)
|
|
CFLAGS+= -fno-strict-aliasing
|
|
.endif
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../wip/beryl-core/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|