freebsd-ports/x11/fbdesk/Makefile
Stanislav Sedov 09e4e6f119 - Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion
  was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
  support it anymore. [2]

The patch was tested in the tinderbox.

Approved by:	portmgr (marcus) [1],
		Anders Troback <freebsd@troback.com> (maintainer) [2]
2007-03-11 08:51:14 +00:00

47 lines
1 KiB
Makefile

# New ports collection makefile for: fbdesk
# Date created: 16 January 2003
# Whom: Hendrik Scholz <hendrik@scholz.net>
#
# $FreeBSD$
#
PORTNAME= fbdesk
PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://fluxbox.sourceforge.net/download/ \
${MASTER_SITE_GENTOO} \
http://dl.fkb.wormulon.net/fbdesk/ \
http://dl.kel.wormulon.net/fbdesk/
MASTER_SITE_SUBDIR= distfiles
MAINTAINER= ports@FreeBSD.org
COMMENT= A Fluxbox utility to create and manage icons on the desktop
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
Xft.2:${PORTSDIR}/x11-fonts/libXft \
Imlib2.4:${PORTSDIR}/graphics/imlib2
PLIST_FILES= bin/fbdesk
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
PORTDOCS= COPYING ChangeLog INSTALL README
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
post-patch:
${REINPLACE_CMD} -e "s/inttypes\.h/stdint\.h/" \
${WRKSRC}/src/FbTk/Timer.hh
.endif
post-install:
.ifndef (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>