35 lines
800 B
Makefile
35 lines
800 B
Makefile
# $OpenBSD: Makefile,v 1.19 2001/05/05 21:41:53 espie Exp $
|
|
COMMENT='enhanced talk that allows for multiple parties'
|
|
|
|
DISTNAME= ytalk-3.1.1
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.324
|
|
MASTER_SITES= http://www.iagora.com/~espel/ytalk/ \
|
|
ftp://quatramaran.ens.fr/pub/orabidoo/ytalk/
|
|
|
|
HOMEPAGE= http://www.iagora.com/~espel/ytalk/
|
|
|
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
FLAVORS= no_x11
|
|
FLAVOR?=
|
|
|
|
.if ${FLAVOR:L:Mno_x11}
|
|
CONFIGURE_ARGS+= --without-x
|
|
.endif
|
|
|
|
INSTALL_TARGET= install.bin install.man
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ytalk
|
|
${INSTALL_DATA} ${WRKBUILD}/ytalkrc ${PREFIX}/share/examples/ytalk/ytalkrc-sample
|
|
|
|
.include <bsd.port.mk>
|