diff options
author | grant <grant@pkgsrc.org> | 2004-03-06 12:01:32 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-03-06 12:01:32 +0000 |
commit | 86af3a58c605c31d344a339894034dd1dd73461b (patch) | |
tree | b0131b3ad1dccfe4082a699dbc9832bf21fb56f1 /net/ytalk/Makefile | |
parent | 291e1c86d84480a38c07f4a55ba0c86924255271 (diff) | |
download | pkgsrc-86af3a58c605c31d344a339894034dd1dd73461b.tar.gz |
split the common part of this into Makefile.common for forthcoming
ytalk-x11 package.
Diffstat (limited to 'net/ytalk/Makefile')
-rw-r--r-- | net/ytalk/Makefile | 27 |
1 files changed, 5 insertions, 22 deletions
diff --git a/net/ytalk/Makefile b/net/ytalk/Makefile index 05a6a92e3e5..72a1da836cb 100644 --- a/net/ytalk/Makefile +++ b/net/ytalk/Makefile @@ -1,29 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2004/02/28 12:21:48 grant Exp $ +# $NetBSD: Makefile,v 1.11 2004/03/06 12:01:32 grant Exp $ -DISTNAME= ytalk-3.1.1 -PKGREVISION= 2 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/network/chat/} +.include "../../net/ytalk/Makefile.common" -MAINTAINER= mike@ethmoid.org -HOMEPAGE= http://www.iagora.com/~espel/ytalk/ytalk.html +PKGREVISION= 2 COMMENT= Multi-user replacement for UNIX talk -GNU_CONFIGURE= yes -USE_PKGINSTALL= yes - -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} - -.include "../../mk/bsd.prefs.mk" - -.if defined(YTALK_USE_X11) && empty(YTALK_USE_X11:M[Nn][Oo]) -CONFIGURE_ARGS+= --with-x -USE_X11= yes -.else -CONFIGURE_ARGS+= --without-x -.endif +CONFIGURE_ARGS+=--without-x -EGDIR= ${PREFIX}/share/examples/ytalk -CONF_FILES= ${EGDIR}/ytalkrc ${PKG_SYSCONFDIR}/ytalkrc +CONFLICTS+= ytalk-x11-[0-9]* .include "../../mk/bsd.pkg.mk" |