45 lines
1.2 KiB
Makefile
45 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.66 2008/02/20 20:48:56 naddy Exp $
|
|
|
|
COMMENT= GTK+2 IRC client
|
|
|
|
MAJOR= 2.8
|
|
VERSION= ${MAJOR}.4
|
|
DISTNAME= xchat-${VERSION}
|
|
PKGNAME= ${DISTNAME}p3
|
|
CATEGORIES= net x11
|
|
|
|
HOMEPAGE= http://www.xchat.org/
|
|
|
|
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 \
|
|
Xfixes Xi Xinerama Xrandr atk-1.0 c cairo \
|
|
crypto expat fontconfig freetype glib-2.0 \
|
|
glitz gmodule-2.0 gobject-2.0 m \
|
|
pango-1.0 pangocairo-1.0 \
|
|
pangoft2-1.0 xml2 pcre png ssl z
|
|
|
|
MASTER_SITES= ${HOMEPAGE}files/source/${MAJOR}/
|
|
MASTER_SITES0= ${MASTER_SITE_SOURCEFORGE:=xchat/}
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
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
|
|
|
|
MODULES= devel/gettext
|
|
|
|
USE_X11= Yes
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --disable-python --disable-textfe \
|
|
--disable-perl --disable-mmx --disable-dbus \
|
|
--enable-ipv6 --enable-openssl="/usr"
|
|
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|