pkgsrc/textproc/dict-client/Makefile
wiz 601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00

29 lines
823 B
Makefile

# $NetBSD: Makefile,v 1.30 2007/02/22 19:27:13 wiz Exp $
DISTNAME= dictd-1.9.15
PKGNAME= dict-client-1.9.15
PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.dict.org/pub/dict/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.dict.org/
COMMENT= Dictionary Service Protocol client
USE_TOOLS+= gmake flex yacc
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-cflags=${CFLAGS:M*:Q}
CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --enable-dictorg
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/libltdl/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"