2010-12-08 08:36:30 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.23 2010/12/08 13:36:30 ajacoutot Exp $
|
2002-01-31 21:40:17 -05:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= GUI for dctc (Direct Connect Text Clone)
|
2002-01-31 21:40:17 -05:00
|
|
|
|
2008-08-25 11:15:53 -04:00
|
|
|
V= 0.80
|
|
|
|
DISTNAME= dc_gui2-$V
|
2010-07-12 18:07:37 -04:00
|
|
|
PKGNAME= dc_gui-$V
|
2010-12-08 08:36:30 -05:00
|
|
|
REVISION= 6
|
2002-01-31 21:40:17 -05:00
|
|
|
CATEGORIES= net x11
|
2006-07-19 12:07:22 -04:00
|
|
|
HOMEPAGE= http://ac2i.homelinux.com/dctc/
|
2002-01-31 21:40:17 -05:00
|
|
|
|
2008-08-25 11:15:53 -04:00
|
|
|
# GPLv2
|
2002-01-31 21:40:17 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
2008-08-25 11:15:53 -04:00
|
|
|
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
|
|
|
|
Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr \
|
2009-01-21 05:50:12 -05:00
|
|
|
Xrender art_lgpl_2 atk-1.0 bonobo-2 bonobo-activation \
|
|
|
|
bonoboui-2 c cairo crypto dbus-1 dbus-glib-1 expat \
|
2010-11-11 06:54:08 -05:00
|
|
|
fontconfig freetype gailutil gconf-2 gdk-x11-2.0 \
|
|
|
|
gdk_pixbuf-2.0 \
|
2010-10-11 04:11:24 -04:00
|
|
|
gio-2.0 glib-2.0 gmodule-2.0 gnome-2 gnome-keyring \
|
2008-08-25 11:15:53 -04:00
|
|
|
gnomecanvas-2 gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 \
|
2009-01-21 05:50:12 -05:00
|
|
|
idn m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre \
|
2009-08-10 02:29:51 -04:00
|
|
|
pixman-1 png popt pthread pthread-stubs ssl util xcb xml2 z \
|
2010-12-08 08:36:30 -05:00
|
|
|
db curl gnomeui-2 \
|
|
|
|
GL Xxf86vm canberra drm gcrypt gpg-error ltdl ogg vorbis \
|
|
|
|
vorbisfile xcb-render xcb-shm
|
|
|
|
|
2008-08-25 11:15:53 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext
|
|
|
|
|
2010-11-19 17:31:32 -05:00
|
|
|
BUILD_DEPENDS= net/dctc>=0.85.9
|
|
|
|
RUN_DEPENDS= devel/desktop-file-utils \
|
|
|
|
net/dctc>=0.85.9 \
|
|
|
|
x11/gnome/yelp
|
2010-11-26 09:50:09 -05:00
|
|
|
LIB_DEPENDS= databases/db/v4 \
|
2010-11-19 17:31:32 -05:00
|
|
|
net/curl \
|
|
|
|
x11/gnome/libgnomeui
|
2002-01-31 21:40:17 -05:00
|
|
|
|
2008-08-25 11:15:53 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2009-01-21 05:50:12 -05:00
|
|
|
VMEM_WARNING= Yes
|
2008-08-25 11:15:53 -04:00
|
|
|
|
|
|
|
AUTOCONF_VERSION= 2.57
|
|
|
|
|
2002-01-31 21:40:17 -05:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2008-08-25 11:15:53 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
|
|
|
|
-I${LOCALBASE}/include/db4 \
|
|
|
|
-I${WRKSRC}/dc_gui2_com_channel/src/" \
|
2002-01-31 21:40:17 -05:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|