freebsd-ports/sysutils/gigolo/Makefile
Jason Helfman 97b1f03056 add new port: sysutils/gigolo
Gigolo is a frontend to easily manage connections to local and
remote filesystems using GIO/GVfs. It allows you to
quickly connect/mount a remote filesystem and manage bookmarks of such.

It is part of the Xfce Goodies project and the Subversion respository
is hosted on the Xfce servers though it does not have any hard
Xfce dependencies and can be used on other desktop environments as well.
The only hard dependency is GTK2.

WWW: http://www.uvena.de/gigolo/

PR:             170020
Submitted by:   nemysis@gmx.ch
Feature safe:   yes
2012-12-06 00:02:45 +00:00

36 lines
763 B
Makefile

# Created by: nemysis@gmx.ch
# $FreeBSD$
PORTNAME= gigolo
PORTVERSION= 0.4.1
CATEGORIES= sysutils
MASTER_SITES= http://files.uvena.de/gigolo/
MAINTAINER= nemysis@gmx.ch
COMMENT= Frontend to easily manage filesystem connections
LICENSE= GPLv2
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo
USE_BZIP2= yes
USE_GNOME= gtk20 gvfs
USE_XORG= x11
USE_PYTHON= yes
USE_GETTEXT= yes
MAN1= gigolo.1
PORTDOCS= AUTHORS ChangeLog NEWS README TODO COPYING
do-configure:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf configure --mandir=${PREFIX}/man
do-build:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf build
do-install:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf install
.include <bsd.port.mk>