blob: ac4adad0ef5f562fe5f5bbe18f127de0f9951832 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: module.mk,v 1.2 2017/07/14 12:55:45 joerg Exp $
.include "../../textproc/xapian/Makefile.common"
DISTNAME= xapian-bindings-${VERSION}
PKGNAME_MODULE= ${DISTNAME:S/-bindings-/-/}
DESCR_SRC= ${PKGDIR}/../../textproc/xapian/DESCR
DISTINFO_FILE= ${PKGDIR}/../../textproc/xapian/distinfo-bindings
PATCHDIR= ${PKGDIR}/../../textproc/xapian/patches-bindings
.include "../../textproc/xapian/buildlink3.mk"
|