Index: head/accessibility/dasher/Makefile =================================================================== --- head/accessibility/dasher/Makefile (revision 326136) +++ head/accessibility/dasher/Makefile (revision 326137) @@ -1,49 +1,49 @@ # Created by: lewiz # $FreeBSD$ # $MCom: ports/accessibility/dasher/Makefile,v 1.66 2009/03/18 04:59:21 marcus Exp $ PORTNAME= dasher PORTVERSION= 4.10.1 PORTREVISION= 6 PORTEPOCH= 2 CATEGORIES= accessibility editors x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= lewiz@compsoc.man.ac.uk COMMENT= Information efficient text-entry interface BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_BZIP2= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \ libwnck gnomedocutils WANT_GNOME= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= dasher.schemas MAN1= dasher.1 .include #.if ${HAVE_GNOME:Mgnomespeech}!="" #USE_GNOME+= gnomespeech #CONFIGURE_ARGS+=--enable-speech #.endif CONFIGURE_ARGS+= --disable-speech post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-O2||g' @${REINPLACE_CMD} -e 's|__gnu_cxx::lldiv|lldiv|' \ ${WRKSRC}/Src/DasherCore/DasherViewSquare.cpp .include Index: head/accessibility/gnopernicus/Makefile =================================================================== --- head/accessibility/gnopernicus/Makefile (revision 326136) +++ head/accessibility/gnopernicus/Makefile (revision 326137) @@ -1,38 +1,38 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/accessibility/gnopernicus/Makefile,v 1.85 2007/07/23 19:03:49 mezz Exp $ PORTNAME= gnopernicus PORTVERSION= 1.1.2 PORTREVISION= 10 CATEGORIES= accessibility x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of accessibility apps for GNOME 2 LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag USE_BZIP2= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_LDCONFIG= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui atspi gnomespeech GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gtk+-2.0` LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= SED="${SED}" GCONF_SCHEMAS= brlmonitor.schemas gnopernicus.schemas remote.schemas SHLIB_VERSION= 2 PLIST_SUB= SHLIB_VERSION=${SHLIB_VERSION} post-patch: @${REINPLACE_CMD} -e 's|^F||' \ ${WRKSRC}/help/braille_monitor/C/brlmonitor-C.omf \ ${WRKSRC}/help/braille_monitor/es/brlmonitor-es.omf @${CP} ${FILESDIR}/gnopernicus-mag-config ${WRKSRC}/gnopi .include Index: head/accessibility/gok/Makefile =================================================================== --- head/accessibility/gok/Makefile (revision 326136) +++ head/accessibility/gok/Makefile (revision 326137) @@ -1,31 +1,31 @@ # Created by: Adam Weinberger # $FreeBSD$ # $MCom: ports/accessibility/gok/Makefile,v 1.112 2010/09/29 07:37:57 kwm Exp $ PORTNAME= gok PORTVERSION= 2.30.1 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= accessibility sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME On-Screen Keyboard (GOK) LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib USE_BZIP2= yes -USES= gmake gettext +USES= gmake gettext pkgconfig INSTALLS_OMF= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \ gnomespeech libxml2 INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= gok.schemas .include Index: head/archivers/file-roller/Makefile =================================================================== --- head/archivers/file-roller/Makefile (revision 326136) +++ head/archivers/file-roller/Makefile (revision 326137) @@ -1,65 +1,65 @@ # Created by: Anders Nordby # $FreeBSD$ # $MCom: ports/archivers/file-roller/Makefile,v 1.184 2010/11/15 22:58:48 kwm Exp $ PORTNAME= file-roller PORTVERSION= 2.32.1 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= archivers gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= An archive manager for zip files, tar, etc RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \ ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip USE_LDCONFIG= yes USE_BZIP2= yes -USES= gettext gmake +USES= gettext gmake pkgconfig INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils gnomedocutils \ gtk20 gconf2 GNOME_DESKTOP_VERSION=2 USE_XORG= sm GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-packagekit PORTDOCS= AUTHORS NEWS README TODO ChangeLog GCONF_SCHEMAS= file-roller.schemas OPTIONS_DEFINE= DOCS NAUTILUS NAUTILUS_DESC= Enable Nautilus extension OPTIONS_DEFAULT=NAUTILUS .include .if ${PORT_OPTIONS:MNAUTILUS} USE_GNOME+= nautilus2 PLIST_SUB+= NAUTILUS="" .else PLIST_SUB+= NAUTILUS="@comment " CONFIGURE_ARGS+=--disable-nautilus-actions .endif post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/fr-command-tar.c \ ${WRKSRC}/src/fr-command-zip.c post-install: @-update-desktop-database .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Index: head/audio/glame/Makefile =================================================================== --- head/audio/glame/Makefile (revision 326136) +++ head/audio/glame/Makefile (revision 326137) @@ -1,37 +1,37 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= glame PORTVERSION= 2.0.1 PORTREVISION= 22 CATEGORIES= audio gnome MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Powerful, fast, stable, and easily extensible sound editor for GNOME BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= mp3lame:${PORTSDIR}/audio/lame \ mad:${PORTSDIR}/audio/libmad \ vorbis:${PORTSDIR}/audio/libvorbis \ guile:${PORTSDIR}/lang/guile USE_AUTOTOOLS= libltdl libtool CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" -USES= gmake pathfix gettext +USES= gmake pathfix gettext pkgconfig USE_GNOME= gnomeprefix libgnomeui USE_XORG= xbitmaps x11 INFO= glame glame-dev CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lltdl post-extract: @cd ${WRKSRC}/doc && ${RM} -f *.info* post-patch: @${REINPLACE_CMD} -e 's| libltdl|| ; s|,$$LIBLTDL,|,,| ; \ s|,$$LTDLINCL,|,,| ; s|,$$LTLIBOBJS,|,,|' ${WRKSRC}/configure .include Index: head/audio/jack-rack/Makefile =================================================================== --- head/audio/jack-rack/Makefile (revision 326136) +++ head/audio/jack-rack/Makefile (revision 326137) @@ -1,32 +1,32 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ PORTNAME= jack-rack PORTVERSION= 1.4.7 PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= multimedia@FreeBSD.org COMMENT= LADSPA effects rack for the JACK audio server BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= jack:${PORTSDIR}/audio/jack \ lrdf:${PORTSDIR}/textproc/liblrdf RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa USE_BZIP2= yes USE_GNOME= libgnomeui libxml2 -USES= gettext shebangfix +USES= gettext shebangfix pkgconfig USE_PYTHON= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-ladcca --disable-lash --disable-aseq SHEBANG_FILES= ecarack post-patch: @${REINPLACE_CMD} -e '/^jr_desktop_install/ s|/usr/share|${PREFIX}/share|' \ ${WRKSRC}/configure .include Index: head/audio/liteamp/Makefile =================================================================== --- head/audio/liteamp/Makefile (revision 326136) +++ head/audio/liteamp/Makefile (revision 326137) @@ -1,36 +1,36 @@ # Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= liteamp PORTVERSION= 0.2.4.2 PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= http://kldp.net/frs/download.php/1153/ MAINTAINER= ports@FreeBSD.org COMMENT= Light-weight Music Player for GNOME2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= id3tag.0:${PORTSDIR}/audio/libid3tag \ ao.4:${PORTSDIR}/audio/libao \ mad.2:${PORTSDIR}/audio/libmad \ vorbisfile.6:${PORTSDIR}/audio/libvorbis -USES= gmake pathfix gettext +USES= gmake pathfix gettext pkgconfig USE_GNOME= libgnomeui GNU_CONFIGURE= yes CONFIGURE_ARGS= LDFLAGS="${LDFLAGS}" MAN1= liteamp.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e \ '/-DGLADE_DIR/s|\\$$|| ; \ /-DG.*_DISABLE_DEPRECATED/d' ${WRKSRC}/src/Makefile.in .include Index: head/comms/ge-x2212/Makefile =================================================================== --- head/comms/ge-x2212/Makefile (revision 326136) +++ head/comms/ge-x2212/Makefile (revision 326137) @@ -1,28 +1,29 @@ # $FreeBSD$ PORTNAME= ge-x2212 PORTVERSION= 0.0.2010.09.15 CATEGORIES= comms hamradio MASTER_SITES= http://members.shaw.ca/swstuff/ \ LOCAL/makc DISTNAME= ${PORTNAME}-2-15sept2010 MAINTAINER= shurd@sasktel.net COMMENT= EEPROM programmer for GE Phoenix SX Radios +USES= pkgconfig USE_GNOME= libgnomeui GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-2 PLIST_FILES= bin/ge-x2212-2 PORTDOCS= schematic.txt .include post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${FILESDIR}/schematic.txt ${DOCSDIR} .endif .include Index: head/deskutils/glabels/Makefile =================================================================== --- head/deskutils/glabels/Makefile (revision 326136) +++ head/deskutils/glabels/Makefile (revision 326137) @@ -1,45 +1,40 @@ -# New ports collection makefile for: glabels -# Date created: 29 September 2002 -# Whom: Martin Klaffenboeck -# +# Created by: Martin Klaffenboeck # $FreeBSD$ # $MCom: ports/deskutils/glabels/Makefile,v 1.10 2010/04/03 19:25:49 kwm Exp $ -# PORTNAME= glabels PORTVERSION= 2.2.8 PORTREVISION= 3 CATEGORIES= deskutils 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 CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION LDFLAGS+= -L${LOCALBASE}/lib MAN1= glabels.1 .include .if ${HAVE_GNOME:Mevolutiondataserver}!="" USE_GNOME+= evolutiondataserver CONFIGURE_ARGS+= --with-libebook .else CONFIGURE_ARGS+= --without-libebook .endif post-patch: @${REINPLACE_CMD} -e 's|malloc\.h|stdlib\.h|g' \ ${WRKSRC}/iec16022-0.2.1/*.c .include Index: head/deskutils/gnotime/Makefile =================================================================== --- head/deskutils/gnotime/Makefile (revision 326136) +++ head/deskutils/gnotime/Makefile (revision 326137) @@ -1,74 +1,74 @@ # Created by: Martin Klaffenboeck # $FreeBSD$ PORTNAME= gnotime PORTVERSION= 2.4.1 CATEGORIES= deskutils gnome MASTER_SITES= SF/gttr/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ SF/qof/qof/${QOF_VERSION}:qof DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \ ${QOF_DISTNAME}${EXTRACT_SUFX}:qof MAINTAINER= ports@FreeBSD.org COMMENT= Time tracker for gnome2 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 LIBTOOLFILES= configure ../${QOF_DISTNAME}/configure CONFIGURE_ENV= GUILE_CFLAGS="$$(guile-config compile)" \ GUILE_LIBS="$$(guile-config link)" \ LIBQOF_CFLAGS="${LIBQOF_CFLAGS}" \ LIBQOF_LIBS="${LIBQOF_LIBS}" CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes INSTALLS_OMF= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN1= gnotime.1 gnotime-remote.1 GCONF_SCHEMAS= gnotime.schemas QOF_VERSION= 0.7.5 QOF_DISTNAME= qof-${QOF_VERSION} QOF_WRKSRC= ${WRKDIR}/${QOF_DISTNAME} LIBQOF_CFLAGS= -I${QOF_WRKSRC}/qof LIBQOF_LIBS= -L${QOF_WRKSRC}/qof/.libs -lqof post-patch: @${REINPLACE_CMD} -e \ '/^AM_CFLAGS =/s|-g||' ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e \ '/CFLAGS=/s|-g2||' ${QOF_WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|__isleap|qof_date_isleap|' ${QOF_WRKSRC}/qof/qofdate.c @${REINPLACE_CMD} -e \ 's|^inline|static inline|' ${QOF_WRKSRC}/qof/qofmath128.h @${FIND} ${QOF_WRKSRC} -name "Makefile.in" -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -e \ '/^AM_CFLAGS =/s|-g|| ; \ s|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' pre-configure: @(cd ${QOF_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ CC="${CC}" CFLAGS="${CFLAGS}" \ CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ ./configure --prefix=${PREFIX} --disable-error-on-warning \ --disable-sqlite --disable-gdasql) pre-build: @(cd ${QOF_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) pre-install: @(cd ${QOF_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .include Index: head/deskutils/gruler/Makefile =================================================================== --- head/deskutils/gruler/Makefile (revision 326136) +++ head/deskutils/gruler/Makefile (revision 326137) @@ -1,25 +1,22 @@ -# New ports collection makefile for: gruler -# Date created: 24 October 2004 -# Whom: Piotr Smyrak -# +# Created by: Piotr Smyrak # $FreeBSD$ -# PORTNAME= gruler PORTVERSION= 0.6 PORTREVISION= 10 CATEGORIES= deskutils 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 LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=""||' ${WRKSRC}/configure .include Index: head/deskutils/gtweakui/Makefile =================================================================== --- head/deskutils/gtweakui/Makefile (revision 326136) +++ head/deskutils/gtweakui/Makefile (revision 326137) @@ -1,32 +1,32 @@ # Created by: Sergey Akifyev # $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 CATEGORIES= deskutils gnome MASTER_SITES= SF DIST_SUBDIR= gnome2 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 \ gtweakui-menus.desktop.in \ gtweakui-nautilus.desktop.in \ gtweakui-session.desktop.in post-patch: .for FILE in ${DESKTOP_FILES} @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \ -e 's|Settings;|&AdvancedSettings;|g' ${WRKSRC}/${FILE} .endfor @${REINPLACE_CMD} 's|$$(datadir)/applications|$$(datadir)/control-center-2.0/capplets|g' ${WRKSRC}/Makefile.in .include Index: head/deskutils/multisync/Makefile =================================================================== --- head/deskutils/multisync/Makefile (revision 326136) +++ head/deskutils/multisync/Makefile (revision 326137) @@ -1,39 +1,36 @@ -# New ports collection makefile for: multisync -# Date created: 25 Nov 2003 -# Whom: Pav Lucistnik -# +# Created by: Pav Lucistnik # $FreeBSD$ PORTNAME?= multisync PORTVERSION= 0.82 PORTREVISION= 11 CATEGORIES= deskutils MASTER_SITES= SF/multisync/OldFiles DISTNAME= multisync-${PORTVERSION} MAINTAINER?= ports@FreeBSD.org COMMENT?= Synchronize calendars, addressbooks, and other PIM data 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 MAKE_JOBS_UNSAFE= yes pre-configure: @${FIND} ${WRKDIR} -type l -delete .for FILE in missing install-sh mkinstalldirs config.guess config.sub depcomp @${CP} -f ${AUTOMAKE_DIR}/${FILE} ${WRKSRC} @${CP} -f ${AUTOMAKE_DIR}/${FILE} ${WRKSRCMASTER} .endfor @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-lpthread||' post-configure: ${CP} ${LIBTOOL} ${WRKSRC}/libtool .include Index: head/deskutils/nautilus-actions/Makefile =================================================================== --- head/deskutils/nautilus-actions/Makefile (revision 326136) +++ head/deskutils/nautilus-actions/Makefile (revision 326137) @@ -1,51 +1,46 @@ -# New ports collection makefile for: nautilus-actions -# Date created: 2005-08-31 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $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 PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Extension for Nautilus to configure programs to launch on files LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique 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 CONFIGURE_ARGS= --with-nautilus-extdir=${LOCALBASE}/lib/nautilus/extensions-2.0 PORTDOCS= AUTHORS COPYING ChangeLog ChangeLog-2008 ChangeLog-2009 INSTALL \ MAINTAINERS NEWS README TODO export-format-id io-provider-id \ objects-hierarchy.odg post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's| install-dist_pkgdocDATA||g' \ ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in .else @${REINPLACE_CMD} -e 's|doc/@PACKAGE@-@VERSION@|doc/@PACKAGE@|g' \ ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in .endif .include .if ${ARCH} == "powerpc" BROKEN= Does not compile on powerpc .endif .include Index: head/deskutils/nautilus-locked-folder/Makefile =================================================================== --- head/deskutils/nautilus-locked-folder/Makefile (revision 326136) +++ head/deskutils/nautilus-locked-folder/Makefile (revision 326137) @@ -1,38 +1,35 @@ -# New ports collection makefile for: nautilus-locked-folder -# Date created: 2005-09-17 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $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 PORTREVISION= 11 CATEGORIES= deskutils security MASTER_SITES= ${MASTER_SITE_LOCAL} 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 CONFIGURE_ENV= LIBS="-lssl" PKGCONFIGS= gtk+-2.0 libglade-2.0 libnautilus-extension libgnomeui-2.0 # XXX: if was LDFLASG="..." Since variable is spelled incorrect, # this may be not needed at all LDFLAGS+= -L${LOCALBASE}/lib `pkg-config --libs ${PKGCONFIGS}` CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags ${PKGCONFIGS}` PLIST_FILES= lib/nautilus/extensions-2.0/libnautilus-locked-folder.a \ lib/nautilus/extensions-2.0/libnautilus-locked-folder.la \ lib/nautilus/extensions-2.0/libnautilus-locked-folder.so post-patch: @${REINPLACE_CMD} -e 's|/usr/share/icons/hicolor/32x32/stock/data/|${LOCALBASE}/share/icons/hicolor/32x32/stock/data/|' \ ${WRKSRC}/src/lockedfolder-extension.c @${REINPLACE_CMD} -e 's|gladedir)"\\" \\|gladedir)"\\"|g ; \ s|.*-Werror||g' ${WRKSRC}/src/Makefile.in .include Index: head/deskutils/nautilus-open-terminal/Makefile =================================================================== --- head/deskutils/nautilus-open-terminal/Makefile (revision 326136) +++ head/deskutils/nautilus-open-terminal/Makefile (revision 326137) @@ -1,28 +1,23 @@ -# New ports collection makefile for: nautilus-open-terminal -# Date created: 2005-07-07 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $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 PORTREVISION= 5 CATEGORIES= deskutils MASTER_SITES= GNOME 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 GCONF_SCHEMAS= nautilus-open-terminal.schemas .include Index: head/deskutils/planner/Makefile =================================================================== --- head/deskutils/planner/Makefile (revision 326136) +++ head/deskutils/planner/Makefile (revision 326137) @@ -1,51 +1,50 @@ # Created by: Dmitry Sivachenko # $FreeBSD$ # $MCom: ports-stable/deskutils/planner/Makefile,v 1.4 2009/04/16 00:34:24 kwm Exp $ PORTNAME= planner PORTVERSION= 0.14.6 PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 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 INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static \ --disable-python \ --disable-python-plugin CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= planner.schemas MAN1= planner.1 OPTIONS_DEFINE= GDA GDA_DESC= Enable database support (though libgda) .include .if ${PORT_OPTIONS:MGDA} USE_GNOME+= libgda3 CONFIGURE_ARGS+=--with-database=gda3 PLIST_SUB+= GDA="" .else PLIST_SUB+= GDA="@comment " .endif post-install: @-update-desktop-database .include Index: head/devel/gtranslator/Makefile =================================================================== --- head/devel/gtranslator/Makefile (revision 326136) +++ head/devel/gtranslator/Makefile (revision 326137) @@ -1,36 +1,31 @@ -# New ports collection makefile for: gtranslator -# Date created: 16 September 2000 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ # $MCom: ports/devel/gtranslator/Makefile,v 1.12 2007/07/04 15:52:37 mezz Exp $ -# PORTNAME= gtranslator PORTVERSION= 1.1.7 PORTREVISION= 10 CATEGORIES= devel gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= A GNOME application for creating GNU gettext translation files LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell USE_BZIP2= yes USE_GNOME= gnomehack intlhack gnomeprefix gnomevfs2 libgnomeui -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex CONFIGURE_ARGS= --disable-debug \ --enable-compile-warnings=no MAN1= gtranslator.1 pozilla.sh.1 post-patch: @${REINPLACE_CMD} -e "s|-Werror||" ${WRKSRC}/src/Makefile.in .include Index: head/editors/conglomerate/Makefile =================================================================== --- head/editors/conglomerate/Makefile (revision 326136) +++ head/editors/conglomerate/Makefile (revision 326137) @@ -1,29 +1,26 @@ -# New ports collection makefile for: conglomerate -# Date created: Jun 26, 2003 -# Whom: Pav Lucistnik -# +# Created by: Pav Lucistnik # $FreeBSD$ PORTNAME= conglomerate PORTVERSION= 0.9.1 PORTREVISION= 11 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/Conglomerate%20XML%20Editor/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing INSTALLS_OMF= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= libgnomeui gtksourceview gnomeprefix gnomehack intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include .if exists(${LOCALBASE}/libdata/pkgconfig/enchant.pc) || defined(WITH_ENCHANT) LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant .endif .include Index: head/editors/gedit-plugins/Makefile =================================================================== --- head/editors/gedit-plugins/Makefile (revision 326136) +++ head/editors/gedit-plugins/Makefile (revision 326137) @@ -1,59 +1,58 @@ # Created by: Adam Weinberger # $FreeBSD$ # $MCom: ports/editors/gedit-plugins/Makefile,v 1.48 2010/10/29 14:47:24 kwm Exp $ PORTNAME= gedit-plugins PORTVERSION= 2.32.0 PORTREVISION= 2 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Plugins for GEdit 2 BUILD_DEPENDS= gedit:${PORTSDIR}/editors/gedit \ gucharmap:${PORTSDIR}/deskutils/gucharmap RUN_DEPENDS= gedit:${PORTSDIR}/editors/gedit \ gucharmap:${PORTSDIR}/deskutils/gucharmap CONFLICTS= gedit-plugins-3.[0-9]* USE_LDCONFIG= yes USE_BZIP2= yes -USE_GMAKE= yes USE_AUTOTOOLS= libtool -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack gnomevfs2 WANT_GNOME= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= gedit-show-tabbar-plugin.schemas \ gedit-drawspaces.schemas OPTIONS_DEFINE= PYTHON .include .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= yes USE_GNOME+= pygtksourceview BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte \ ${PYTHON_SITELIBDIR}/dbus/bus.py:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/gtksourceview2.so:${PORTSDIR}/x11-toolkits/py-gtksourceview RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte \ ${PYTHON_SITELIBDIR}/dbus/bus.py:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/gtksourceview2.so:${PORTSDIR}/x11-toolkits/py-gtksourceview CONFIGURE_ARGS+=--enable-python PLIST_SUB+= PYTHON="" .else CONFIGURE_ARGS+=--disable-python PLIST_SUB+= PYTHON="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's| \\t\\r\\n\\f|[:space:]|g' \ ${WRKSRC}/configure .include Index: head/editors/ghex/Makefile =================================================================== --- head/editors/ghex/Makefile (revision 326136) +++ head/editors/ghex/Makefile (revision 326137) @@ -1,32 +1,27 @@ -# New ports collection makefile for: ghex2 -# Date created: 15 September 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/editors/ghex/Makefile,v 1.13 2008/08/23 18:22:59 mezz Exp $ -# PORTNAME= ghex PORTVERSION= 2.24.0 PORTREVISION= 5 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 hex editor USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui \ gnomedocutils -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= ghex2.schemas .include Index: head/editors/gphpedit/Makefile =================================================================== --- head/editors/gphpedit/Makefile (revision 326136) +++ head/editors/gphpedit/Makefile (revision 326137) @@ -1,58 +1,54 @@ -# New ports collection makefile for: gphpedit -# Date created: 2004-11-21 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= gphpedit PORTVERSION= 0.9.80 PORTREVISION= 5 CATEGORIES= editors gnome MASTER_SITES= http://www.gphpedit.org/download/store/ \ http://ftp.ceid.upatras.gr/pub/linux/gentoo/distfiles/ \ http://www.jolupatech.info/crux/gphpedit/ MAINTAINER= novel@FreeBSD.org COMMENT= PHP, HTML, and CSS development environment for GNOME 2.x -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack libgnomeui libgtkhtml USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes .if !defined(WITHOUT_PHP) USE_PHP= yes WANT_PHP_CLI= yes .endif .if !defined(WITHOUT_PHPDOC) RUN_DEPENDS+= ${LOCALBASE}/share/doc/php-en/about.html:${PORTSDIR}/lang/php_doc .endif pre-everything:: .if !defined(WITHOUT_PHP) || !defined(WITHOUT_PHPDOC) @${ECHO_MSG} "You may specify the following on the command line:" @${ECHO_MSG} " " .endif .if !defined(WITHOUT_PHP) @${ECHO_MSG} "WITHOUT_PHP=yes to not install php, debug script will not work without it." .endif .if !defined(WITHOUT_PHPDOC) @${ECHO_MSG} "WITHOUT_PHPDOC=yes to not install php_doc, help will be disable." .endif post-patch: @${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/share|g' \ ${WRKSRC}/src/main.h @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \ ${WRKSRC}/src/calltip.c ${WRKSRC}/src/main_window.c @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/tab.c pre-build: @cd ${WRKSRC}/src/gtkscintilla2 && ${GMAKE} clean .include Index: head/editors/mlview/Makefile =================================================================== --- head/editors/mlview/Makefile (revision 326136) +++ head/editors/mlview/Makefile (revision 326137) @@ -1,44 +1,43 @@ # Created by: Simon Barner # $FreeBSD$ PORTNAME= mlview PORTVERSION= 0.8 PORTREVISION= 14 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= ports@FreeBSD.org COMMENT= A tree oriented XML editor for Gnome USE_BZIP2= yes USE_AUTOTOOLS= autoconf libtool -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= eel2 gnomeprefix gtksourceview libgnomeui -USE_GMAKE= yes USE_LDCONFIG= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib `pkg-config --libs gnome-vfs-2.0 libgnomeui-2.0`" CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0 libgnomeui-2.0` GCONF_SCHEMAS= mlview.schemas .include # Autodetect dbus .if exists (${LOCALBASE}/lib/libdbus-1.so.3) WITH_DBUS= yes .endif .if defined (WITH_DBUS) LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus CONFIGURE_ARGS+="--enable-dbus=yes" .endif pre-everything:: .if !defined (WITH_DBUS) @${ECHO_CMD} @${ECHO_CMD} Re-run with -DWITH_DBUS in order to enable dbus support! @${ECHO_CMD} .endif .include Index: head/finance/gnucash/Makefile =================================================================== --- head/finance/gnucash/Makefile (revision 326136) +++ head/finance/gnucash/Makefile (revision 326137) @@ -1,124 +1,122 @@ # $FreeBSD$ # $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $ PORTNAME= gnucash PORTVERSION= 2.4.13 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Quicken-like money and finance manager LICENSE= GPLv3 BUILD_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \ ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile LIB_DEPENDS= gnome-keyring:${PORTSDIR}/security/libgnome-keyring \ goffice-0.8:${PORTSDIR}/devel/goffice RUN_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \ ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ p5-Finance-Quote>=0:${PORTSDIR}/finance/p5-Finance-Quote OPTIONS_DEFINE= AQBANKING OFX DATABASE LOCALE_TAX WEBKIT PYTHON AQBANKING_DESC= AqBanking support (HBCI/OpenHBCI) OFX_DESC= OFX support DATABASE_DESC= Enable SQL database backends LOCALE_TAX_DESC= Enable localized tax categories WEBKIT_DESC= Use webkit instead of gtkhtml for the HTML engine USE_BZIP2= yes -USES= gettext -USE_GMAKE= yes -USE_PERL5= yes +USES= gettext gmake pkgconfig perl5 INSTALLS_ICONS= yes USE_GNOME= gnomeprefix libglade2 libgnomeui GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-error-on-warning \ --disable-doxygen MAN1= gnucash.1 GCONF_SCHEMAS= apps_gnucash_dialog_business_common.schemas \ apps_gnucash_dialog_commodities.schemas \ apps_gnucash_dialog_common.schemas \ apps_gnucash_dialog_prices.schemas \ apps_gnucash_dialog_print_checks.schemas \ apps_gnucash_dialog_reconcile.schemas \ apps_gnucash_dialog_scheduled_transctions.schemas \ apps_gnucash_dialog_totd.schemas \ apps_gnucash_general.schemas \ apps_gnucash_history.schemas \ apps_gnucash_import_generic_matcher.schemas \ apps_gnucash_import_qif.schemas \ apps_gnucash_warnings.schemas \ apps_gnucash_window_pages_account_tree.schemas \ apps_gnucash_window_pages_register.schemas .include .if ${PORT_OPTIONS:MAQBANKING} LIB_DEPENDS+= gwengui-gtk2:${PORTSDIR}/devel/gwenhywfar-gtk2 \ ktoblzcheck:${PORTSDIR}/finance/ktoblzcheck \ aqbanking:${PORTSDIR}/finance/aqbanking GCONF_SCHEMAS+= apps_gnucash_dialog_hbci.schemas CONFIGURE_ARGS+=--enable-aqbanking PLIST_SUB+= AQBANKING="" .else CONFIGURE_ARGS+=--disable-aqbanking PLIST_SUB+= AQBANKING="@comment " .endif .if ${PORT_OPTIONS:MOFX} CONFIGURE_ARGS+=--enable-ofx LIB_DEPENDS+= ofx:${PORTSDIR}/finance/libofx PLIST_SUB+= OFX="" .else CONFIGURE_ARGS+=--disable-ofx PLIST_SUB+= OFX="@comment " .endif .if ${PORT_OPTIONS:MDATABASE} CONFIGURE_ARGS+=--enable-dbi LIB_DEPENDS+= dbi:${PORTSDIR}/databases/libdbi PLIST_SUB+= DATABASE="" .else CONFIGURE_ARGS+=--disable-dbi PLIST_SUB+= DATABASE="@comment " .endif .if ${PORT_OPTIONS:MLOCALE_TAX} CONFIGURE_ARGS+=--enable-locale-specific-tax .endif .if ${PORT_OPTIONS:MWEBKIT} CONFIGURE_ARGS+=--with-html-engine=webkit LIB_DEPENDS+= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 .else USE_GNOME+= gtkhtml3 .endif .if ${PORT_OPTIONS:MPYTHON} CONFIGURE_ARGS+=--enable-python-bindings USE_PYTHON= yes PLIST_SUB+= PYTHON="" .else PLIST_SUB+= PYTHON="@comment " .endif post-install: .if ${PORT_OPTIONS:MPYTHON} @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ ${PYTHON_SITELIBDIR:S|${LOCALBASE}|${PREFIX}|}/${PORTNAME} @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ ${PYTHON_SITELIBDIR:S|${LOCALBASE}|${PREFIX}|}/${PORTNAME} .endif @${CAT} ${PKGMESSAGE} .include Index: head/games/atomix/Makefile =================================================================== --- head/games/atomix/Makefile (revision 326136) +++ head/games/atomix/Makefile (revision 326137) @@ -1,31 +1,26 @@ -# New ports collection makefile for: atomix -# Date created: 30 January 2000 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ # $MCom: ports/games/atomix/Makefile,v 1.14 2007/09/10 05:39:33 mezz Exp $ -# PORTNAME= atomix PORTVERSION= 2.14.0 PORTREVISION= 11 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A yet another little mind game -USE_GMAKE= yes USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's/games\.games/games:games/' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in .include Index: head/games/gdado/Makefile =================================================================== --- head/games/gdado/Makefile (revision 326136) +++ head/games/gdado/Makefile (revision 326137) @@ -1,24 +1,20 @@ -# New ports collection makefile for: gdado -# Date created: 06 May 2007 -# Whom: Anish Mistry -# +# Created by: Anish Mistry # $FreeBSD$ -# PORTNAME= gdado PORTVERSION= 2.2 PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/souce%20code/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 dice roller GNU_CONFIGURE= yes -USE_GMAKE= yes +USE= gmake pkgconfig USE_GNOME= gnomeprefix gtk20 libgnomeui post-patch: @${REINPLACE_CMD} "s|-O2|${CFLAGS}|" ${WRKSRC}/configure .include Index: head/games/gno3dtet/Makefile =================================================================== --- head/games/gno3dtet/Makefile (revision 326136) +++ head/games/gno3dtet/Makefile (revision 326137) @@ -1,45 +1,44 @@ # Created by: Will Andrews # $FreeBSD$ PORTNAME= gno3dtet PORTVERSION= 1.96.1 PORTREVISION= 11 CATEGORIES= games gnome MASTER_SITES= http://eseb.net/ftp/gno3dtet/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= GNOME version of the classic 3D-ified T*tris EXTRACT_DEPENDS=intltoolize:${PORTSDIR}/textproc/intltool -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui librsvg2 -USE_GMAKE= yes USE_AUTOTOOLS= autoheader automake aclocal autoconf ACLOCAL_ARGS= -I m4 -I ${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= -a -c -f CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALLS_OMF= yes run-autotools:: run-autotools-aclocal run-autotools-autoheader \ run-autotools-automake run-autotools-autoconf post-extract: @cd ${WRKSRC} && ${LOCALBASE}/bin/intltoolize -c -f post-patch: @${REINPLACE_CMD} -e '/LIBTOOL/d ; \ s|gnome-games|gno3dtet|g' ${WRKSRC}/configure.in pre-configure: @${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/mkinstalldirs ${WRKSRC} post-install: ${CHOWN} root:games ${PREFIX}/bin/gno3dtet ${CHMOD} 2555 ${PREFIX}/bin/gno3dtet ${CHOWN} root:games ${PREFIX}/share/games/gno3dtet.hof ${CHMOD} 664 ${PREFIX}/share/games/gno3dtet.hof .include Index: head/games/gnomeattacks/Makefile =================================================================== --- head/games/gnomeattacks/Makefile (revision 326136) +++ head/games/gnomeattacks/Makefile (revision 326137) @@ -1,20 +1,19 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= gnomeattacks PORTVERSION= 0.3 PORTREVISION= 13 CATEGORIES= games gnome MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= GNOME 2 game featuring a bizarre flying GNOME logo GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix gnomevfs2 libgnomeui CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include .include Index: head/games/gnomebreakout/Makefile =================================================================== --- head/games/gnomebreakout/Makefile (revision 326136) +++ head/games/gnomebreakout/Makefile (revision 326137) @@ -1,30 +1,30 @@ # Created by: Kris Kennaway # $FreeBSD$ PORTNAME= gnomebreakout PORTVERSION= 0.5.3 PORTREVISION= 11 CATEGORIES= games gnome MASTER_SITES= http://www.users.on.net/~mipearson/ DISTNAME= gnome-breakout-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNOME version of the classic breakout game -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= gnomeprefix libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e \ 's|games.games|root:games|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|-Werror||g' ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e \ 's|@GETTEXT_PACKAGE@|@PACKAGE@|g' ${WRKSRC}/po/Makefile.in.in @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-DGNOME_DISABLE_DEPRECATED||g ; s|-DGTK_DISABLE_DEPRECATED||g' .include Index: head/games/gnomekiss/Makefile =================================================================== --- head/games/gnomekiss/Makefile (revision 326136) +++ head/games/gnomekiss/Makefile (revision 326137) @@ -1,25 +1,22 @@ -# New ports collection makefile for: gnomekiss -# Date created: 4 Apr 2001 -# Whom: UMENO Takashi -# +# Created by: UMENO Takashi # $FreeBSD$ -# PORTNAME= gnomekiss PORTVERSION= 2.0 PORTREVISION= 7 CATEGORIES= games gnome MASTER_SITES= http://devel.tlrmx.org/kiss/source/ MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= GNOME version of Kisekae Set System RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha +USES= pkgconfig USE_GNOME= gnomeprefix gnomehack libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN1= gnomekiss.1 .include Index: head/games/gnono/Makefile =================================================================== --- head/games/gnono/Makefile (revision 326136) +++ head/games/gnono/Makefile (revision 326137) @@ -1,39 +1,38 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= gnono PORTVERSION= 1.9.1 PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Uno card game USE_BZIP2= yes USE_GNOME= gtk20 libgnomeui -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN6= ${PORTNAME}.6 post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \ 's|-DG.*_DISABLE_DEPRECATED||g' -e 's|-Werror||g' @${REINPLACE_CMD} -e 's|glib/garray.h|glib.h|g' \ -e 's|glib/gmessages.h|glib.h|g' \ -e 's|glib/gtypes.h|glib.h|g' \ -e 's|glib/gmem.h|glib.h|g' \ -e 's|glib/gmain.h|glib.h|g' \ ${WRKSRC}/src/ai.[ch] \ ${WRKSRC}/src/cards.[ch] \ ${WRKSRC}/src/game.[ch] \ ${WRKSRC}/src/interface.[ch] \ ${WRKSRC}/src/main.c \ ${WRKSRC}/src/players.[ch] \ ${WRKSRC}/src/preferences.[ch] .include Index: head/games/grhino/Makefile =================================================================== --- head/games/grhino/Makefile (revision 326136) +++ head/games/grhino/Makefile (revision 326137) @@ -1,30 +1,26 @@ -# New ports collection makefile for: grhino -# Date created: 21 Sep 2002 -# Whom: UMENO Takashi -# +# Created by: UMENO Takashi # $FreeBSD$ -# PORTNAME= grhino PORTVERSION= 0.16.1 PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= SF/rhino/GRhino/${PORTVERSION} MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= GRhino Othello/Reversi Program -USES= gettext +USES= gettext pkgconfig perl5 USE_GNOME= gnomeprefix libgnomeui -USE_PERL5_BUILD=yes +USE_PERL5= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALLS_OMF= yes PLIST_SUB+= VERSION=${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure .include Index: head/games/gtetrinet/Makefile =================================================================== --- head/games/gtetrinet/Makefile (revision 326136) +++ head/games/gtetrinet/Makefile (revision 326137) @@ -1,30 +1,29 @@ # Created by: Dan Papasian # $FreeBSD$ PORTNAME= gtetrinet PORTVERSION= 0.7.11 PORTREVISION= 9 CATEGORIES= games gnome ipv6 MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= ports@FreeBSD.org COMMENT= Version of the popular TetriNET multiplayer Tetris clone USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= esound gnomeprefix libgnomeui -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --bindir=${PREFIX}/bin --enable-ipv6 MAN6= gtetrinet.6 GCONF_SCHEMAS= gtetrinet.schemas pre-configure: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|[(]prefix[)]/games|{bindir}|g; /_DISABLE_DEPRECATED/d' .include Index: head/games/gtktetcolor/Makefile =================================================================== --- head/games/gtktetcolor/Makefile (revision 326136) +++ head/games/gtktetcolor/Makefile (revision 326137) @@ -1,31 +1,30 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= gtktetcolor PORTVERSION= 0.6.4 PORTREVISION= 11 CATEGORIES= games gnome MASTER_SITES= SUNSITE/games \ http://canopus.iacp.dvo.ru/~panov/gtktetcolor/ MAINTAINER= ports@FreeBSD.org COMMENT= Game for GNOME that resembles well-known Tetris and Columns LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e \ 's|games\.games|games:games|g' ${WRKSRC}/Makefile.in @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED||g' .include Index: head/games/gturing/Makefile =================================================================== --- head/games/gturing/Makefile (revision 326136) +++ head/games/gturing/Makefile (revision 326137) @@ -1,44 +1,39 @@ -# New ports collection makefile for: games/gturing -# Date created: 08 Jul 2002 -# Whom: Juan Salaverria -# +# Created by: Juan Salaverria # $FreeBSD$ -# PORTNAME= gturing PORTVERSION= 0.1.1 PORTREVISION= 18 CATEGORIES= games gnome MASTER_SITES= ftp://ftp.gnome.org/pub/gnome/sources/gturing/0.1/ MAINTAINER= sylvio@FreeBSD.org COMMENT= Simple Turing machine simulator for GNOME 2 USE_GNOME= gnomeprefix gnomehack libgnomeui -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include INSTALLS_OMF= yes PORTDOCS= AUTHORS COPYING NEWS ChangeLog TODO README INSTALL PORTEXAMPLES= * post-patch: @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} .endfor .endif .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/tapes/* ${EXAMPLESDIR} .endif .include Index: head/games/gweled/Makefile =================================================================== --- head/games/gweled/Makefile (revision 326136) +++ head/games/gweled/Makefile (revision 326137) @@ -1,29 +1,25 @@ -# New ports collection makefile for: gweled -# Date created: November 28, 2003 -# Whom: James Earl -# +# Created by: James Earl # $FreeBSD$ -# PORTNAME= gweled PORTVERSION= 0.7 PORTREVISION= 12 CATEGORIES= games gnome MASTER_SITES= http://sebdelestaing.free.fr/gweled/Release/ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME version of the game called "Bejeweled" or "Diamond Mine" LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod -USE_GMAKE= yes +USE= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui librsvg2 GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e 's|/var/games|${PREFIX}/share/games|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|$${MKDIRPROG-mkdir}|mkdir -p|' \ ${WRKSRC}/install-sh .include Index: head/games/teg/Makefile =================================================================== --- head/games/teg/Makefile (revision 326136) +++ head/games/teg/Makefile (revision 326137) @@ -1,29 +1,28 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= teg PORTVERSION= 0.11.2 PORTREVISION= 6 CATEGORIES= games gnome MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A turn-based strategy game for GNOME -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui -USE_GMAKE= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-ggz GCONF_SCHEMAS= teg.schemas post-patch: @${GREP} -lR " LIST_NEXT" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's| LIST_NEXT| TEG_LIST_NEXT|g' @${REINPLACE_CMD} -e '/^SUBDIRS/s|pl||g' \ ${WRKSRC}/docs/gnome-help/Makefile.in .include Index: head/graphics/agave/Makefile =================================================================== --- head/graphics/agave/Makefile (revision 326136) +++ head/graphics/agave/Makefile (revision 326137) @@ -1,39 +1,38 @@ # Created by: Piotr Smyrak # $FreeBSD$ PORTNAME= agave PORTVERSION= 0.4.2 PORTREVISION= 10 CATEGORIES= graphics gnome MASTER_SITES= http://download.gna.org/colorscheme/releases/ MAINTAINER= ps.ports@smyrak.com COMMENT= A color scheme builder for the GNOME desktop LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ boost_thread:${PORTSDIR}/devel/boost-libs # --disable-gnome option is broken in 0.4.2 #OPTIONS= GNOME "Adds GNOME support" on USE_BZIP2= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig USE_GNOME= gnomeprefix gnomehack gnomedocutils intlhack GCONF_SCHEMAS= agave.schemas INSTALLS_ICONS= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include #.if defined(WITHOUT_GNOME) #CONFIGURE_ARGS+= --disable-gnome --disable-gconf #.else USE_GNOME+= libgnomeui LIB_DEPENDS+= gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 #.endif .include Index: head/graphics/eog/Makefile =================================================================== --- head/graphics/eog/Makefile (revision 326136) +++ head/graphics/eog/Makefile (revision 326137) @@ -1,71 +1,71 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/graphics/eog/Makefile,v 1.123 2010/11/16 10:11:41 kwm Exp $ PORTNAME= eog PORTVERSION= 2.32.1 PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The Eye Of Gnome image viewer BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ update-mime-database:${PORTSDIR}/misc/shared-mime-info RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ update-mime-database:${PORTSDIR}/misc/shared-mime-info USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack intlhack librsvg2 desktopfileutils \ gconf2 gnomedesktop WANT_GNOME= yes INSTALLS_ICONS= yes USES= gettext INSTALLS_OMF= yes GNU_CONFIGURE= yes GNOME_DESKTOP_VERSION=2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= eog.schemas .include _WITH_EXIF= no _WITH_EXEMPI= no .if !defined(WITHOUT_EXIF) || (exists(${LOCALBASE}/lib/libexif.so.12) || \ defined(WITH_EXIF)) LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif PLIST_SUB+= EXIF="" _WITH_EXIF= yes .else PLIST_SUB+= EXIF="@comment " .endif .if !defined(WITHOUT_EXEMPI) || (exists(${LOCALBASE}/lib/libexempi.so)) || \ defined(WITH_EXEMPI) LIB_DEPENDS+= exempi.3:${PORTSDIR}/textproc/exempi _WITH_EXEMPI= yes .endif .if ${_WITH_EXIF}=="yes" || ${_WITH_EXEMPI}=="yes" PLIST_SUB+= EXIFEXEMPI="" .else PLIST_SUB+= EXIFEXEMPI="@comment " .endif .if ${HAVE_GNOME:Mpygtk2}!="" USE_GNOME+= pygtk2 CONFIGURE_ARGS+=--enable-python .else CONFIGURE_ARGS+=--disable-python .endif post-install: @-update-desktop-database > /dev/null .include Index: head/graphics/truevision/Makefile =================================================================== --- head/graphics/truevision/Makefile (revision 326136) +++ head/graphics/truevision/Makefile (revision 326137) @@ -1,50 +1,49 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= truevision PORTVERSION= 0.5.5.2 PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20sources/0.5.5 DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= The GNOME 3D modeler LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui USE_GL= gl USE_PYTHON= yes -USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= truevision.1 CPPFLAGS+= -I${LOCALBASE}/include \ `pkg-config --cflags gtkglext-1.0` LDFLAGS+= -L${LOCALBASE}/lib \ `pkg-config --libs gtkglext-1.0` post-patch: @${REINPLACE_CMD} -e 's|CXXFLAGS=""||g ; \ s|-I/usr/include/gtkglext-1.0/||g ; \ s|-I/usr/local/include/gtkglext-1.0/||g ; \ s|-I/usr/lib/gtkglext-1.0/include/||g ; \ s|-I/usr/local/lib/gtkglext-1.0/include/||g ; \ s|-I/usr/local/include ||g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-I/usr/include||g ; \ s|-I/usr/local/include||g ; \ s|-I/usr/X11R6/include||g ; \ s|-L/usr/lib||g ; \ s|-L/usr/local/lib||g ; \ s|-L/usr/X11R6/lib||g ; \ s|-O2||g ; \ s|^truevisiondoc|#truevisiondoc|g' .include Index: head/irc/xchat-gnome/Makefile =================================================================== --- head/irc/xchat-gnome/Makefile (revision 326136) +++ head/irc/xchat-gnome/Makefile (revision 326137) @@ -1,92 +1,91 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= xchat PORTVERSION= 0.26.1 PORTREVISION= 7 CATEGORIES= irc gnome ipv6 MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/xchat-gnome/${PORTVERSION:R} PKGNAMESUFFIX= -gnome DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= kwm@FreeBSD.org COMMENT= An IRC client for GNOME 2 (development version) LIB_DEPENDS= sexy:${PORTSDIR}/x11-toolkits/libsexy \ canberra-gtk:${PORTSDIR}/audio/libcanberra \ notify:${PORTSDIR}/devel/libnotify USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix desktop-file-utils gettext +USES= pathfix desktop-file-utils gettext gmake pkgconfig USE_GNOME= gnomeprefix libgnomeui gnomedocutils GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} GCONF_SCHEMAS= apps_xchat.schemas notification.schemas urlscraper.schemas INSTALLS_ICONS= yes INSTALLS_OMF= yes MAN1= xchat-gnome.1 OPTIONS_DEFINE= DBUS IPV6 PYTHON PERL TCL OPTIONS_DEFAULT=DBUS IPV6 PERL .include .if ${PORT_OPTIONS:MDBUS} LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus CONFIGURE_ARGS+= --enable-dbus USE_GNOME+= gconf2 GCONF_SCHEMAS+= url_handler.schemas PLIST_SUB+= DBUS="" .else CONFIGURE_ARGS+=--disable-dbus PLIST_SUB+= DBUS="@comment " .endif .if ${PORT_OPTIONS:MIPV6} CONFIGURE_ARGS+= --enable-ipv6 .endif .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= yes CONFIGURE_ARGS+= --enable-python PLIST_SUB+= PYTHON="" .else CONFIGURE_ARGS+= --disable-python PLIST_SUB+= PYTHON="@comment " .endif .if ${PORT_OPTIONS:MTCL} USE_TCL= 84 CONFIGURE_ARGS+=--enable-tcl=${TCL_LIBDIR} CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} \ -L${TCL_LIBDIR}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} \ -I${TCL_INCLUDEDIR} PLIST_SUB+= TCL="" .else CONFIGURE_ARGS+=--disable-tcl PLIST_SUB+= TCL="@comment " .endif .if ${PORT_OPTIONS:MPERL} USE_PERL5= yes CONFIGURE_ARGS+=--enable-perl PLIST_SUB+= PERL="" .else CONFIGURE_ARGS+=--disable-perl PLIST_SUB+= PERL="@comment " .endif post-patch: @${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VER/config -lpython\$$PY_VER ${PTHREAD_LIBS} -lutil"|' \ -e 's|tcl-8.4/lib|lib/tcl8.4|g' \ -e 's|-DGTK_DISABLE_DEPRECATED||g' \ -e 's|-DGDK_DISABLE_DEPRECATED||g' \ -e 's|-fgnu89-inline||g' \ ${WRKSRC}/configure .include Index: head/japanese/ibus-anthy/Makefile =================================================================== --- head/japanese/ibus-anthy/Makefile (revision 326136) +++ head/japanese/ibus-anthy/Makefile (revision 326137) @@ -1,51 +1,46 @@ -# New ports collection makefile for: ibus-anthy -# Date created: 30 Apr 2009 -# Whom: Daichi GOTO -# +# Created by: Daichi GOTO # $FreeBSD$ -# PORTNAME= ibus-anthy PORTVERSION= 1.2.7 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= japanese PROJECTHOST= ibus MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ja- MAINTAINER= daichi@FreeBSD.org COMMENT= Anthy engine for IBus BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy \ ibus-1.0.401:${PORTSDIR}/textproc/ibus RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_PYTHON= yes USE_GNOME= pygtk2 LOCALBASE_REPLACE_FILES= \ engine/engine.py \ setup/anthyprefs.py \ setup/main.py INCLUDEDIR_REPLACE_FILES= \ engine/Makefile.am \ engine/Makefile.in post-patch: cd ${WRKSRC} && \ ${REINPLACE_CMD} "s,@@LOCALBASE@@,${LOCALBASE},g" \ ${LOCALBASE_REPLACE_FILES} && \ ${REINPLACE_CMD} "s,@@INCLUDEDIR@@,${INCLUDEDIR},g" \ ${INCLUDEDIR_REPLACE_FILES} post-install: @${CAT} ${PKGMESSAGE} @${ECHO_CMD} To display this message again, type ${PKG_INFO} -D ${PKGNAME} .include Index: head/mail/balsa/Makefile =================================================================== --- head/mail/balsa/Makefile (revision 326136) +++ head/mail/balsa/Makefile (revision 326137) @@ -1,96 +1,94 @@ # Created by: Glenn Johnson # $FreeBSD$ # $MCom: ports-stable/mail/balsa/Makefile,v 1.3 2007/12/02 19:18:50 marcus Exp $ PORTNAME= balsa PORTVERSION= 2.4.8 PORTREVISION= 6 CATEGORIES= mail gnome MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ DISTNAME= balsa-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= A mail reader for the GNOME 2 desktop LIB_DEPENDS= aspell:${PORTSDIR}/textproc/aspell \ pcre:${PORTSDIR}/devel/pcre \ esmtp:${PORTSDIR}/mail/libesmtp \ gmime-2.4:${PORTSDIR}/mail/gmime24 \ gnome-keyring:${PORTSDIR}/security/gnome-keyring \ canberra-gtk:${PORTSDIR}/audio/libcanberra -USE_GMAKE= yes USE_BZIP2= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_PERL5= yes USE_OPENSSL= yes -USES= pathfix gettext iconv +USES= pathfix gettext iconv perl5 pkgconfig gmake USE_GNOME= gnomeprefix intlhack libgnomeui gtkhtml3 \ libgnomeprintui USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-threads \ --disable-more-warnings \ --with-ssl \ --without-nm \ --with-canberra CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} MAN1= balsa.1 OPTIONS_DEFINE= LDAP GTKSPELL GTKSV NOTIFY GPG OPTIONS_DEFAULT=LDAP GTKSPELL GTKSV NOTIFY GTKSPELL_DESC= Spell checking support GTKSV_DESC= GtkSourceview support GPG_DESC= GnuPG support .include .if ${PORT_OPTIONS:MGPG} LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}/bin/gpgme-config .endif .if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldap .endif .if ${PORT_OPTIONS:MGTKSPELL} LIB_DEPENDS+= gtkspell:${PORTSDIR}/textproc/gtkspell CONFIGURE_ARGS+=--with-gtkspell .endif .if ${PORT_OPTIONS:MGTKSV} USE_GNOME+= gtksourceview2 CONFIGURE_ARGS+=--with-gtksourceview=2 .endif .if ${PORT_OPTIONS:MNOTIFY} LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+=--with-libnotify=yes .else CONFIGURE_ARGS+=--with-libnotify=no .endif .include .if ${PREFIX}==${LOCALBASE} PLIST_SUB+= GTKICON="@comment " .else PLIST_SUB+= GTKICON="" .endif post-patch: @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|g' \ ${WRKSRC}/libbalsa/mailbox_imap.c # PREFIX safeness @${REINPLACE_CMD} -E \ -e 's|^(HICOLOR_ICON_DIR)[^/]+/|\1=${PREFIX}/|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED_SOURCE||g ; s|-D.*_DISABLE_DEPRECATED||g' .include Index: head/math/gdcalc/Makefile =================================================================== --- head/math/gdcalc/Makefile (revision 326136) +++ head/math/gdcalc/Makefile (revision 326137) @@ -1,22 +1,20 @@ -# New ports collection makefile for: gdcalc -# Date created: 2002-06-29 -# Whom: Jan Srocker -# +# Created by: Jan Srocker # $FreeBSD$ # $MCom: ports/math/gdcalc/Makefile,v 1.1 2006/10/04 15:51:37 ahze Exp $ PORTNAME= gdcalc PORTVERSION= 2.15 PORTREVISION= 6 CATEGORIES= math MASTER_SITES= http://bhepple.freeshell.org/dcalc/unix/ MAINTAINER= araujo@FreeBSD.org COMMENT= Gnome-based scientific calculator RUN_DEPENDS= ${LOCALBASE}/bin/gunits:${PORTSDIR}/math/units +USES= pkgconfig USE_GNOME= gnomehier libgnomeui GNU_CONFIGURE= yes .include Index: head/misc/gregexp/Makefile =================================================================== --- head/misc/gregexp/Makefile (revision 326136) +++ head/misc/gregexp/Makefile (revision 326137) @@ -1,21 +1,22 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= gregexp PORTVERSION= 0.3 PORTREVISION= 13 CATEGORIES= misc MASTER_SITES= http://dentrassi.de/download/gregexp/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Graphical regular expression explorer LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre +USES= pkgconfig USE_GNOME= gnomeprefix libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/misc/terraform/Makefile =================================================================== --- head/misc/terraform/Makefile (revision 326136) +++ head/misc/terraform/Makefile (revision 326137) @@ -1,54 +1,53 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= terraform PORTVERSION= 0.9.5 DISTVERSIONPREFIX= src- PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= GOOGLE_CODE EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Interactive height field generation and manipulation program LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/lib/libtrio.a:${PORTSDIR}/devel/trio WRKSRC= ${WRKDIR}/${PORTNAME} -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomehier libgnomeprintui libgnomeui -USE_GMAKE= yes USE_AUTOTOOLS= automake:env GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s| desktop-links docs | |' \ ${WRKSRC}/Makefile.in pre-configure: @${LN} -sf ${AUTOMAKE_DIR}/depcomp ${WRKSRC} post-install: @${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/desktop-links/Terraform.desktop \ ${PREFIX}/share/applications @${MKDIR} ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/desktop-links/terraform.png \ ${PREFIX}/share/pixmaps .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for file in FAQ.sgml README.sgml UsersGuide.sgml i18n.txt ${INSTALL_DATA} ${WRKSRC}/docs/${file} ${DOCSDIR} .endfor .endif .include Index: head/misc/uf-view/Makefile =================================================================== --- head/misc/uf-view/Makefile (revision 326136) +++ head/misc/uf-view/Makefile (revision 326137) @@ -1,27 +1,23 @@ -# New ports collection makefile for: uf-view -# Date created: 30 May 2001 -# Whom: Jonathan McGee -# +# Created by: Jonathan McGee # $FreeBSD$ -# PORTNAME= uf-view PORTVERSION= 2.4 PORTREVISION= 12 CATEGORIES= misc MASTER_SITES= http://www.hadess.net/files/software/uf-view/ MAINTAINER= mcgee@wam.umd.edu COMMENT= A gTK+ viewer for the User Friendly and several other popular comics -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack gnomehier gnomevfs2 gnomedesktop libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib pre-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure .include Index: head/net/grdesktop/Makefile =================================================================== --- head/net/grdesktop/Makefile (revision 326136) +++ head/net/grdesktop/Makefile (revision 326137) @@ -1,37 +1,33 @@ -# New ports collection makefile for: grdesktop -# Date created: Jan 3 2003 -# Whom: Florent Thoumie -# +# Created by: Florent Thoumie # $FreeBSD$ -# PORTNAME= grdesktop PORTVERSION= 0.23 PORTREVISION= 12 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= flz@FreeBSD.org COMMENT= GNOME frontend for the remote desktop client (rdesktop) RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= libgnomeui gnomeprefix gnomehack GCONF_SCHEMAS= grdesktop.schemas INSTALLS_OMF= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-keymap-path=${LOCALBASE}/share/rdesktop/keymaps MAN1= grdesktop.1 post-patch: @${REINPLACE_CMD} -e 's|^\(GETTEXT_PACKAGE =\).*|\1 grdesktop|' ${WRKSRC}/po/Makefile.in.in post-install: @${INSTALL_DATA} ${PREFIX}/share/pixmaps/grdesktop/icon.png ${PREFIX}/share/pixmaps/grdesktop.png .include Index: head/net-mgmt/etherape/Makefile =================================================================== --- head/net-mgmt/etherape/Makefile (revision 326136) +++ head/net-mgmt/etherape/Makefile (revision 326137) @@ -1,32 +1,32 @@ # Created by: Holger Lamm # $FreeBSD$ PORTNAME= etherape PORTVERSION= 0.9.9 PORTREVISION= 2 CATEGORIES= net-mgmt gnome MASTER_SITES= SF MAINTAINER= sylvio@FreeBSD.org COMMENT= A graphical network traffic visualization tool for gnome USE_GNOME= libglade2 libgnomeui gnomehack gnomeprefix -USE_GMAKE= yes +USES= gmake pkgconfig INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN1= etherape.1 .include .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif .include Index: head/net-mgmt/ettercap/Makefile =================================================================== --- head/net-mgmt/ettercap/Makefile (revision 326136) +++ head/net-mgmt/ettercap/Makefile (revision 326137) @@ -1,113 +1,113 @@ # Created by: George Reid # $FreeBSD$ PORTNAME= ettercap PORTVERSION= 0.7.4.1 PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= net-mgmt security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}-Lazarus \ ${MASTER_SITE_PACKETSTORM:S:%SUBDIR%:sniffers/ettercap:} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Network sniffer/interceptor/injector/logger for switched LANs LIB_DEPENDS= net:${PORTSDIR}/net/libnet # GTK -> GTK2, ICONV -> UTF8 OPTIONS_DEFINE= DOCS GTK2 PCRE PLUGINS SSL UTF8 OPTIONS_DEFAULT=GTK2 PCRE PLUGINS SSL UTF8 PCRE_DESC= Use PCRE in filters SSL_DESC= SSH1 and SSL decryption support CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV= LIBS="${LDFLAGS}" CONFIGURE_ARGS= --enable-plugins CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes USE_AUTOTOOLS= libltdl libtool -USES= bison +USES= bison pkgconfig WANT_GNOME= yes WRKSRC= ${WRKDIR}/${PORTNAME} DOCS= AUTHORS CHANGELOG README README.BINARIES README.BUGS \ README.GIT README.PLATFORMS THANKS TODO TODO.TESTING \ doc/capture doc/decoders doc/dissectors doc/threads MAN5= etter.conf.5 MAN8= ettercap.8 ettercap_curses.8 etterfilter.8 etterlog.8 LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config .include .if ${PORT_OPTIONS:MGTK2} PKGNAMESUFFIX?= -gtk2 CONFIGURE_ARGS+=--enable-gtk USE_GNOME= atk glib20 gtk20 pango .else CONFIGURE_ARGS+=--disable-gtk .endif .if ${PORT_OPTIONS:MUTF8} CONFIGURE_ARGS+=--with-iconv=${LOCALBASE} USES+= iconv .endif .if ${PORT_OPTIONS:MPCRE} LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+=--with-libpcre=${LOCALBASE} .else CONFIGURE_ARGS+=--without-libpcre .endif .if ${PORT_OPTIONS:MPLUGINS} CONFIGURE_ARGS+=--enable-plugins DOCS+= doc/plugins MAN8+= ettercap_plugins.8 PLIST_SUB+= PLUGINS="" .else CONFIGURE_ARGS+=--disable-plugins PLIST_SUB+= PLUGINS="@comment " .endif .if ${PORT_OPTIONS:MSSL} CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} USE_OPENSSL= yes .else CONFIGURE_ARGS+=--without-openssl .endif .include .if ${OSVERSION} < 800000 BROKEN= does not compile on FreeBSD 7.X .endif post-patch: @${REINPLACE_CMD} -E \ -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \ -e 's|test -f /usr/include/libnet\.h|${TRUE}|' \ -e 's|(LNETINC=).*|\1"`${LIBNET_CONFIG} --cflags`"|' \ -e 's|(LNETLIB=).*|\1"`${LIBNET_CONFIG} --libs`"|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -E \ -e 's|(^pkgdatadir.+=).+|\1 ${DATADIR}|' \ -e '/^install-exec-am:/ s|: .*$$|:|'\ ${WRKSRC}/share/Makefile.in # Fix objformat @${REINPLACE_CMD} -E -e 's|(^.*=).*/usr/bin/objformat.*|\1"elf"|' \ ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure post-install: ${INSTALL_DATA} ${WRKSRC}/share/etter.conf ${PREFIX}/etc/etter.conf.sample .if !exists(${PREFIX}/etc/etter.conf) ${INSTALL_DATA} ${WRKSRC}/share/etter.conf ${PREFIX}/etc/etter.conf .endif .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/ .endif .include Index: head/print/ggv/Makefile =================================================================== --- head/print/ggv/Makefile (revision 326136) +++ head/print/ggv/Makefile (revision 326137) @@ -1,34 +1,29 @@ -# New ports collection makefile for: ggv2 -# Date created: 07 July 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/print/ggv/Makefile,v 1.8 2007/09/24 19:40:45 mezz Exp $ -# PORTNAME= ggv PORTVERSION= 2.12.0 PORTREVISION= 9 CATEGORIES= print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 ghostscript viewer USE_BZIP2= yes INSTALLS_OMF= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui desktopfileutils -USES= gettext +USES= gettext gmake pkgconfig USE_GHOSTSCRIPT=yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= ggv.schemas post-install: @-update-desktop-database > /dev/null .include Index: head/print/gnomephotoprinter/Makefile =================================================================== --- head/print/gnomephotoprinter/Makefile (revision 326136) +++ head/print/gnomephotoprinter/Makefile (revision 326137) @@ -1,26 +1,21 @@ -# New ports collection makefile for: gnomephotoprinter -# Date created: 27 Oct 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ -# PORTNAME= gnomephotoprinter PORTVERSION= 0.7.0 PORTREVISION= 9 CATEGORIES= print gnome MASTER_SITES= http://www.fogman.de/gpp/ DISTNAME= gpp-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome Photo Printer is intended for printing photos in an easy way -USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui libglade2 libgnomeprintui \ gnomevfs2 -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes .include Index: head/print/gribouy/Makefile =================================================================== --- head/print/gribouy/Makefile (revision 326136) +++ head/print/gribouy/Makefile (revision 326137) @@ -1,24 +1,20 @@ -# New ports collection makefile for: gribouy -# Date created: 20 Nov 2003 -# Whom: bland@FreeBSD.org -# +# Created by: bland@FreeBSD.org # $FreeBSD$ -# PORTNAME= gribouy PORTVERSION= 0.0.8 PORTREVISION= 13 CATEGORIES= print gnome #MASTER_SITES= ${MASTER_SITE_SAVANNAH} #MASTER_SITE_SUBDIR= gribouy/unstable.pkg/${PORTVERSION:R} MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bland MAINTAINER= gnome@FreeBSD.org COMMENT= Gribouy is a Type1 font editor -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack libglade2 libgnomeui GNU_CONFIGURE= yes .include Index: head/science/linsmith/Makefile =================================================================== --- head/science/linsmith/Makefile (revision 326136) +++ head/science/linsmith/Makefile (revision 326137) @@ -1,33 +1,33 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= linsmith PORTVERSION= 0.99.26 CATEGORIES= science hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Smith charting program LICENSE= GPLv2 # (or later) -USES= gettext +USES= gettext pkgconfig USE_GNOME= libgnomeui libxml2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e \ '/^Icon/s|/usr/share|${PREFIX}/share|' \ ${WRKSRC}/linsmith.desktop post-install: @${MKDIR} ${DESKTOPDIR} (cd ${WRKSRC} \ && ${INSTALL_DATA} linsmith.desktop ${DESKTOPDIR}) (cd ${WRKSRC} \ && ${INSTALL_DATA} linsmith_icon.xpm ${PREFIX}/share/pixmaps) .include Index: head/security/gnome-gpg/Makefile =================================================================== --- head/security/gnome-gpg/Makefile (revision 326136) +++ head/security/gnome-gpg/Makefile (revision 326137) @@ -1,29 +1,27 @@ -# New ports collection makefile for: gnome-gpg -# Date created: 2006-09-02 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/security/gnome-gpg/Makefile,v 1.1 2006/09/02 15:20:58 ahze Exp $ PORTNAME= gnome-gpg PORTVERSION= 0.5.0 PORTREVISION= 8 CATEGORIES= security MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Simple commandline wrapper around gpg for gnome-keyring BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= libgnomeui CONFIGURE_ENV= set_more_warnings="no" PLIST_FILES= bin/gnome-gpg MAN1= gnome-gpg.1 .include Index: head/security/gpass/Makefile =================================================================== --- head/security/gpass/Makefile (revision 326136) +++ head/security/gpass/Makefile (revision 326137) @@ -1,36 +1,35 @@ # Created by: ports@c0decafe.net # $FreeBSD$ PORTNAME= gpass PORTVERSION= 0.5.1 PORTREVISION= 10 CATEGORIES= security gnome MASTER_SITES= http://projects.netlab.jp/gpass/release/ MAINTAINER= ports@FreeBSD.org COMMENT= Password manager for GNOME2 LIB_DEPENDS= mcrypt:${PORTSDIR}/security/mcrypt \ mhash:${PORTSDIR}/security/mhash GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic -USE_GMAKE= yes MAN1= gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1 -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix gtk20 libgnomeui intltool libglade2 GCONF_SCHEMAS= gpass.schemas post-patch: @${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/include/gpass/error.h \ ${WRKSRC}/src/helper.h post-install: @-update-desktop-database .include Index: head/security/libgnomesu/Makefile =================================================================== --- head/security/libgnomesu/Makefile (revision 326136) +++ head/security/libgnomesu/Makefile (revision 326137) @@ -1,35 +1,35 @@ # Created by: Adam Weinberger # $FreeBSD$ # $MCom: ports/security/libgnomesu/Makefile,v 1.2 2007/05/19 21:36:21 marcus Exp $ + PORTNAME= libgnomesu PORTVERSION= 1.0.0 PORTREVISION= 10 CATEGORIES= security gnome MASTER_SITES= http://members.chello.nl/~h.lai/libgnomesu/ MAINTAINER= ports@FreeBSD.org COMMENT= Library and frontend for running commands as root USE_AUTOTOOLS= libtool -USE_GMAKE= yes -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix libgnomeui CONFIGURE_ARGS+=--disable-install-pam CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include post-patch: @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \ ${WRKSRC}/src/Makefile.in post-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/gnomesu-pam.sample ${EXAMPLESDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/api.html ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/libgnomesu.css ${DOCSDIR} .endif @${SED} -e "s|%%EXAMPLESDIR%%|${EXAMPLESDIR}|g" ${PKGMESSAGE} .include Index: head/sysutils/battfink/Makefile =================================================================== --- head/sysutils/battfink/Makefile (revision 326136) +++ head/sysutils/battfink/Makefile (revision 326137) @@ -1,30 +1,25 @@ -# New ports collection makefile for: battfink -# Date created: 12 April 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# PORTNAME= battfink PORTVERSION= 0.6.2 PORTREVISION= 14 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= An energy saving preferences app for GNOME USE_BZIP2= yes USE_XORG= x11 INSTALLS_OMF= yes USE_GNOME= gnomehack gnomeprefix libgnomeui -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= battfink.schemas .include Index: head/sysutils/cog/Makefile =================================================================== --- head/sysutils/cog/Makefile (revision 326136) +++ head/sysutils/cog/Makefile (revision 326137) @@ -1,27 +1,22 @@ -# New ports collection makefile for: COnfigurator for Gnome -# Date created: 01 May 2004 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# PORTNAME= cog PORTVERSION= 0.8.0 PORTREVISION= 12 CATEGORIES= sysutils gnome MASTER_SITES= http://www.krakoa.dk/progs/cog/ MAINTAINER= gnome@FreeBSD.org COMMENT= A program for editing advanced GNOME settings in an easy way USE_XORG= x11 -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION=${PORTVERSION} .include Index: head/sysutils/gconf-editor/Makefile =================================================================== --- head/sysutils/gconf-editor/Makefile (revision 326136) +++ head/sysutils/gconf-editor/Makefile (revision 326137) @@ -1,33 +1,28 @@ -# New ports collection makefile for: gconf-editor -# Date created: 12 May 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/sysutils/gconf-editor/Makefile,v 1.85 2010/09/27 18:22:59 kwm Exp $ -# PORTNAME= gconf-editor PORTVERSION= 2.32.0 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A gconf database editor for the GNOME 2 environment USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gnomedocutils GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN1= gconf-editor.1 GCONF_SCHEMAS= gconf-editor.schemas .include Index: head/sysutils/gnome-device-manager/Makefile =================================================================== --- head/sysutils/gnome-device-manager/Makefile (revision 326136) +++ head/sysutils/gnome-device-manager/Makefile (revision 326137) @@ -1,30 +1,26 @@ -# New ports collection makefile for: gnome-device-manager -# Date Created: 08 January 2008 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/sysutils/gnome-device-manager/Makefile,v 1.1 2008/01/08 06:47:29 marcus Exp $ -# PORTNAME= gnome-device-manager PORTVERSION= 0.2 PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://hal.freedesktop.org/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= HAL device manager for the GNOME Desktop LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack intlhack ltverhack libgnomeui USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes USE_LDCONFIG= yes INSTALLS_OMF= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/sysutils/gnome-pkgview/Makefile =================================================================== --- head/sysutils/gnome-pkgview/Makefile (revision 326136) +++ head/sysutils/gnome-pkgview/Makefile (revision 326137) @@ -1,32 +1,27 @@ -# New ports collection makefile for: gnome-pkgview -# Date created: 20 November 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/sysutils/gnome-pkgview/Makefile,v 1.6 2007/05/30 03:21:44 mezz Exp $ -# PORTNAME= gnome-pkgview PORTVERSION= 1.0.7 PORTREVISION= 5 CATEGORIES= sysutils gnome MASTER_SITES= http://www.mikegtn.net/packages/gnome-pkgview/ MAINTAINER= gnome@FreeBSD.org COMMENT= Displays the version of GNOME components installed USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui intlhack -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= gnome-pkgview.schemas post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/config-path.c .include Index: head/sysutils/nautilus-cd-burner/Makefile =================================================================== --- head/sysutils/nautilus-cd-burner/Makefile (revision 326136) +++ head/sysutils/nautilus-cd-burner/Makefile (revision 326137) @@ -1,55 +1,54 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/sysutils/nautilus-cd-burner/Makefile,v 1.149 2009/09/25 18:40:01 kwm Exp $ PORTNAME= nautilus-cd-burner PORTVERSION= 2.24.0 PORTREVISION= 8 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= CD burner view for Nautilus BUILD_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount RUN_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ cdrdao:${PORTSDIR}/sysutils/cdrdao \ cdrecord:${PORTSDIR}/sysutils/cdrtools CONFIGURE_ARGS= --enable-gnome-mount USE_BZIP2= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack intlhack nautilus2 ltverhack \ desktopfileutils ltasneededhack eel2 libgnomeui INSTALLS_ICONS= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= nautilus-cd-burner.schemas OPTIONS_DEFINE= DVD OPTIONS_DEFAULT=DVD DVD_DESC= DVD support .include .if ${PORT_OPTIONS:MDVD} RUN_DEPENDS+= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools .endif post-patch: @${REINPLACE_CMD} -e 's|glib/g.*\.h>|glib.h>|g' \ ${WRKSRC}/src/nautilus-burn.h \ ${WRKSRC}/src/nautilus-burn-init.h \ ${WRKSRC}/src/nautilus-cd-burner.h post-install: -@update-desktop-database @${CAT} ${PKGMESSAGE} .include Index: head/textproc/gnome-spell/Makefile =================================================================== --- head/textproc/gnome-spell/Makefile (revision 326136) +++ head/textproc/gnome-spell/Makefile (revision 326137) @@ -1,35 +1,31 @@ -# New ports collection makefile for: gnomespell -# Date created: 29 December 2001 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ # $MCom: ports/textproc/gnome-spell/Makefile,v 1.13 2007/10/15 17:17:18 mezz Exp $ -# PORTNAME= gnome-spell PORTVERSION= 1.0.8 PORTREVISION= 7 CATEGORIES= textproc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= A GNOME/Bonobo component for spell checking LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell USE_BZIP2= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION=${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \ ${WRKSRC}/po/Makefile.in.in .include Index: head/textproc/ibus-m17n/Makefile =================================================================== --- head/textproc/ibus-m17n/Makefile (revision 326136) +++ head/textproc/ibus-m17n/Makefile (revision 326137) @@ -1,37 +1,37 @@ # Created by: Nikola Lecic # $FreeBSD$ PORTNAME= ibus-m17n PORTVERSION= 1.3.3 PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://anthesphoria.net/FreeBSD/ports/distfiles/ MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= The m17n IMEngine for IBus framework LIB_DEPENDS= ibus-1.0:${PORTSDIR}/textproc/ibus \ m17n.4:${PORTSDIR}/devel/m17n-lib RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus PROJECTHOST= ibus -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes .include .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|/usr/share/m17n|$${pkgdatadir}|g' \ ${WRKSRC}/src/m17n.xml.in* .include Index: head/textproc/stardict2/Makefile =================================================================== --- head/textproc/stardict2/Makefile (revision 326136) +++ head/textproc/stardict2/Makefile (revision 326137) @@ -1,53 +1,52 @@ # Created by: Shen Chuan-Hsing # $FreeBSD$ PORTNAME= stardict PORTVERSION= 2.4.8 PORTREVISION= 14 CATEGORIES= textproc MASTER_SITES= SF DIST_SUBDIR= stardict MAINTAINER= delphij@FreeBSD.org COMMENT= Cross-platform and international dictionary written in Gtk2 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix -USES= gettext +USES= gettext gmake pkgconfig LATEST_LINK= stardict2 OPTIONS_DEFINE= GNOME OPTIONS_DEFAULT= GNOME CONFLICTS= stardict-3.[0-9]* .include .include .if ${PORT_OPTIONS:MGNOME} USE_GNOME+= libgnomeui GCONF_SCHEMAS= stardict.schemas INSTALLS_OMF= yes PLIST_SUB= GNOME="" .else USE_GNOME+= gtk20 CONFIGURE_ARGS+=--disable-gnome-support --disable-schemas-install PLIST_SUB= GNOME="@comment not installed: " .endif MAN1= stardict.1 post-patch: # gcc 2.95 does not know std::string::clear() @${REINPLACE_CMD} -e 's|.clear()|.erase()|' \ ${WRKSRC}/src/docklet.cpp ${WRKSRC}/src/floatwin.cpp \ ${WRKSRC}/src/selection.cpp post-install: @${CAT} ${PKGMESSAGE} .include Index: head/textproc/stardict3/Makefile =================================================================== --- head/textproc/stardict3/Makefile (revision 326136) +++ head/textproc/stardict3/Makefile (revision 326137) @@ -1,73 +1,72 @@ # Created by: eric # $FreeBSD$ PORTNAME= stardict PORTVERSION= 3.0.4 CATEGORIES= textproc MASTER_SITES= GOOGLE_CODE DIST_SUBDIR= stardict MAINTAINER= makc@FreeBSD.org COMMENT= Dictionary lookup program written in Gtk2 LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ enchant.1:${PORTSDIR}/textproc/enchant RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-festival \ --disable-gucharmap \ --disable-espeak \ --disable-updateinfo -USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gnomehack -USES= gettext +USES= gettext gmake pkgconfig CONFIGURE_WRKSRC= ${WRKSRC}/dict BUILD_WRKSRC= ${CONFIGURE_WRKSRC} INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} PROJECTHOST= stardict-3 OPTIONS_DEFINE= GNOME OPTIONS_DEFAULT= ${OPTIONS_DEFINE} CONFLICTS_INSTALL= stardict-2.[0-9]* .include .if ${PORT_OPTIONS:MGNOME} USE_GNOME+= gnomeprefix gnomedocutils libgnomeui GCONF_SCHEMAS= stardict.schemas INSTALLS_OMF= yes PLIST_SUB= GNOME="" .else USE_AUTOTOOLS= autoconf USE_GNOME+= gtk20 CONFIGURE_ARGS+=--disable-gnome-support --disable-schemas-install PLIST_SUB= GNOME="@comment " MAKE_ARGS+= AUTOMAKE="${TRUE}" ACLOCAL="${TRUE}" .endif MAN1= stardict.1 post-patch: .if !${PORT_OPTIONS:MGNOME} ${REINPLACE_CMD} -e '/DATADIRNAME=lib/s,lib,share,' ${WRKSRC}/dict/m4/intltool.m4 ${REINPLACE_CMD} -e '/^SUBDIRS/s,help,,' ${WRKSRC}/dict/Makefile.in ${REINPLACE_CMD} -e '/^GNOME_DOC_INIT/d' \ -e '/^help\/Makefile/d' ${WRKSRC}/dict/configure.ac .endif ${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,g' \ ${WRKSRC}/dict/src/conf.cpp pre-configure: cd ${WRKSRC}/lib && \ ${SETENV} ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS} && \ ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET} post-install: @${CAT} ${PKGMESSAGE} .include Index: head/www/gnome-user-share/Makefile =================================================================== --- head/www/gnome-user-share/Makefile (revision 326136) +++ head/www/gnome-user-share/Makefile (revision 326137) @@ -1,39 +1,38 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= gnome-user-share PORTVERSION= 2.30.1 PORTREVISION= 2 CATEGORIES= www deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Personal file-sharing service for the GNOME Desktop LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app \ canberra.0:${PORTSDIR}/audio/libcanberra \ notify.4:${PORTSDIR}/devel/libnotify \ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dnssd.so:${PORTSDIR}/www/mod_dnssd \ console-kit-daemon:${PORTSDIR}/sysutils/consolekit USE_BZIP2= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_APACHE= 22 USE_XORG= sm USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 gnomedocutils nautilus2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS= --with-modules-path=${LOCALBASE}/${APACHEMODDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= desktop_gnome_file_sharing.schemas post-patch: @${REINPLACE_CMD} -e 's|/etc/httpd/modules|${LOCALBASE}/${APACHEMODDIR}|g' \ ${WRKSRC}/data/dav_user_*.conf .include Index: head/x11/brightside/Makefile =================================================================== --- head/x11/brightside/Makefile (revision 326136) +++ head/x11/brightside/Makefile (revision 326137) @@ -1,28 +1,24 @@ -# New ports collection makefile for: brightide -# Date created: 02 July 2004 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# PORTNAME= brightside PORTVERSION= 1.4.0 PORTREVISION= 10 CATEGORIES= x11 MASTER_SITES= LOCAL/marcus MAINTAINER= marcus@FreeBSD.org COMMENT= A tool to add reactivity to the edges and corners of the GNOME desktop +USES= gmake pkgconfig USE_BZIP2= yes USE_XORG= x11 xt -USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack libwnck libgnomeui CONFIGURE_ARGS= --enable-tray-icon CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= brightside.schemas .include Index: head/x11-clocks/gtubeclock/Makefile =================================================================== --- head/x11-clocks/gtubeclock/Makefile (revision 326136) +++ head/x11-clocks/gtubeclock/Makefile (revision 326137) @@ -1,21 +1,18 @@ -# New ports collection makefile for: gtubeclock -# Date created: 9 Jan 2005 -# Whom: UMENO Takashi -# +# Created by: UMENO Takashi # $FreeBSD$ -# PORTNAME= gtubeclock PORTVERSION= 0.9.1 PORTREVISION= 11 CATEGORIES= x11-clocks MASTER_SITES= http://www.bonnyswan.com/gtubeclock/downloads/ MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= A nixie tube clock for GNOME +USES= pkgconfig USE_XORG= x11 GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack gtk20 libgnomeui .include Index: head/x11-clocks/sanduhr/Makefile =================================================================== --- head/x11-clocks/sanduhr/Makefile (revision 326136) +++ head/x11-clocks/sanduhr/Makefile (revision 326137) @@ -1,26 +1,22 @@ -# New ports collection makefile for: sanduhr -# Date created: 14 September 2000 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ -# PORTNAME= sanduhr PORTVERSION= 1.93 PORTREVISION= 8 CATEGORIES= x11-clocks gnome MASTER_SITES= http://seehuhn.de/media/programs/ MAINTAINER= araujo@FreeBSD.org COMMENT= An alarm clock for GNOME desktop designed as a sand-glass +USES= gmake pkgconfig USE_GNOME= gnomehack gnomeprefix libgnomeui -USE_GMAKE= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN1= sanduhr.1 .include Index: head/x11-themes/gnome-themes-extras/Makefile =================================================================== --- head/x11-themes/gnome-themes-extras/Makefile (revision 326136) +++ head/x11-themes/gnome-themes-extras/Makefile (revision 326137) @@ -1,32 +1,27 @@ -# New ports collection makefile for: gnome-themes-extras -# Date Created: 12 June 2003 -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ # $MCom: ports/x11-themes/gnome-themes-extras/Makefile,v 1.18 2007/10/04 02:36:16 mezz Exp $ -# PORTNAME= gnome-themes-extras PORTVERSION= 2.22.0 PORTREVISION= 9 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= More themes for the GNOME 2 desktop environment BUILD_DEPENDS= gtk-engines2>=2.11.0:${PORTSDIR}/x11-themes/gtk-engines2 \ icon-naming-utils>=0.8.1:${PORTSDIR}/x11-themes/icon-naming-utils RUN_DEPENDS= gtk-engines2>=2.11.0:${PORTSDIR}/x11-themes/gtk-engines2 USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_GNOME= gnomehack libgnomeui intlhack INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/x11-toolkits/gal2/Makefile =================================================================== --- head/x11-toolkits/gal2/Makefile (revision 326136) +++ head/x11-toolkits/gal2/Makefile (revision 326137) @@ -1,45 +1,43 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11-toolkits/gal2/Makefile,v 1.54 2007/05/23 14:37:18 ahze Exp $ PORTNAME= gal2 PORTVERSION= 2.5.3 PORTREVISION?= 10 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5 DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A collection of widgets taken from GNOME 2 gnumeric USE_BZIP2= yes .if !defined(REFERENCE_PORT) -USE_PERL5= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext perl5 gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui libgnomeprintui ltverhack USE_XORG= x11 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --enable-static --with-libiconv CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="2.6" PORTVERSION=${PORTVERSION} \ SHLIBVERSION="2.4" post-extract: ${TOUCH} -f ${WRKSRC}/gal/util/e-util-private.h post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|glib/gmacros.h|glib.h|g' \ ${WRKSRC}/gal/util/e-text-event-processor-types.h .include .endif Index: head/x11-toolkits/gtk-sharp10/Makefile =================================================================== --- head/x11-toolkits/gtk-sharp10/Makefile (revision 326136) +++ head/x11-toolkits/gtk-sharp10/Makefile (revision 326137) @@ -1,45 +1,40 @@ -# New ports collection makefile for: gtk-sharp -# Date created: 2003-01-01 -# Whom: Juli Mallett -# +# Created by: Juli Mallett # $FreeBSD$ # $Id: Makefile,v 1.13 2006/10/08 01:57:16 killfill Exp $ -# PORTNAME= gtk-sharp PORTVERSION= 1.0.10 PORTREVISION= 21 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ MAINTAINER= mono@FreeBSD.org COMMENT= GTK+ and GNOME interfaces for the .NET runtime BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono RUN_DEPENDS= mono:${PORTSDIR}/lang/mono LATEST_LINK= gtk-sharp10 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GMAKE= yes -USES= perl5 +USES= gmake pkgconfig perl5 USE_PERL5= run USE_GNOME= gnomehack gtkhtml3 vte librsvg2 libgnomecanvas \ libgnomeprintui libglade2 libgnomeui USE_AUTOTOOLS= libtool post-patch: @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \ 's|^#!/usr/bin/perl|#!${PERL}|' @${REINPLACE_CMD} -e 's|enable_gda=yes|enable_gda=no|g ; \ s|enable_gnomedb=yes|enable_gnomedb=no|g ; \ s|libgtkhtml-3.8|libgtkhtml-3.14|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/glib/glue/slist.c ${WRKSRC}/glib/glue/list.c pre-su-install: ${MKDIR} ${LOCALBASE}/share/gapi .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include Index: head/x11-toolkits/libgnomeuimm26/Makefile =================================================================== --- head/x11-toolkits/libgnomeuimm26/Makefile (revision 326136) +++ head/x11-toolkits/libgnomeuimm26/Makefile (revision 326137) @@ -1,45 +1,41 @@ -# New ports collection makefile for: libgnomeuimm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ # $MCom: ports/x11-toolkits/libgnomeuimm26/Makefile,v 1.20 2009/09/22 21:23:48 kwm Exp $ -# PORTNAME= libgnomeuimm PORTVERSION= 2.28.0 PORTREVISION= 3 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= bland@FreeBSD.org COMMENT= C++ wrapper for libgnomeui library LIB_DEPENDS= gnomemm-2.6.1:${PORTSDIR}/x11/libgnomemm26 \ gnomecanvasmm-2.6.1:${PORTSDIR}/graphics/libgnomecanvasmm26 \ gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26 \ glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LATEST_LINK= libgnomeuimm26 USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_XORG= x11 -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack libgnomeui GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static PLIST_SUB= VERSION="2.6" API_VERSION="2.6" post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in .include Index: head/x11-toolkits/ocaml-lablgtk2/Makefile =================================================================== --- head/x11-toolkits/ocaml-lablgtk2/Makefile (revision 326136) +++ head/x11-toolkits/ocaml-lablgtk2/Makefile (revision 326137) @@ -1,143 +1,143 @@ # Created by: Rene Ladan # $FreeBSD$ PORTNAME= lablgtk2 PORTVERSION= 2.16.0 CATEGORIES= x11-toolkits MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/979/ \ LOCAL/bf PKGNAMEPREFIX= ocaml- DISTNAME= lablgtk-${PORTVERSION} MAINTAINER= bf@FreeBSD.org COMMENT= An Objective Caml interface to GTK+ 2.x LICENSE= LGPL21 -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAMLFIND_PLIST= yes USE_OCAML_LDCONFIG= yes USE_OCAML_WASH= yes OPTIONS_DEFINE = GLADE GNOMECANVAS GNOMEUI GTKGLAREA GTKSOURCEVIEW2 GTKSPELL \ LIBRSVG2 OPTIONS_DEFAULT = ${OPTIONS_DEFINE} GNOMECANVAS_DESC= GnomeCanvas support GNOMEUI_DESC= GNOME 2 UI support GTKGLAREA_DESC= GtkGLArea support GTKSOURCEVIEW2_DESC= GtkSourceView 2 support GTKSPELL_DESC= GtkSpell support #GNOMEPANEL_DESC= GNOME Panel support HAS_CONFIGURE= yes ALL_TARGET= all opt MAKE_JOBS_UNSAFE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --with-libdir=${PREFIX}/${OCAML_LIBDIR} \ --without-gtksourceview CONFIGURE_ENV= CAMLP4O="camlp4 pa_o.cmo pa_op.cmo pr_dump.cmo" PATTERN= [[:space:]]*(do|then)?[[:space:]]*)cp([[:space:]] .include .if ${PORT_OPTIONS:MDOCS} DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} PORTDOCS= COPYING README .endif .if ${PORT_OPTIONS:MEXAMPLES} EXAMPLESDIR= ${OCAML_EXAMPLESDIR}/${PORTNAME} PORTEXAMPLES= * .endif .if ${PORT_OPTIONS:MGTKGLAREA} CONFIGURE_ARGS+= --with-gl BUILD_DEPENDS+= lablgl:${PORTSDIR}/graphics/ocaml-lablgl RUN_DEPENDS+= lablgl:${PORTSDIR}/graphics/ocaml-lablgl LIB_DEPENDS+= gtkgl-2.0:${PORTSDIR}/x11-toolkits/gtkglarea2 EXAMPLES_SUBDIRS+= GL .else CONFIGURE_ARGS+= --without-gl .endif .if ${PORT_OPTIONS:MGLADE} CONFIGURE_ARGS+= --with-glade USE_GNOME+= libglade2 PLIST_SUB+= GLADE="" EXAMPLES_SUBDIRS+= glade .else CONFIGURE_ARGS+= --without-glade PLIST_SUB+= GLADE="@comment " .endif .if ${PORT_OPTIONS:MGNOMEUI} CONFIGURE_ARGS+= --with-gnomeui USE_GNOME+= libgnomeui .else CONFIGURE_ARGS+= --without-gnomeui .endif .if ${PORT_OPTIONS:MGNOMECANVAS} CONFIGURE_ARGS+= --with-gnomecanvas USE_GNOME+= libgnomecanvas EXAMPLES_SUBDIRS+= canvas .else CONFIGURE_ARGS+= --without-gnomecanvas .endif .if ${PORT_OPTIONS:MLIBRSVG2} CONFIGURE_ARGS+= --with-rsvg USE_GNOME+= librsvg2 EXAMPLES_SUBDIRS+= rsvg .else CONFIGURE_ARGS+= --without-rsvg .endif #.if ${PORT_OPTIONS:MGNOMEPANEL} #CONFIGURE_ARGS+= --with-panel #USE_GNOME+= gnomepanel #EXAMPLES_SUBDIRS+= panel #.else CONFIGURE_ARGS+= --without-panel #.endif .if ${PORT_OPTIONS:MGTKSOURCEVIEW2} CONFIGURE_ARGS+= --with-gtksourceview2 USE_GNOME+= gtksourceview2 EXAMPLES_SUBDIRS+= sourceview .else CONFIGURE_ARGS+= --without-gtksourceview2 .endif .if ${PORT_OPTIONS:MGTKSPELL} LIB_DEPENDS+= gtkspell:${PORTSDIR}/textproc/gtkspell CONFIGURE_ARGS+= --with-gtkspell .else CONFIGURE_ARGS+= --without-gtkspell .endif post-patch: @${REINPLACE_CMD} -E \ -e 's|^(CFLAGS[[:space:]]*\+=[[:space:]]*-O)|\1 ${CFLAGS}|' \ -e 's,^(${PATTERN}+.*INSTALLDIR),\1\$${BSD_INSTALL_DATA} \3,' \ -e 's,^(${PATTERN}+.*BINDIR),\1\$${BSD_INSTALL_SCRIPT} \3,' \ -e 's,^(${PATTERN}+.*LIBDIR),\1\$${BSD_INSTALL_DATA} \3,' \ ${WRKSRC}/src/Makefile post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @cd ${WRKSRC} ; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} @cd ${WRKSRC}/examples ; ${COPYTREE_SHARE} \ "*.ml *.png *.rgb *.xpm text ${EXAMPLES_SUBDIRS}" ${EXAMPLESDIR} .endif .include Index: head/x11-toolkits/py-gnome2/Makefile =================================================================== --- head/x11-toolkits/py-gnome2/Makefile (revision 326136) +++ head/x11-toolkits/py-gnome2/Makefile (revision 326137) @@ -1,53 +1,48 @@ -# New ports collection makefile for: py-gnome -# Date created: 09 February 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11-toolkits/py-gnome2/Makefile,v 1.60 2010/04/02 20:22:15 kwm Exp $ -# PORTNAME= gnome PORTVERSION= 2.28.1 PORTREVISION= 3 CATEGORIES= x11-toolkits python gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gnome-python/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= gnome-python-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A set of Python bindings for GNOME 2 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit LATEST_LINK= py-gnome2 USE_BZIP2= yes -USE_GMAKE= yes USE_PYTHON= yes USE_LDCONFIG= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomehack libgnomeui pygtk2 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ PTHREAD_LIBS="${PTHREAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include EG_SRC_DIR= ${WRKSRC}/examples EG_DST_DIR= ${PREFIX}/share/examples/py-gnome CONFLICTS= py*-gnome-1* .include .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${EG_DST_DIR} ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR} ${FIND} ${EG_DST_DIR} -type d -print | ${XARGS} ${CHMOD} 0755 ${FIND} ${EG_DST_DIR} -type f -print | ${XARGS} ${CHMOD} 0444 .endif .include