mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
fd093d4724
Pointed out by: kris Approved by: maintainer
30 lines
568 B
Makefile
30 lines
568 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
|
|
|
|
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>
|