37 lines
927 B
Makefile
37 lines
927 B
Makefile
# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:42 wiz Exp $
|
|
|
|
DISTNAME= newt-0.52.16
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://fedorahosted.org/releases/n/e/newt/
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://fedorahosted.org/newt/
|
|
COMMENT= Windowing toolkit based on libslang2
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= automake gmake pkg-config
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= libnewt.pc.in
|
|
|
|
PY_PATCHPLIST= yes
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}; \
|
|
aclocal && autoconf
|
|
|
|
SUBST_CLASSES+= inst-po
|
|
SUBST_STAGE.inst-po= pre-build
|
|
SUBST_FILES.inst-po= po/Makefile
|
|
SUBST_VARS.inst-po= INSTALL PKGLOCALEDIR
|
|
|
|
.include "../../devel/libslang2/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../lang/tcl/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|