openbsd-ports/net/dc_gui/Makefile
ajacoutot 31ada7499f Adapt dc_gui_helpdir because using share/gnome/help is wrong when we don't
provide xml file(s) for yelp. Use the regular share/doc/PKGNAME.
Drop dependency on yelp.
2011-05-11 14:59:56 +00:00

59 lines
1.6 KiB
Makefile

# $OpenBSD: Makefile,v 1.24 2011/05/11 14:59:56 ajacoutot Exp $
COMMENT= GUI for dctc (Direct Connect Text Clone)
V= 0.80
DISTNAME= dc_gui2-$V
PKGNAME= dc_gui-$V
REVISION= 7
CATEGORIES= net x11
HOMEPAGE= http://ac2i.homelinux.com/dctc/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr \
Xrender art_lgpl_2 atk-1.0 bonobo-2 bonobo-activation \
bonoboui-2 c cairo crypto dbus-1 dbus-glib-1 expat \
fontconfig freetype gailutil gconf-2 gdk-x11-2.0 \
gdk_pixbuf-2.0 \
gio-2.0 glib-2.0 gmodule-2.0 gnome-2 gnome-keyring \
gnomecanvas-2 gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 \
idn m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre \
pixman-1 png popt pthread pthread-stubs ssl util xcb xml2 z \
db curl gnomeui-2 \
GL Xxf86vm canberra drm gcrypt gpg-error ltdl ogg vorbis \
vorbisfile xcb-render xcb-shm
MODULES= devel/gettext
BUILD_DEPENDS= net/dctc>=0.85.9
RUN_DEPENDS= devel/desktop-file-utils \
net/dctc>=0.85.9
LIB_DEPENDS= databases/db/v4 \
net/curl \
x11/gnome/libgnomeui
USE_LIBTOOL= Yes
VMEM_WARNING= Yes
AUTOCONF_VERSION= 2.57
CONFIGURE_STYLE= autoconf
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
-I${LOCALBASE}/include/db4 \
-I${WRKSRC}/dc_gui2_com_channel/src/" \
LDFLAGS="-L${LOCALBASE}/lib"
# don't install under share/gnome/help/, there is no yelp (xml) file
FAKE_FLAGS= dc_gui_helpdir=${PREFIX}/share/doc/dc_gui/html
.include <bsd.port.mk>