40 lines
1.2 KiB
Makefile
40 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.11 2008/02/10 20:42:59 laurent Exp $
|
|
|
|
COMMENT= the enlightened window manager
|
|
DISTNAME= e-20071211
|
|
PKGNAME= ${DISTNAME}p3
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= devel/gettext
|
|
|
|
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
Xinerama Xp Xrandr Xrender Xss c crypto curl ecore \
|
|
ecore_con ecore_evas ecore_file ecore_ipc ecore_job \
|
|
ecore_txt ecore_x ecore_imf ecore_imf_evas eet embryo \
|
|
evas expat fontconfig freetype idn jpeg m pthread ssl \
|
|
usbhid z
|
|
|
|
LIB_DEPENDS= SDL::devel/sdl \
|
|
edje::x11/e17/edje \
|
|
efreet,efreet_mime::x11/e17/efreet
|
|
RUN_DEPENDS= ::devel/desktop-file-utils
|
|
|
|
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 -lecore_imf -lecore_imf_evas -ledje -lefreet -lefreet_mime"
|
|
|
|
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/enlightenment
|
|
mv ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/
|
|
|
|
.include <bsd.port.mk>
|