acacf6d808
dictl.in: Fix for Debian bug #677868 reported by Stepan Golosunov. dictd.8: Fixes for mistypes found by A. Costa. Thanks! dictzip: Fix for sf.net bug #3390567 reported by Ivo Danihelka. INSTALL: Fix for sf.net bug #3398178 colorit: Fix for option -c. Now it works correctly. examples/dictd_virtual.conf: Fix incorrect keyword for virtual database. Thanks to Marc-Jano Knopp for the report!
26 lines
706 B
Makefile
26 lines
706 B
Makefile
# $NetBSD: Makefile,v 1.37 2012/07/22 15:32:50 cheusov Exp $
|
|
|
|
.include "../../textproc/dict-server/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/dictd/dict-client/}
|
|
CATEGORIES= textproc
|
|
COMMENT= Dictionary Service Protocol client
|
|
|
|
LICENSE= gnu-gpl-v2 AND mit
|
|
|
|
USE_TOOLS+= gmake yacc lex
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
|
|
|
|
BUILD_TARGET= dict
|
|
INSTALL_TARGET= install.dict
|
|
|
|
FILESDIR= ${.CURDIR}/../../textproc/dict-server/files
|
|
PATCHDIR= ${.CURDIR}/../../textproc/dict-server/patches
|
|
DISTINFO_FILE= ${.CURDIR}/../../textproc/dict-server/distinfo
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../devel/libmaa/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|