1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Fix coredumps on startup

- Pass maintainership to submitter

PR:		125788
Submitted by:	Martin Tournoij <carpetsmoker@xs4all.nl>
This commit is contained in:
Martin Wilke 2008-07-19 23:25:11 +00:00
parent 4a1d7617ac
commit fde03ce201
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217165

View File

@ -3,14 +3,16 @@
# Whom: ptiJo
#
# $FreeBSD$
# $Carpetsmoker: ports/x11-fm/xfe/Makefile,v 1.1 2008/07/19 22:54:09 carpetsmoker Exp $
#
PORTNAME= xfe
PORTVERSION= 1.19.1
PORTREVISION= 1
CATEGORIES= x11-fm
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
MAINTAINER= carpetsmoker@rwxrwxrwx.net
COMMENT= Fast MS-Explorer like filemanager for X
LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 \
@ -21,16 +23,20 @@ USE_GNOME= gnomehack gnometarget
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= xfe.1 xfi.1 xfp.1 xfv.1 xfw.1
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's|^CXXFLAGS=""|#CXXFLAGS=""|g ; \
s|-O2 ||g ; \
/if test/s|==|=|g' ${WRKSRC}/configure
/if test/s|==|=|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} 's|/usr/share/xfe|${DATADIR}|' \
${WRKSRC}/src/XFileExplorer.cpp ${WRKSRC}/src/help.h
@${REINPLACE_CMD} 's|/usr/local/share/xfe|${DATADIR}|' \
${WRKSRC}/src/xfedefs.h
.include <bsd.port.mk>