- Update to 1.04

PR:		119727
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
Martin Wilke 2008-01-20 21:56:42 +00:00
parent 13028c160b
commit 7ec29b2366
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205917
3 changed files with 2055 additions and 1467 deletions

View file

@ -6,11 +6,9 @@
#
PORTNAME= xfe
PORTVERSION= 0.99
PORTREVISION= 1
PORTVERSION= 1.04
CATEGORIES= x11-fm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast MS-Explorer like filemanager for X
@ -18,22 +16,23 @@ COMMENT= Fast MS-Explorer like filemanager for X
LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 \
png.5:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+=--x-includes=${X11BASE}/include \
--x-libraries=${X11BASE}/lib \
--with-x
USE_GNOME= gnomehack gnometarget
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --x-includes=${LOCALBASE}/include \
--x-libraries=${LOCALBASE}/lib \
--with-x
MAN1= xfe.1 xfi.1 xfp.1 xfv.1 xfw.1
CPPFLAGS= `pkg-config --cflags-only-I freetype2` -I${LOCALBASE}/include
LDFLAGS= `pkg-config --libs-only-L freetype2` -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's|-I/usr/include/fox|-I${LOCALBASE}/include/|g' \
@${REINPLACE_CMD} -e 's|^CXXFLAGS="-O2"||g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-I/usr/include/fox|# -I/usr/include/fox|g' \
${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's|_nl_domain_bindings|libintl_nl_domain_bindings| ; \
s|-lFOX|${PTHREAD_LIBS} &|g' ${WRKSRC}/configure
MAN1= xfe.1 xfi.1 xfq.1 xfv.1 xfw.1
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
MD5 (xfe-0.99.tar.gz) = fb3513a328eec1b38e0d5b2208b42d78
SHA256 (xfe-0.99.tar.gz) = a019f044a7d9e3342f068608e14419c3b1b0ae7a0585d23ebee812525587a59c
SIZE (xfe-0.99.tar.gz) = 2230460
MD5 (xfe-1.04.tar.gz) = d81aec8c9541e032cc41e6f08a39b126
SHA256 (xfe-1.04.tar.gz) = 9cacd18f4071becda343db02b779f6c36273d6f3bd34749271ef0eae3c179c2b
SIZE (xfe-1.04.tar.gz) = 1663117

File diff suppressed because it is too large Load diff