openbsd-ports/x11/xfe/Makefile

36 lines
762 B
Makefile
Raw Normal View History

2016-09-04 09:04:39 +00:00
# $OpenBSD: Makefile,v 1.41 2016/09/04 09:04:39 giovanni 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
2016-09-04 09:04:39 +00:00
DISTNAME= xfe-1.42
2013-03-14 20:36:16 +00:00
CATEGORIES= x11
HOMEPAGE= http://roland65.free.fr/xfe/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
2016-09-04 09:04:39 +00:00
WANTLIB += FOX-1.6 X11 Xft Xrandr c fontconfig freetype m png pthread
2016-08-27 15:19:24 +00:00
WANTLIB += stdc++ util z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xfe/}
2016-09-04 09:04:39 +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>