pkgsrc/devel/rpc2/Makefile
wiz 272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00

30 lines
762 B
Makefile

# $NetBSD: Makefile,v 1.36 2009/05/20 00:58:14 wiz Exp $
#
DISTNAME= rpc2-2.7
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.coda.cs.cmu.edu/pub/rpc2/src/
MAINTAINER= phil@cs.wwu.edu
# also gdt@NetBSD.org
HOMEPAGE= http://www.coda.cs.cmu.edu/
COMMENT= CMU (Coda) remote procedure call package
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake perl pkg-config
# Earlier we had a patch to put
# AC_CHECK_PROGS(YACC, 'bison -y' byacc yacc)
# in configure.in, but with yacc in USE_TOOLS, then there
# should always be at least yacc and this is no
# longer necessary.
USE_TOOLS+= lex yacc
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
.include "../../devel/lwp/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"