diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile index f33307729438..30fea523a9b3 100644 --- a/deskutils/notification-daemon/Makefile +++ b/deskutils/notification-daemon/Makefile @@ -1,29 +1,31 @@ # New ports collection makefile for: notification-daemon # Date created: 2005-08-06 # Whom: Andreas Kohn # # $FreeBSD$ # PORTNAME= notification-daemon PORTVERSION= 0.3.6 CATEGORIES= deskutils gnome MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/ MAINTAINER= gnome@FreeBSD.org COMMENT= Send small notifications to your desktop LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ sexy:${PORTSDIR}/x11-toolkits/libsexy \ popt.0:${PORTSDIR}/devel/popt USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gconf2 libwnck USE_GMAKE= yes USE_XLIB= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes -GCONF_SCHEMAS= notification-daemon.schemas CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +GCONF_SCHEMAS= notification-daemon.schemas + .include diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 1f22c7988d12..70cdebf63a8c 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -1,45 +1,46 @@ # New ports collection makefile for: deluge # Date created: 03 December 2006 # Whom: Mezz # # $FreeBSD$ # PORTNAME= deluge PORTVERSION= 0.5.0 CATEGORIES= net-p2p python MASTER_SITES= http://deluge-torrent.org/downloads/ MAINTAINER= mezz@FreeBSD.org COMMENT= A Bittorrent client, using Python, GTK+2 and Rasterbar libtorrent LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus USE_GNOME= pygtk2 desktopfileutils +USE_GETTEXT= yes USE_PYTHON= yes USE_PYDISTUTILS=yes DOCS= LICENSE README .include .if ${ARCH} == "amd64" || ${ARCH} == "sparc64" || ${ARCH} == "ia64" CFLAGS+= -DAMD64 .endif post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/setup.py post-install: @-update-desktop-database .ifndef (NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile index 1f22c7988d12..70cdebf63a8c 100644 --- a/net-p2p/deluge05/Makefile +++ b/net-p2p/deluge05/Makefile @@ -1,45 +1,46 @@ # New ports collection makefile for: deluge # Date created: 03 December 2006 # Whom: Mezz # # $FreeBSD$ # PORTNAME= deluge PORTVERSION= 0.5.0 CATEGORIES= net-p2p python MASTER_SITES= http://deluge-torrent.org/downloads/ MAINTAINER= mezz@FreeBSD.org COMMENT= A Bittorrent client, using Python, GTK+2 and Rasterbar libtorrent LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus USE_GNOME= pygtk2 desktopfileutils +USE_GETTEXT= yes USE_PYTHON= yes USE_PYDISTUTILS=yes DOCS= LICENSE README .include .if ${ARCH} == "amd64" || ${ARCH} == "sparc64" || ${ARCH} == "ia64" CFLAGS+= -DAMD64 .endif post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/setup.py post-install: @-update-desktop-database .ifndef (NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile index 9868e20839a8..820a7eb5e494 100644 --- a/x11-themes/gtk-engines2/Makefile +++ b/x11-themes/gtk-engines2/Makefile @@ -1,47 +1,48 @@ # New ports collection makefile for: gtk-engines2 # Date Created: 21 May 2002 # Whom: Joe Marcus Clarke # # $FreeBSD$ # $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.37 2007/03/13 12:52:05 ahze Exp $ # PORTNAME= gtk-engines2 PORTVERSION= 2.10.0 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Theme engine for the gtk+-2.0 toolkit CONFLICTS= gtk-smooth-engine-[0-9]* clearlooks-[0-9]* USE_GMAKE= yes USE_BZIP2= yes -GNU_CONFIGURE= yes USE_GNOME= gnomehack gtk20 +USE_GETTEXT= yes USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" .if defined(WITH_ANIMATION) CONFIGURE_ARGS+= --enable-animation .endif pre-everything:: .if !defined(WITH_ANIMATION) @${ECHO_MSG} "" @${ECHO_MSG} " You can enable experimental animated progressbars" @${ECHO_MSG} " with the clearlooks engine by defining" @${ECHO_MSG} " WITH_ANIMATION" @${ECHO_MSG} "" .endif # Disable the gtk1 theme. post-patch: @${REINPLACE_CMD} -e 's|gtk gtk-2.0|gtk-2.0|g' \ ${WRKSRC}/themes/Redmond/Makefile.in .include