mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
29747f458a
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
30 lines
818 B
Makefile
30 lines
818 B
Makefile
# New ports collection makefile for: nautilus-actions
|
|
# Date created: 2005-08-31
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/deskutils/nautilus-actions/Makefile,v 1.4 2006/10/01 02:12:23 ahze Exp $
|
|
|
|
PORTNAME= nautilus-actions
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= ftp://ftp2.grumz.net/grumz/
|
|
|
|
MAINTAINER= ahze@FreeBSD.org
|
|
COMMENT= Extension for Nautilus to configure programs to launch on files
|
|
|
|
LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid
|
|
|
|
INSTALLS_ICONS= yes
|
|
USE_GETTEXT= yes
|
|
USE_GNOME= nautilus2 intlhack
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_XLIB= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS= --with-nautilus-extdir=${LOCALBASE}/lib/nautilus/extensions-1.0
|
|
|
|
.include <bsd.port.mk>
|