An extension for Nautilus, the gnome file manager, which allow to configure program to be launch on files selected into Nautilus interface.
22 lines
507 B
Makefile
22 lines
507 B
Makefile
# New ports collection makefile for: nautilus-actions
|
|
# Date created: 2005-08-31
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nautilus-actions
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
|
http://people.freebsd.org/~ahze/distfiles/
|
|
MASTER_SITE_SUBDIR= ahze
|
|
|
|
MAINTAINER= ahze@FreeBSD.org
|
|
COMMENT= Extension for Nautilus to configure programs to launch on files
|
|
|
|
USE_GNOME= nautilus2 pygtk2
|
|
USE_PYTHON= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
.include <bsd.port.mk>
|