334a362ee5
- add CONFIGURE_ARGS options to not allow for any unexpected dependencies on aRts or GNOME
27 lines
590 B
Makefile
27 lines
590 B
Makefile
# $OpenBSD: Makefile,v 1.4 2001/08/29 20:06:17 brad Exp $
|
|
|
|
COMMENT= "chat program that combines AIM, ICQ, and Yahoo! Chat"
|
|
|
|
DISTNAME= everybuddy-0.2.1beta6
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.435
|
|
MASTER_SITES= http://www.everybuddy.com/files/
|
|
|
|
HOMEPAGE= http://www.everybuddy.com/
|
|
|
|
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
|
|
esd::audio/esound
|
|
|
|
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
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --disable-arts --without-gnome
|
|
|
|
.include <bsd.port.mk>
|