openbsd-ports/x11/e17/etk/Makefile

40 lines
1.1 KiB
Makefile
Raw Normal View History

2009-03-07 08:54:21 -05:00
# $OpenBSD: Makefile,v 1.8 2009/03/07 13:54:21 jasper Exp $
COMMENT= toolkit based on the EFL
DISTNAME= etk-20071211
2009-03-07 08:54:21 -05:00
PKGNAME= ${DISTNAME}p2
SHARED_LIBS += etk 0.0 # .1.0
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= devel/gettext
2009-03-07 08:54:21 -05:00
WANTLIB += SDL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xinerama Xp Xrandr Xrender Xss c crypto curl eet evas
WANTLIB += expat fontconfig freetype idn jpeg m pthread sndio
WANTLIB += ssl usbhid z
LIB_DEPENDS= ecore,ecore_evas,ecore_file,ecore_job,ecore_txt,ecore_x,ecore_imf,ecore_imf_evas::x11/e17/ecore \
embryo::x11/e17/embryo \
edje::x11/e17/edje
RUN_DEPENDS= ::devel/desktop-file-utils
USE_GMAKE= Yes
CONFIGURE_STYLE= automake autoconf
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
E_CFLAGS="-I${LOCALBASE}/include/efreet" \
E_LIBS="-lssl -lcrypto -leet -levas -lecore -lecore_ipc -ledje -lefreet -lefreet_mime"
REGRESS_TARGET= etk_test
REGRESS_IS_INTERACTIVE= yes
.include <bsd.port.mk>