diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-30 04:05:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-30 04:05:12 +0800 |
commit | a3b5135851621cb514e7708d11f9dc82f851ea5c (patch) | |
tree | b2b32cc424aeb8dc4d13263958511bf8ca92bc34 /deskutils/nautilus-open-terminal/Makefile | |
parent | 095098375dd5bb1d27d533ffc7dc27305e105c95 (diff) | |
download | marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2 marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip |
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/nautilus-open-terminal/Makefile')
-rw-r--r-- | deskutils/nautilus-open-terminal/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/deskutils/nautilus-open-terminal/Makefile b/deskutils/nautilus-open-terminal/Makefile deleted file mode 100644 index d35a9e1a0..000000000 --- a/deskutils/nautilus-open-terminal/Makefile +++ /dev/null @@ -1,27 +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.16 2009/08/08 00:58:58 ahze Exp $ -# - -PORTNAME= nautilus-open-terminal -PORTVERSION= 0.17 -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 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0`" \ - LDFLAGS="-L${LOCALBASE}/lib" -GCONF_SCHEMAS= nautilus-open-terminal.schemas - -.include <bsd.port.mk> |