summaryrefslogtreecommitdiff
path: root/net/ytalk/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2004-03-06 12:01:32 +0000
committergrant <grant>2004-03-06 12:01:32 +0000
commit4856fcaf5c9298f7cd7ba7407055699a07fe5181 (patch)
treeb0131b3ad1dccfe4082a699dbc9832bf21fb56f1 /net/ytalk/Makefile
parent1d21feb72a550c9e27194ee26ee81dbad1fbac74 (diff)
downloadpkgsrc-4856fcaf5c9298f7cd7ba7407055699a07fe5181.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/Makefile27
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"