freebsd-ports/x11-fm/velocity/Makefile
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

28 lines
588 B
Makefile

# New ports collection makefile for: velocity
# Date created: 19 November 2003
# Whom: Ryan
#
# $FreeBSD$
#
PORTNAME= velocity
PORTVERSION= 0.1.0b
PORTREVISION= 7
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
post-patch:
@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
${WRKSRC}/configure
.include <bsd.port.mk>