8b788c26ac
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677868 Dump pkgrevision for dict-client
27 lines
721 B
Makefile
27 lines
721 B
Makefile
# $NetBSD: Makefile,v 1.36 2012/06/17 13:18:43 cheusov Exp $
|
|
|
|
.include "../../textproc/dict-server/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/dictd/dict-client/}
|
|
PKGREVISION= 2
|
|
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"
|