1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/x11-fm/xfe/Makefile
Oliver Lehmann 40f439aa7f Add xfe 0.54.2, fast MS-Explorer like filemanager for X.
PR:		54457
Submitted by:	ptiJo
2003-08-08 13:17:47 +00:00

39 lines
920 B
Makefile

# New ports collection makefile for: xfe
# Date created: Sun, Jul 13 2003
# Whom: ptiJo
#
# $FreeBSD$
#
PORTNAME= xfe
PORTVERSION= 0.54.2
PORTREVISION= 0
CATEGORIES= x11-fm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ptiJo@noos.fr
COMMENT= Fast MS-Explorer like filemanager for X
LIB_DEPENDS= FOX:${PORTSDIR}/x11-toolkits/fox \
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_GMAKE= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-I/usr/include/fox|-I${LOCALBASE}/include/|g' \
${WRKSRC}/src/Makefile.in ${WRKSRC}/xfq/Makefile.in \
${WRKSRC}/xfv/Makefile.in
MAN1= xfe.1 xfq.1 xfv.1
.include <bsd.port.mk>