Index: head/sysutils/eiciel/Makefile =================================================================== --- head/sysutils/eiciel/Makefile (revision 301623) +++ head/sysutils/eiciel/Makefile (revision 301624) @@ -1,44 +1,45 @@ # New ports collection makefile for: eiciel # Date created: July 20, 2005 # Whom: andreas@syndrom23.de # # $FreeBSD$ # PORTNAME= eiciel PORTVERSION= 0.9.8.1 PORTREVISION= 1 CATEGORIES= sysutils security MASTER_SITES= http://rofi.roger-ferrer.org/eiciel/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME-based ACL editor, with integration into Nautilus LICENSE= GPLv2 LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix intlhack nautilus2 libgnomeui USE_GMAKE= yes USE_AUTOTOOLS= libtool +USE_PKGCONFIG= build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0 MAKE_JOBS_SAFE= yes MAN1= eiciel.1 .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif post-install: @${CAT} ${PKGMESSAGE} .include Index: head/sysutils/fusefs-gnome-vfs/Makefile =================================================================== --- head/sysutils/fusefs-gnome-vfs/Makefile (revision 301623) +++ head/sysutils/fusefs-gnome-vfs/Makefile (revision 301624) @@ -1,35 +1,36 @@ # New ports collection makefile for: fusefs-gnome-vfs # Date created: 2006-12-23 # Whom: Michael Johnson # # $FreeBSD$ # PORTNAME= fusefs-gnome-vfs PORTVERSION= 0.1 PORTREVISION= 6 CATEGORIES= sysutils gnome MASTER_SITES= http://www.evolware.org/chri/ DISTNAME= ${RPORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Interface between FUSE and the Gnome VFS 2.0 RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs RPORTNAME= gnome-vfs-fuse WRKSRC= ${WRKDIR}/${RPORTNAME} USE_GNOME= gnomevfs2 USE_GMAKE= yes +USE_PKGCONFIG= yes PLIST_FILES= bin/gnomevfs-mount PORTDOCS= README do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gnomevfs-mount ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Index: head/sysutils/gkleds2/Makefile =================================================================== --- head/sysutils/gkleds2/Makefile (revision 301623) +++ head/sysutils/gkleds2/Makefile (revision 301624) @@ -1,38 +1,39 @@ # New ports collection makefile for: gkleds2 # Date Created: Dec 10 2002 # Whom: Jan Stocker # # $FreeBSD$ # PORTNAME= gkleds2 PORTVERSION= 0.8.2 PORTREVISION= 7 CATEGORIES= sysutils MASTER_SITES= http://heim.ifi.uio.no/~oyvinha/files/files/ DISTNAME= gkleds-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GKrellM Leds for CapsLock, NumLock and ScrollLock BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 USE_XORG= x11 xtst USE_GNOME= gtk20 USE_GMAKE= yes USE_AUTOTOOLS= libtool +USE_PKGCONFIG= build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= libexec/gkrellm2/plugins/gkleds.so post-patch: @${REINPLACE_CMD} -e 's|-O2||g ; \ s|GK_LDFLAGS|GKM_LDFLAGS|g' ${WRKSRC}/src/Makefile.in do-install: ${INSTALL_DATA} ${WRKSRC}/src/.libs/gkleds.so \ ${PREFIX}/libexec/gkrellm2/plugins .include Index: head/sysutils/graveman/Makefile =================================================================== --- head/sysutils/graveman/Makefile (revision 301623) +++ head/sysutils/graveman/Makefile (revision 301624) @@ -1,56 +1,57 @@ # New ports collection makefile for: graveman # Date created: 2005-02-01 # Whom: Anton Karpov # # $FreeBSD$ # PORTNAME= graveman PORTVERSION= 0.3.12.5 PORTREVISION= 10 CATEGORIES= sysutils MASTER_SITES= http://graveman.tuxfamily.org/sources/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/} MAINTAINER= ports@FreeBSD.org COMMENT= Another GTK2 frontend for cdrecord, mkisofs, readcd and sox LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes USE_CDRTOOLS= yes +USE_PKGCONFIG= build USE_GNOME= libglade2 intlhack gnomehack gnomeprefix CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} MAN1= graveman.1 OPTIONS= MP3 "MP3 Support" off \ OGG "OGG Support" off \ DVD "DVD+RW Support" off .include .if defined(WITH_MP3) LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \ id3tag.0:${PORTSDIR}/audio/libid3tag RUN_DEPENDS+= sox:${PORTSDIR}/audio/sox .else CONFIGURE_ARGS+=--disable-mp3 .endif .if defined(WITH_OGG) LIB_DEPENDS+= ogg:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis .else CONFIGURE_ARGS+=--disable-ogg .endif .if defined(WITH_DVD) RUN_DEPENDS+= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools .endif .include Index: head/sysutils/pyrenamer/Makefile =================================================================== --- head/sysutils/pyrenamer/Makefile (revision 301623) +++ head/sysutils/pyrenamer/Makefile (revision 301624) @@ -1,53 +1,54 @@ # New ports collection makefile for: pyrenamer # Date created: 14 June 2007 # Whom: Mezz # # $FreeBSD$ # $MCom: ports/sysutils/pyrenamer/Makefile,v 1.1 2007/08/14 21:33:09 mezz Exp $ # PORTNAME= pyrenamer PORTVERSION= 0.6.0 PORTREVISION= 5 CATEGORIES= sysutils python gnome MASTER_SITES= http://www.infinicode.org/code/pyrenamer/files/ MAINTAINER= ports@FreeBSD.org COMMENT= A mass file renamer written in PyGTK USE_GNOME= gconf2 gnomehack pygtk2 USE_PYTHON= yes USE_GETTEXT= yes USE_GMAKE= yes +USE_PKGCONFIG= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN1= pyrenamer.1 GCONF_SCHEMAS= pyrenamer.schemas .if defined(WITHOUT_HACHOIR) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/eyeD3/__init__.py:${PORTSDIR}/audio/py-eyed3 .else RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/hachoir_metadata/__init__.py:${PORTSDIR}/sysutils/hachoir-metadata .endif post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.in post-install: ${INSTALL_MAN} ${WRKSRC}/doc/pyrenamer.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in AUTHORS ChangeLog NEWS README ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} .for file in treefilebrowser_example.py ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${EXAMPLESDIR} .endfor .endif .include Index: head/sysutils/quicksynergy/Makefile =================================================================== --- head/sysutils/quicksynergy/Makefile (revision 301623) +++ head/sysutils/quicksynergy/Makefile (revision 301624) @@ -1,30 +1,31 @@ # New ports collection makefile for: quicksynergy # Date created: 2008-03-28 # Whom: Lars Engels # # $FreeBSD$ # PORTNAME= quicksynergy PORTVERSION= 0.9.0 PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/Linux/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A graphical interface for easily configuring Synergy2 BUILD_DEPENDS= synergys:${PORTSDIR}/sysutils/synergy GNU_CONFIGURE= yes USE_ICONV= yes USE_GETTEXT= yes +USE_PKGCONFIG= yes USE_GNOME= gnomehack gnomeprefix libglade2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/quicksynergy \ share/locale/pt_BR/LC_MESSAGES/quicksynergy.mo .include Index: head/sysutils/sensors-applet/Makefile =================================================================== --- head/sysutils/sensors-applet/Makefile (revision 301623) +++ head/sysutils/sensors-applet/Makefile (revision 301624) @@ -1,40 +1,41 @@ # New ports collection makefile for: sensors-applet # Date created: 03 May 2006 # Whom: Jean-Yves Lefort # # $FreeBSD$ # PORTNAME= sensors-applet PORTVERSION= 1.6.1 PORTREVISION= 10 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/GNOME%20Sensors%20Applet%20Version%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME applet displaying hardware sensor values RUN_DEPENDS= mbmon:${PORTSDIR}/sysutils/mbmon \ smartctl:${PORTSDIR}/sysutils/smartmontools USE_GNOME= gnomehack gnomeprefix intlhack gnomepanel libgnomeui +USE_PKGCONFIG= build GNU_CONFIGURE= yes USE_GMAKE= yes DEFINES= -DMBMON_EXECUTABLE=\\\"${LOCALBASE}/bin/mbmon\\\" \ -DSMARTCTL_HELPER=\\\"${PREFIX}/libexec/smartctl-helper\\\" CPPFLAGS+= -I${LOCALBASE}/include ${DEFINES} LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${CP} -f ${FILESDIR}/mbmon-sensors-interface.* \ ${FILESDIR}/smartctl-sensors-interface.* ${WRKSRC}/src post-build: ${CC} ${CFLAGS} -DSMARTCTL=\"${LOCALBASE}/sbin/smartctl\" \ -o ${WRKSRC}/smartctl-helper ${FILESDIR}/smartctl-helper.c post-install: ${INSTALL_PROGRAM} ${WRKSRC}/smartctl-helper ${PREFIX}/libexec ${CHMOD} u+s ${PREFIX}/libexec/smartctl-helper .include Index: head/sysutils/serpentine/Makefile =================================================================== --- head/sysutils/serpentine/Makefile (revision 301623) +++ head/sysutils/serpentine/Makefile (revision 301624) @@ -1,28 +1,28 @@ # New ports collection makefile for: serpentine # Date created: 2005-06-25 # Whom: Michael Johnson # # $FreeBSD$ # $MCom: ports/sysutils/serpentine/Makefile,v 1.4 2006/08/31 05:21:45 marcus Exp $ PORTNAME= serpentine PORTVERSION= 0.7 PORTREVISION= 9 CATEGORIES= sysutils MASTER_SITES= BERLIOS MAINTAINER= ports@FreeBSD.org COMMENT= Gnome Audio Cd Burner BUILD_DEPENDS= xmlproc_parse:${PORTSDIR}/textproc/py-xml RUN_DEPENDS= xmlproc_parse:${PORTSDIR}/textproc/py-xml USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= pygnomedesktop intlhack USE_GMAKE= yes +USE_PKGCONFIG= build USE_GSTREAMER= core gnomevfs python USE_PYTHON= 2.4+ -.include -.include +.include Index: head/sysutils/wmfire/Makefile =================================================================== --- head/sysutils/wmfire/Makefile (revision 301623) +++ head/sysutils/wmfire/Makefile (revision 301624) @@ -1,30 +1,31 @@ # New ports collection makefile for: wmfire # Date created: 21 October 1999 # Whom: Chris D. Faulhaber # # $FreeBSD$ # PORTNAME= wmfire PORTVERSION= 1.2.4 PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.swanson.ukfsn.org/wmfire/ MAINTAINER= ports@FreeBSD.org COMMENT= Window Maker dock app showing load average as a flame LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop USE_GNOME= gtk20 +USE_PKGCONFIG= build GNU_CONFIGURE= yes USE_CSTD= gnu89 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ AUTOMAKE="${TRUE}" MAN1= wmfire.1 PLIST_FILES= bin/wmfire .include Index: head/textproc/gnome-translate/Makefile =================================================================== --- head/textproc/gnome-translate/Makefile (revision 301623) +++ head/textproc/gnome-translate/Makefile (revision 301624) @@ -1,41 +1,42 @@ # New ports collection makefile for: gnome-translate # Date created: 28 Jan 2005 # Whom: Jean-Yves Lefort # # $FreeBSD$ # PORTNAME= gnome-translate PORTVERSION= 0.99 PORTREVISION= 15 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= libtranslate MAINTAINER= ports@FreeBSD.org COMMENT= A natural language translator LIB_DEPENDS= translate:${PORTSDIR}/textproc/libtranslate INSTALLS_OMF= yes INSTALLS_ICONS= yes GCONF_SCHEMAS= gnome-translate.schemas USE_GNOME= gnomehack gnomeprefix eel2 intlhack libgnomeui USE_GMAKE= yes +USE_PKGCONFIG= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -Wl,-export-dynamic OPTIONS_DEFINE= LANGUAGE_DETECTION LANGUAGE_DETECTION_DESC= language detection OPTIONS_DEFAULT= LANGUAGE_DETECTION .include .if ${PORT_OPTIONS:MLANGUAGE_DETECTION} CONFIGURE_ARGS+= --disable-language-detection .else LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell .endif .include Index: head/textproc/sagasu/Makefile =================================================================== --- head/textproc/sagasu/Makefile (revision 301623) +++ head/textproc/sagasu/Makefile (revision 301624) @@ -1,40 +1,41 @@ # New ports collection makefile for: textproc/sagasu # Date created: 10 Jul 2003 # Whom: Juan Salaverria # # $FreeBSD$ # PORTNAME= sagasu PORTVERSION= 2.0.10 PORTREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME tool to find strings in a set of files USE_GNOME= gnomehack gnomeprefix libgnomeui USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes +USE_PKGCONFIG= build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN1= sagasu.1 post-patch: @${REINPLACE_CMD} -e \ 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED||g' ${WRKSRC}/src/Makefile.in post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in AUTHORS INSTALL NEWS README THANKS TODO ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Index: head/www/bookmarkbridge/Makefile =================================================================== --- head/www/bookmarkbridge/Makefile (revision 301623) +++ head/www/bookmarkbridge/Makefile (revision 301624) @@ -1,27 +1,28 @@ # New ports collection makefile for: bookmarkbridge # Date Created: January 2004 # Whom: Marco Molteni # # $FreeBSD$ # PORTNAME= bookmarkbridge PORTVERSION= 0.76 PORTREVISION= 4 CATEGORIES= www MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Synchronize bookmarks between multiple browsers LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 USE_PERL5_BUILD= yes USE_XORG= x11 ice xext USE_QT4= corelib gui moc_build rcc_build uic_build qt3support USE_GNOME= libxml2 USE_GMAKE= yes +USE_PKGCONFIG= build USE_AUTOTOOLS= aclocal automake autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal .include Index: head/www/erwn/Makefile =================================================================== --- head/www/erwn/Makefile (revision 301623) +++ head/www/erwn/Makefile (revision 301624) @@ -1,34 +1,35 @@ # New ports collection makefile for: erwin # Date created: 31 July 1999 # Whom: Jim Mock # # $FreeBSD$ # PORTNAME= erwn PORTVERSION= 0.8 PORTREVISION= 12 CATEGORIES= www editors MASTER_SITES= http://lisas.de/erwin/ DISTNAME= erwin-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple GTK+-2 HTML editor USE_GNOME= gnomehack gnomeprefix gtksourceview gtkhtml3 USE_GMAKE= yes +USE_PKGCONFIG= build GNU_CONFIGURE= yes MAN1= erwin.1 post-patch: @${REINPLACE_CMD} -e "s|gtkhtml-3.6|gtkhtml-3.14|g" \ ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Index: head/www/screem/Makefile =================================================================== --- head/www/screem/Makefile (revision 301623) +++ head/www/screem/Makefile (revision 301624) @@ -1,52 +1,53 @@ # New ports collection makefile for: SCREEM # Date created: 05 Nov 1999 # Whom: Will Andrews # # $FreeBSD$ # PORTNAME= screem PORTVERSION= 0.16.1 PORTREVISION= 14 CATEGORIES= www gnome MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Nice GNOME/GTK-based HTML editor LIB_DEPENDS= croco-0.6.3:${PORTSDIR}/textproc/libcroco USE_GETTEXT= yes USE_GNOME= desktopfileutils gnomehack gnomemenus gnomeprefix \ gtksourceview intlhack libgnomeprintui libgnomeui libgtkhtml USE_XORG= xpm USE_GMAKE= yes +USE_PKGCONFIG= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALLS_OMF= yes GCONF_SCHEMAS= screem.schemas .if defined(WITHOUT_DBUS) CONFIGURE_ARGS+= --disable-dbus .else LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus CONFIGURE_ARGS+= --enable-dbus .endif .if defined(WITHOUT_ENCHANT) CONFIGURE_ARGS+= --disable-enchant .else LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant CONFIGURE_ARGS+= --enable-enchant .endif post-patch: @${REINPLACE_CMD} -e 's|-DGNOME_DISABLE_DEPRECATED||g ; \ s|-DGNOMEUI_DISABLE_DEPRECATED||g ; \ s|-DGTK_DISABLE_DEPRECATED||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|\&\& make|\&\& $$(MAKE)|g' \ ${WRKSRC}/tests/Makefile.in .include