f05e457c32
fix a copy/move bug amongst other things original patch from Bryan Linton <bl at shoshoni dot info>, thanks
39 lines
866 B
Makefile
39 lines
866 B
Makefile
# $OpenBSD: Makefile,v 1.10 2008/06/12 16:59:21 ajacoutot Exp $
|
|
|
|
COMMENT= MS-Explorer like file manager for X
|
|
|
|
DISTNAME= xfe-1.19
|
|
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 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"
|
|
|
|
.include <bsd.port.mk>
|