freebsd-ports/x11/fbdesk/Makefile
Eric Anholt 38805e871a Remove the renaming of Xft headers and library from the Xft (Xft2) port.
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies
to the Xft port by all the ports that use it along with whatever patches are
necessary.

Approved by:	portmgr (kris), marcus
2003-02-18 04:51:34 +00:00

30 lines
604 B
Makefile

# New ports collection makefile for: fbdesk
# Date created: 16 January 2003
# Whom: Hendrik Scholz <hendrik@scholz.net>
#
# $FreeBSD$
#
PORTNAME= fbdesk
PORTVERSION= 1.1.2
CATEGORIES= x11-wm
MASTER_SITES= http://fluxbox.sourceforge.net/download/
MAINTAINER= hendrik@scholz.net
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
Xft.2:${PORTSDIR}/x11-fonts/Xft
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
USE_REINPLACE= yes
post-patch:
${REINPLACE_CMD} -e "s/inttypes\.h/stdint\.h/" \
${WRKSRC}/src/FbTk/Timer.hh
.endif
.include <bsd.port.post.mk>