freebsd-ports/deskutils/nautilus-actions/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

31 lines
809 B
Makefile

# New ports collection makefile for: nautilus-actions
# Date created: 2005-08-31
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nautilus-actions
PORTVERSION= 0.7.1
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
USE_GNOME= nautilus2 intlhack pygtk2
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_PYTHON= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-nautilus-extdir=${X11BASE}/lib/nautilus/extensions-1.0
post-patch:
@${REINPLACE_CMD} -e 's|@datadir@datadir@/pixmaps|${DATADIR}/nact|' \
${WRKSRC}/nact/nact.desktop.in.in
.include <bsd.port.mk>