42 lines
957 B
Makefile
42 lines
957 B
Makefile
# $OpenBSD: Makefile,v 1.13 2009/01/24 15:35:18 ajacoutot Exp $
|
|
|
|
COMMENT= MS-Explorer like file manager for X
|
|
|
|
DISTNAME= xfe-1.19.2
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://roland65.free.fr/xfe/
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xfe/}
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xft Xrender c expat fontconfig freetype \
|
|
m pthread stdc++ png z
|
|
|
|
MODULES= devel/gettext
|
|
LIB_DEPENDS= FOX-1.6.>=1::devel/fox
|
|
|
|
USE_X11= Yes
|
|
USE_LIBTOOL= Yes
|
|
|
|
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 \
|
|
-L${X11BASE}/lib -lXft -pthread"
|
|
|
|
MAKE_FLAGS= CXXFLAGS="${CXXFLAGS} -DHAVE_XFT_H"
|
|
|
|
.include <bsd.port.mk>
|