pkgsrc/net/ytalk/Makefile
jlam d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00

21 lines
539 B
Makefile

# $NetBSD: Makefile,v 1.9 2003/01/28 22:03:58 jlam Exp $
DISTNAME= ytalk-3.1.1
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/network/chat/}
MAINTAINER= mike@ethmoid.org
HOMEPAGE= http://www.iagora.com/~espel/ytalk/ytalk.html
COMMENT= Multi-user replacement for UNIX talk
GNU_CONFIGURE= yes
USE_X11= yes
USE_PKGINSTALL= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/ytalk
CONF_FILES= ${EGDIR}/ytalkrc ${PKG_SYSCONFDIR}/ytalkrc
.include "../../mk/bsd.pkg.mk"