36 lines
695 B
Makefile
Raw Normal View History

2017-10-23 17:11:02 +00:00
# $OpenBSD: Makefile,v 1.34 2017/10/23 17:11:02 sthen Exp $
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
2017-10-23 17:11:02 +00:00
REVISION= 3
1997-11-17 15:29:55 +00:00
CATEGORIES= net
2002-10-28 01:38:44 +00:00
MASTER_SITES= https://distfiles.nl/
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
AUTOCONF_VERSION=2.13
CONFIGURE_STYLE= autoconf dest
FLAVORS= no_x11
FLAVOR?=
.if ${FLAVOR:Mno_x11}
CONFIGURE_ARGS+= --without-x
2004-12-16 00:31:20 +00:00
.else
2017-10-23 17:11:02 +00:00
WANTLIB+= ICE SM X11 xcb
.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
INSTALL_TARGET= install.bin install.man
1997-11-17 15:29:55 +00:00
1999-03-16 23:38:35 +00:00
post-install:
${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>