45 lines
1.2 KiB
Makefile
Raw Normal View History

2008-06-12 21:58:11 +00:00
# $OpenBSD: Makefile,v 1.67 2008/06/12 21:58:12 sthen Exp $
2001-11-03 19:18:22 +00:00
COMMENT= GTK+2 IRC client
2007-06-10 17:29:38 +00:00
MAJOR= 2.8
VERSION= ${MAJOR}.4
DISTNAME= xchat-${VERSION}
2008-06-12 21:58:11 +00:00
PKGNAME= ${DISTNAME}p4
CATEGORIES= net x11
HOMEPAGE= http://www.xchat.org/
1999-07-11 16:32:45 +00:00
2000-03-05 18:30:21 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xau Xcomposite Xdamage Xdmcp Xcursor Xext Xrender \
2007-06-10 17:29:38 +00:00
Xfixes Xi Xinerama Xrandr atk-1.0 c cairo \
crypto expat fontconfig freetype glib-2.0 \
glitz gmodule-2.0 gobject-2.0 m \
2008-06-12 21:58:11 +00:00
pango-1.0 pangocairo-1.0 pixman-1 \
pangoft2-1.0 xml2 pcre png ssl z
2000-02-12 08:02:07 +00:00
MASTER_SITES= ${HOMEPAGE}files/source/${MAJOR}/
2004-11-28 19:50:20 +00:00
MASTER_SITES0= ${MASTER_SITE_SOURCEFORGE:=xchat/}
EXTRACT_SUFX= .tar.bz2
2007-12-15 21:14:22 +00:00
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS= gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2 \
sexy::x11/libsexy
2004-11-28 19:50:20 +00:00
MODULES= devel/gettext
USE_X11= Yes
2007-04-01 05:48:32 +00:00
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
2004-11-28 19:50:20 +00:00
CONFIGURE_ARGS+= --disable-python --disable-textfe \
--disable-perl --disable-mmx --disable-dbus \
2004-11-28 19:50:20 +00:00
--enable-ipv6 --enable-openssl="/usr"
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>