diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/glabels/Makefile | 9 | ||||
-rw-r--r-- | deskutils/gnotime/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gruler/Makefile | 7 | ||||
-rw-r--r-- | deskutils/gtweakui/Makefile | 4 | ||||
-rw-r--r-- | deskutils/multisync/Makefile | 7 | ||||
-rw-r--r-- | deskutils/nautilus-actions/Makefile | 9 | ||||
-rw-r--r-- | deskutils/nautilus-locked-folder/Makefile | 7 | ||||
-rw-r--r-- | deskutils/nautilus-open-terminal/Makefile | 9 | ||||
-rw-r--r-- | deskutils/planner/Makefile | 3 |
9 files changed, 16 insertions, 41 deletions
diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile index 9b0e2863b0f5..01db93f5fd96 100644 --- a/deskutils/glabels/Makefile +++ b/deskutils/glabels/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: glabels -# Date created: 29 September 2002 -# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> -# +# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> # $FreeBSD$ # $MCom: ports/deskutils/glabels/Makefile,v 1.10 2010/04/03 19:25:49 kwm Exp $ -# PORTNAME= glabels PORTVERSION= 2.2.8 @@ -15,12 +11,11 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= A program to create labels and business cards -USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix libgnomeui \ desktopfileutils intlhack ltverhack WANT_GNOME= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile index 90f92b50bfb4..b94b606aa984 100644 --- a/deskutils/gnotime/Makefile +++ b/deskutils/gnotime/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 # (or later) LIB_DEPENDS= guile:${PORTSDIR}/lang/guile -USES= gettext gmake pathfix +USES= gettext gmake pathfix pkgconfig USE_XORG= xscrnsaver USE_GNOME= gnomeprefix gtkhtml3 intlhack libgnomeui USE_AUTOTOOLS= libtool libltdl diff --git a/deskutils/gruler/Makefile b/deskutils/gruler/Makefile index dac8bbcd4a7f..a845b6e55578 100644 --- a/deskutils/gruler/Makefile +++ b/deskutils/gruler/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gruler -# Date created: 24 October 2004 -# Whom: Piotr Smyrak <smyru@heron.pl> -# +# Created by: Piotr Smyrak <smyru@heron.pl> # $FreeBSD$ -# PORTNAME= gruler PORTVERSION= 0.6 @@ -14,6 +10,7 @@ MASTER_SITES= http://linuxadvocate.org/projects/gruler/downloads/ MAINTAINER= ps.ports@smyrak.com COMMENT= A simple customizable GTK screen ruler +USES= pkgconfig USE_GNOME= gnomeprefix gnomehack libgnomeui libglade2 USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include diff --git a/deskutils/gtweakui/Makefile b/deskutils/gtweakui/Makefile index b3c8bd0f3a12..bbca9d8612d1 100644 --- a/deskutils/gtweakui/Makefile +++ b/deskutils/gtweakui/Makefile @@ -1,6 +1,7 @@ # Created by: Sergey Akifyev <asa@gascom.ru> # $FreeBSD$ # $MCom: ports/deskutils/gtweakui/Makefile,v 1.2 2007/05/19 21:36:03 marcus Exp $ + PORTNAME= gTweakUI PORTVERSION= 0.4.0 PORTREVISION= 11 @@ -12,9 +13,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A collection of simple dialogs as a front end to GConf USE_BZIP2= yes -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix libgnomeui gconf2 libglade2 intlhack -USE_GMAKE= yes GNU_CONFIGURE= yes DESKTOP_FILES= gtweakui-galeon.desktop.in \ diff --git a/deskutils/multisync/Makefile b/deskutils/multisync/Makefile index 7c57e69488af..dd3389aa3820 100644 --- a/deskutils/multisync/Makefile +++ b/deskutils/multisync/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: multisync -# Date created: 25 Nov 2003 -# Whom: Pav Lucistnik <pav@FreeBSD.org> -# +# Created by: Pav Lucistnik <pav@FreeBSD.org> # $FreeBSD$ PORTNAME?= multisync @@ -18,7 +15,7 @@ WRKSRC?= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRCMASTER= ${WRKDIR}/multisync-${PORTVERSION} USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix libgnomeui -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= automake:env libtool CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include diff --git a/deskutils/nautilus-actions/Makefile b/deskutils/nautilus-actions/Makefile index 118d6fa2e424..c8c3c89b6a88 100644 --- a/deskutils/nautilus-actions/Makefile +++ b/deskutils/nautilus-actions/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: nautilus-actions -# Date created: 2005-08-31 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/deskutils/nautilus-actions/Makefile,v 1.21 2010/04/16 23:41:09 kwm Exp $ -# PORTNAME= nautilus-actions PORTVERSION= 2.30.3 @@ -21,9 +17,8 @@ LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \ INSTALLS_ICONS= yes USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= nautilus2 intlhack -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/deskutils/nautilus-locked-folder/Makefile b/deskutils/nautilus-locked-folder/Makefile index e3e341a0e14d..ffca538d0fa3 100644 --- a/deskutils/nautilus-locked-folder/Makefile +++ b/deskutils/nautilus-locked-folder/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: nautilus-locked-folder -# Date created: 2005-09-17 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/deskutils/nautilus-locked-folder/Makefile,v 1.12 2009/11/28 05:58:59 mezz Exp $ -# PORTNAME= nautilus-locked-folder PORTVERSION= 1.0.0 @@ -16,6 +12,7 @@ MASTER_SITE_SUBDIR= pav MAINTAINER= gnome@FreeBSD.org COMMENT= Nautilus plugin that allows you to encrypt the contents of a folder +USES= pkgconfig USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GNOME= nautilus2 eel2 libgnomeui diff --git a/deskutils/nautilus-open-terminal/Makefile b/deskutils/nautilus-open-terminal/Makefile index 2a3178aff5d9..4ad139360e6d 100644 --- a/deskutils/nautilus-open-terminal/Makefile +++ b/deskutils/nautilus-open-terminal/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: nautilus-open-terminal -# Date created: 2005-07-07 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/deskutils/nautilus-open-terminal/Makefile,v 1.17 2009/08/09 15:30:27 ahze Exp $ -# PORTNAME= nautilus-open-terminal PORTVERSION= 0.18 @@ -16,10 +12,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Nautilus extension which allows you to open a terminal USE_BZIP2= yes -USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= nautilus2 gnomeprefix intlhack gnomehack -USES= gettext +USES= gettext gmake pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0` LDFLAGS+= -L${LOCALBASE}/lib diff --git a/deskutils/planner/Makefile b/deskutils/planner/Makefile index c009e9cbb4cc..a81a0bbdcd48 100644 --- a/deskutils/planner/Makefile +++ b/deskutils/planner/Makefile @@ -13,8 +13,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Project management application for GNOME 2 USE_XZ= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui libgnomeprintui \ libgsf desktopfileutils WANT_GNOME= yes |