- remove the need for libtool since this program does not even use libtool

- add CONFIGURE_ARGS options to not allow for any unexpected dependencies on aRts or GNOME
This commit is contained in:
brad 2001-08-29 20:06:17 +00:00
parent 5a084b1081
commit 334a362ee5

View File

@ -1,28 +1,26 @@
# $OpenBSD: Makefile,v 1.3 2001/08/27 14:18:07 todd Exp $
# $OpenBSD: Makefile,v 1.4 2001/08/29 20:06:17 brad Exp $
COMMENT= "chat program that combines AIM, ICQ, and Yahoo! Chat"
COMMENT= "chat program that combines AIM, ICQ, and Yahoo! Chat"
DISTNAME= everybuddy-0.2.1beta6
CATEGORIES= net
NEED_VERSION= 1.364
MASTER_SITES= http://www.everybuddy.com/files/
HOMEPAGE= http://www.everybuddy.com/
DISTNAME= everybuddy-0.2.1beta6
CATEGORIES= net
NEED_VERSION= 1.435
MASTER_SITES= http://www.everybuddy.com/files/
MAINTAINER= Josh Rivel <dorqus@bsdfreek.com>
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
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
glib.1.2::devel/glib \
esd::audio/esound
USE_LIBTOOL= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-arts --without-gnome
.include <bsd.port.mk>