2003-01-19 00:49:38 +01:00
|
|
|
# New ports collection makefile for: fbdesk
|
|
|
|
# Date created: 16 January 2003
|
|
|
|
# Whom: Hendrik Scholz <hendrik@scholz.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fbdesk
|
2003-06-18 23:45:47 +02:00
|
|
|
PORTVERSION= 1.1.5
|
2003-01-19 00:49:38 +01:00
|
|
|
CATEGORIES= x11-wm
|
|
|
|
MASTER_SITES= http://fluxbox.sourceforge.net/download/
|
|
|
|
|
|
|
|
MAINTAINER= hendrik@scholz.net
|
2003-02-21 15:19:11 +01:00
|
|
|
COMMENT= A Fluxbox utility to create and manage icons on the desktop
|
2003-01-19 00:49:38 +01:00
|
|
|
|
2003-02-18 05:51:34 +01:00
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
2004-03-16 23:54:05 +01:00
|
|
|
Xft.2:${PORTSDIR}/x11-fonts/libXft
|
2003-01-19 00:49:38 +01:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/fbdesk
|
2003-01-19 00:49:38 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2003-01-21 09:08:26 +01:00
|
|
|
.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>
|