1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/x11-fm/velocity/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

34 lines
683 B
Makefile

# New ports collection makefile for: velocity
# Date created: 19 November 2003
# Whom: Ryan
#
# $FreeBSD$
#
PORTNAME= velocity
PORTVERSION= 0.1.0b
PORTREVISION= 10
CATEGORIES= x11-fm
MASTER_SITES= http://www.jarrodkoehler.com/velocity/
DISTNAME= velocity-0.1.0beta
MAINTAINER= ryan.moe@fastfreedom.net
COMMENT= GNOME file and desktop manager
WRKSRC= ${WRKDIR}/velocity-0.1.0
USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
USE_GNOME= libgnomeui gnomedesktop librsvg2
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
${WRKSRC}/configure
.include <bsd.port.post.mk>