openbsd-ports/x11/xfe/Makefile

41 lines
906 B
Makefile
Raw Normal View History

# $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
DISTNAME= xfe-1.43.2
2013-03-14 20:36:16 +00:00
CATEGORIES= x11
HOMEPAGE= http://roland65.free.fr/xfe/
MAINTAINER= Brian Callahan <bcallah@openbsd.org>
# GPLv2+
PERMIT_PACKAGE= Yes
2018-07-31 17:22:05 +00:00
WANTLIB += ${COMPILER_LIBCXX} FOX-1.6 X11 X11-xcb Xft Xrandr c
WANTLIB += fontconfig freetype intl m png util xcb xcb-util z
COMPILER = base-clang ports-gcc base-gcc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xfe/}
2017-06-13 07:43:55 +00:00
MODULES= textproc/intltool
2016-09-07 16:37:45 +00:00
LIB_DEPENDS= devel/fox
2010-11-22 08:36:47 +00:00
RUN_DEPENDS= devel/desktop-file-utils
USE_GMAKE= Yes
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 \
-I${X11BASE}/include/freetype2" \
LDFLAGS="-L${LOCALBASE}/lib \
2009-01-24 15:35:18 +00:00
-L${X11BASE}/lib -lXft -pthread"
pre-configure:
sed -i "s,-O2,,g" ${WRKSRC}/configure
.include <bsd.port.mk>