diff options
Diffstat (limited to 'x11-fm/velocity/Makefile')
-rw-r--r-- | x11-fm/velocity/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-fm/velocity/Makefile b/x11-fm/velocity/Makefile new file mode 100644 index 000000000..5dc18f8d7 --- /dev/null +++ b/x11-fm/velocity/Makefile @@ -0,0 +1,27 @@ +# 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> |