blob: 0857c0ef622d62e03250da9276246c9df5211ca8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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.4 2005/10/02 16:35:43 ahze Exp $
#
PORTNAME= nautilus-open-terminal
PORTVERSION= 0.6
CATEGORIES= deskutils
MASTER_SITES= http://manny.cluecoder.org/packages/nautilus-open-terminal/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Nautilus extension which allows you to open a terminal
USE_AUTOTOOLS= libtool:15
USE_GNOME= nautilus2 gnomeprefix intlhack gnomehack
USE_X_PREFIX= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
|