7eacf2ce3e
including AIM, ICQ, and Yahoo! Chat. It also has file transfers between other Everybuddy users, and planned support for file transfers to other users. From Josh Rivel <dorqus@bsdfreek.com>.
30 lines
635 B
Makefile
30 lines
635 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/04/17 13:35:31 aaron Exp $
|
|
|
|
COMMENT= chat program that combines AIM, ICQ, and Yahoo! Chat
|
|
|
|
DISTNAME= everybuddy-0.2.0
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.364
|
|
MASTER_SITES= http://www.everybuddy.com/files/
|
|
HOMEPAGE= http://www.everybuddy.com/
|
|
|
|
MAINTAINER= Josh Rivel <dorqus@bsdfreek.com>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
|
|
glib.1.2::devel/glib \
|
|
esd::audio/esound
|
|
|
|
BUILD_DEPENDS= autoconf::devel/autoconf \
|
|
libtool::devel/libtool
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|