c7383780db
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
22 lines
575 B
Makefile
22 lines
575 B
Makefile
# $NetBSD: Makefile,v 1.21 2015/08/18 07:31:16 wiz Exp $
|
|
|
|
DISTNAME= ytalk-3.3.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.NetBSD.org/pub/pkgsrc/distfiles/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.iagora.com/~espel/ytalk/ytalk.html
|
|
COMMENT= Multi-user replacement for UNIX talk
|
|
|
|
CONFLICTS+= ytalk-x11-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
|
|
EGDIR= ${PREFIX}/share/examples/ytalk
|
|
CONF_FILES= ${EGDIR}/ytalkrc ${PKG_SYSCONFDIR}/ytalkrc
|
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|