blob: fef89c6e6f5de6eb1172e08f69237cfb134128ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: velocity
# Date created: 19 November 2003
# Whom: Ryan
#
# $FreeBSD$
#
PORTNAME= velocity
PORTVERSION= 0.1.0b
PORTREVISION= 1
CATEGORIES= x11-fm
MASTER_SITES= http://homepages.ius.edu/kydavis/velocity/
DISTNAME= velocity-0.1.0beta
MAINTAINER= ryan@transaeris.com
COMMENT= GNOME file and desktop manager
WRKSRC= ${WRKDIR}/velocity-0.1.0
USE_LIBTOOL= yes
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GNOME= libgnomeui gnomedesktop librsvg2
.include <bsd.port.mk>
|