2019-06-13 21:50:36 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.52 2019/06/13 21:50:36 bcallah Exp $
|
2007-01-18 06:33:01 +00:00
|
|
|
|
2007-08-10 12:50:33 +00:00
|
|
|
COMMENT= MS-Explorer like file manager for X
|
2006-10-21 16:51:34 +00:00
|
|
|
|
2019-06-13 21:50:36 +00:00
|
|
|
DISTNAME= xfe-1.43.2
|
2013-03-14 20:36:16 +00:00
|
|
|
CATEGORIES= x11
|
2006-10-21 16:51:34 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://roland65.free.fr/xfe/
|
2018-10-03 13:38:16 +00:00
|
|
|
MAINTAINER= Brian Callahan <bcallah@openbsd.org>
|
2006-10-21 16:51:34 +00:00
|
|
|
|
2015-01-21 02:26:00 +00:00
|
|
|
# GPLv2+
|
2019-06-13 21:50:36 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2006-10-21 16:51:34 +00:00
|
|
|
|
2018-07-31 17:22:05 +00:00
|
|
|
WANTLIB += ${COMPILER_LIBCXX} FOX-1.6 X11 X11-xcb Xft Xrandr c
|
2019-06-13 21:50:36 +00:00
|
|
|
WANTLIB += fontconfig freetype intl m png util xcb xcb-util z
|
2006-10-21 16:51:34 +00:00
|
|
|
|
2018-10-24 14:27:57 +00:00
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
|
2015-01-21 02:26:00 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xfe/}
|
2006-10-21 16:51:34 +00:00
|
|
|
|
2017-06-13 07:43:55 +00:00
|
|
|
MODULES= textproc/intltool
|
|
|
|
|
2016-09-07 16:37:45 +00:00
|
|
|
LIB_DEPENDS= devel/fox
|
2006-10-21 16:51:34 +00:00
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
RUN_DEPENDS= devel/desktop-file-utils
|
2010-04-08 09:50:06 +00:00
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
2006-10-21 16:51:34 +00:00
|
|
|
|
2007-08-10 12:50:33 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
|
|
|
|
-I${LOCALBASE}/include/fox-1.6 \
|
|
|
|
-I${X11BASE}/include \
|
2013-06-04 18:41:39 +00:00
|
|
|
-I${X11BASE}/include/freetype2" \
|
2007-10-16 14:46:46 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib \
|
2009-01-24 15:35:18 +00:00
|
|
|
-L${X11BASE}/lib -lXft -pthread"
|
2006-10-21 16:51:34 +00:00
|
|
|
|
2015-08-14 03:42:15 +00:00
|
|
|
pre-configure:
|
|
|
|
sed -i "s,-O2,,g" ${WRKSRC}/configure
|
|
|
|
|
2006-10-21 16:51:34 +00:00
|
|
|
.include <bsd.port.mk>
|