devel/libmaa updated to 1.3.0 recursive bump pkgrevisions of dependent packages due to ABI change
27 lines
722 B
Makefile
27 lines
722 B
Makefile
# $NetBSD: Makefile,v 1.35 2011/05/07 10:06:02 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
|
|
#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"
|