pkgsrc-wip/dict-client/Makefile
2007-03-10 21:21:25 +00:00

23 lines
628 B
Makefile

# $NetBSD: Makefile,v 1.4 2007/03/10 21:21:25 cheusov Exp $
.include "../../wip/dict-server/Makefile.common"
PKGNAME= ${DISTNAME:S/dictd/dict-client/}
COMMENT= Dictionary Service Protocol client
USE_TOOLS+= gmake yacc lex
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-cflags=${CFLAGS:M*:Q}
CONFIGURE_ARGS+= --disable-plugin
BUILD_TARGET= dict
INSTALL_TARGET= install.dict
FILESDIR= ${.CURDIR}/../../wip/dict-server/files
PATCHDIR= ${.CURDIR}/../../wip/dict-server/patches
DISTINFO_FILE= ${.CURDIR}/../../wip/dict-server/distinfo
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"