summaryrefslogtreecommitdiffstats
path: root/deskutils/nautilus-open-terminal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/nautilus-open-terminal/Makefile')
-rw-r--r--deskutils/nautilus-open-terminal/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/deskutils/nautilus-open-terminal/Makefile b/deskutils/nautilus-open-terminal/Makefile
deleted file mode 100644
index 87b130bd7..000000000
--- a/deskutils/nautilus-open-terminal/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: nautilus-open-terminal
-# Date created: 2005-07-07
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/deskutils/nautilus-open-terminal/Makefile,v 1.11 2008/02/10 00:06:25 kwm Exp $
-#
-
-PORTNAME= nautilus-open-terminal
-PORTVERSION= 0.9
-CATEGORIES= deskutils
-MASTER_SITES= GNOME
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Nautilus extension which allows you to open a terminal
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_GNOME= nautilus2 gnomeprefix intlhack gnomehack
-USE_GETTEXT= yes
-USE_LDCONFIG= yes
-USE_XLIB= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-GCONF_SCHEMAS= nautilus-open-terminal.schemas
-
-.include <bsd.port.mk>