34 lines
878 B
Makefile
34 lines
878 B
Makefile
# $OpenBSD: Makefile,v 1.10 2010/04/24 20:18:40 naddy Exp $
|
|
|
|
COMMENT = complex graphical design & layout library
|
|
DISTNAME = edje-0.9.92.061
|
|
PKGNAME = ${DISTNAME}p1v0
|
|
|
|
SHARED_LIBS += edje 0.1 \
|
|
edje-ver-svn-02 0.1
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
|
WANTLIB += Xinerama Xrandr Xrender Xss Xtst c crypto eet eina
|
|
WANTLIB += evas expat fontconfig freetype jpeg m pthread pthread-stubs
|
|
WANTLIB += ssl xcb z
|
|
|
|
USE_X11 = Yes
|
|
|
|
MODULES = converters/libiconv \
|
|
lang/python
|
|
|
|
USE_LIBTOOL = Yes
|
|
|
|
LIB_DEPENDS = ecore,ecore_imf_evas,ecore_imf,ecore_con,ecore_evas,ecore_file,ecore_input,ecore_job,ecore_txt,ecore_x::x11/e17/ecore \
|
|
embryo::x11/e17/embryo
|
|
|
|
CONFIGURE_ARGS += --disable-doc
|
|
|
|
.include <bsd.port.mk>
|