26 lines
665 B
Makefile
26 lines
665 B
Makefile
# $NetBSD: Makefile,v 1.38 2018/02/28 21:02:17 cheusov Exp $
|
|
|
|
.include "../../textproc/dict-server/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/dictd/dict-client/}
|
|
PKGREVISION= 1
|
|
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
|
|
DISTINFO_FILE= ${.CURDIR}/../../textproc/dict-server/distinfo
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../devel/libmaa/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|