summaryrefslogtreecommitdiff
path: root/net/ytalk/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2006-01-12 20:03:52 +0000
committerwiz <wiz>2006-01-12 20:03:52 +0000
commitd7952fe65201b81dae51f1e0ab1ad2f43295d7e7 (patch)
tree4e3374c24acad095b0bf5a356901ffbf4159a1e4 /net/ytalk/Makefile
parentf7419a21dc1edbc24ee3f8ddcc480865f9cbfb65 (diff)
downloadpkgsrc-d7952fe65201b81dae51f1e0ab1ad2f43295d7e7.tar.gz
Merge Makefile.common into Makefile (not needed any longer
now that ytalk-x11 package is gone).
Diffstat (limited to 'net/ytalk/Makefile')
-rw-r--r--net/ytalk/Makefile18
1 files changed, 14 insertions, 4 deletions
diff --git a/net/ytalk/Makefile b/net/ytalk/Makefile
index 56bf8bdd273..f7ed43928c3 100644
--- a/net/ytalk/Makefile
+++ b/net/ytalk/Makefile
@@ -1,11 +1,21 @@
-# $NetBSD: Makefile,v 1.12 2006/01/12 19:57:00 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2006/01/12 20:03:52 wiz Exp $
-.include "../../net/ytalk/Makefile.common"
+DISTNAME= ytalk-3.3.0
+CATEGORIES= net
+MASTER_SITES= http://www.impul.se/ytalk/
+MAINTAINER= mike@ethmoid.org
+HOMEPAGE= http://www.impul.se/ytalk/index.php
COMMENT= Multi-user replacement for UNIX talk
-CONFIGURE_ARGS+=--without-x
-
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"