diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-08 08:58:58 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-08 08:58:58 +0800 |
commit | 1a744eb6561fff663d86602c7d8e22779474116b (patch) | |
tree | 40d2c5c2e5dca182ebf7031200a2f3f344b4b6e9 /deskutils/nautilus-open-terminal/Makefile | |
parent | 402f3ac48c758493824e3336c05481752d9a13c3 (diff) | |
download | marcuscom-ports-1a744eb6561fff663d86602c7d8e22779474116b.tar marcuscom-ports-1a744eb6561fff663d86602c7d8e22779474116b.tar.gz marcuscom-ports-1a744eb6561fff663d86602c7d8e22779474116b.tar.bz2 marcuscom-ports-1a744eb6561fff663d86602c7d8e22779474116b.tar.lz marcuscom-ports-1a744eb6561fff663d86602c7d8e22779474116b.tar.xz marcuscom-ports-1a744eb6561fff663d86602c7d8e22779474116b.tar.zst marcuscom-ports-1a744eb6561fff663d86602c7d8e22779474116b.zip |
Update to 0.16
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12576 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, 27 insertions, 0 deletions
diff --git a/deskutils/nautilus-open-terminal/Makefile b/deskutils/nautilus-open-terminal/Makefile new file mode 100644 index 000000000..82965ebbb --- /dev/null +++ b/deskutils/nautilus-open-terminal/Makefile @@ -0,0 +1,27 @@ +# 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.14 2009/04/07 03:14:59 marcus Exp $ +# + +PORTNAME= nautilus-open-terminal +PORTVERSION= 0.16 +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> |