mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
0fa4af3d74
Approved by: portmgr (implicit)
28 lines
774 B
Makefile
28 lines
774 B
Makefile
# 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.7 2006/08/09 13:07:37 ahze Exp $
|
|
#
|
|
|
|
PORTNAME= nautilus-open-terminal
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://manny.cluecoder.org/packages/nautilus-open-terminal/ \
|
|
http://www.marcuscom.com/downloads/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Nautilus extension which allows you to open a terminal
|
|
|
|
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"
|
|
|
|
.include <bsd.port.mk>
|