2013-03-11 11:35:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.31 2013/03/11 11:35:58 espie Exp $
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= enhanced talk that allows for multiple parties
|
1999-03-16 23:38:35 +00:00
|
|
|
|
1999-05-13 15:28:58 +00:00
|
|
|
DISTNAME= ytalk-3.1.1
|
2012-12-08 14:24:37 +00:00
|
|
|
REVISION= 2
|
1997-11-17 15:29:55 +00:00
|
|
|
CATEGORIES= net
|
2002-10-28 01:38:44 +00:00
|
|
|
|
2012-12-08 14:24:37 +00:00
|
|
|
MASTER_SITES= ftp://quatramaran.ens.fr/pub/orabidoo/ytalk/
|
2000-09-06 05:48:47 +00:00
|
|
|
|
2000-10-10 00:40:20 +00:00
|
|
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
1999-03-16 23:38:35 +00:00
|
|
|
|
2000-03-04 08:23:53 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2004-12-16 00:31:20 +00:00
|
|
|
WANTLIB= c ncurses
|
2000-03-04 01:58:39 +00:00
|
|
|
|
2012-12-08 14:24:37 +00:00
|
|
|
AUTOCONF_VERSION=2.13
|
|
|
|
CONFIGURE_STYLE= autoconf dest
|
2000-09-06 05:48:47 +00:00
|
|
|
|
2000-08-16 17:02:29 +00:00
|
|
|
FLAVORS= no_x11
|
2000-08-16 16:34:17 +00:00
|
|
|
FLAVOR?=
|
|
|
|
|
2013-02-09 14:49:50 +00:00
|
|
|
.if ${FLAVOR:Mno_x11}
|
2000-08-16 16:34:17 +00:00
|
|
|
CONFIGURE_ARGS+= --without-x
|
2004-12-16 00:31:20 +00:00
|
|
|
.else
|
2009-08-10 06:29:51 +00:00
|
|
|
WANTLIB+= ICE SM X11 pthread-stubs xcb
|
2000-08-16 16:34:17 +00:00
|
|
|
.endif
|
1999-03-16 23:38:35 +00:00
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2002-10-28 01:38:44 +00:00
|
|
|
|
1999-04-22 15:26:59 +00:00
|
|
|
INSTALL_TARGET= install.bin install.man
|
1997-11-17 15:29:55 +00:00
|
|
|
|
1999-03-16 23:38:35 +00:00
|
|
|
post-install:
|
2000-08-16 17:02:29 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ytalk
|
|
|
|
${INSTALL_DATA} ${WRKBUILD}/ytalkrc ${PREFIX}/share/examples/ytalk/ytalkrc-sample
|
1997-11-17 15:29:55 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|