openbsd-ports/x11/xfe/Makefile

40 lines
902 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.27 2013/03/21 08:48:57 ajacoutot Exp $
2007-01-18 01:33:01 -05:00
2007-08-10 08:50:33 -04:00
COMMENT= MS-Explorer like file manager for X
2013-03-14 16:36:16 -04:00
DISTNAME= xfe-1.32.2
REVISION= 1
CATEGORIES= x11
HOMEPAGE= http://roland65.free.fr/xfe/
2008-06-05 08:28:48 -04:00
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xfe/}
2008-06-05 08:28:48 -04:00
WANTLIB= X11 Xau Xdmcp Xft Xrender c expat fontconfig freetype \
m pthread stdc++ png z pthread-stubs util xcb
MODULES= devel/gettext textproc/intltool
2010-11-22 03:36:47 -05:00
LIB_DEPENDS = devel/fox
WANTLIB += FOX-1.6>=1
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= devel/desktop-file-utils
USE_GMAKE= Yes
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
2007-08-10 08:50:33 -04:00
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
-I${LOCALBASE}/include/fox-1.6 \
-I${X11BASE}/include \
-I${X11BASE}/include/freetype2 \
-I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib \
2009-01-24 10:35:18 -05:00
-L${X11BASE}/lib -lXft -pthread"
MAKE_FLAGS= CXXFLAGS="${CXXFLAGS} -DHAVE_XFT_H"
.include <bsd.port.mk>