2007-10-16 10:46:46 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2007/10/16 14:46:46 ajacoutot Exp $
|
2007-01-18 01:33:01 -05:00
|
|
|
|
2007-08-10 08:50:33 -04:00
|
|
|
COMMENT= MS-Explorer like file manager for X
|
2006-10-21 12:51:34 -04:00
|
|
|
|
2007-09-12 12:23:26 -04:00
|
|
|
DISTNAME= xfe-1.04
|
2007-10-16 10:46:46 -04:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2006-10-21 12:51:34 -04:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
HOMEPAGE= http://roland65.free.fr/xfe/
|
|
|
|
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2007-08-10 08:50:33 -04:00
|
|
|
# GPL
|
2006-10-21 12:51:34 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xfe/}
|
|
|
|
|
2007-08-10 08:50:33 -04:00
|
|
|
WANTLIB= c m stdc++ png X11 Xft
|
2006-10-21 12:51:34 -04:00
|
|
|
|
2007-08-10 08:50:33 -04:00
|
|
|
MODULES= devel/gettext
|
|
|
|
LIB_DEPENDS= FOX-1.6.>=1::devel/fox
|
2006-10-21 12:51:34 -04:00
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
|
2007-08-10 08:50:33 -04:00
|
|
|
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" \
|
2007-10-16 10:46:46 -04:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib \
|
2007-08-10 08:50:33 -04:00
|
|
|
-L${X11BASE}/lib -lXft"
|
2006-10-21 12:51:34 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|