Index: head/databases/powerarchitect/Makefile =================================================================== --- head/databases/powerarchitect/Makefile (revision 437327) +++ head/databases/powerarchitect/Makefile (revision 437328) @@ -1,43 +1,42 @@ # Created by: José García Juanino # $FreeBSD$ PORTNAME= powerarchitect PORTVERSION= 1.0.8 CATEGORIES= databases java MASTER_SITES= http://download.sqlpower.ca/architect/1.0.8/community/ DISTNAME= SQL-Power-Architect-generic-jdbc-${PORTVERSION} MAINTAINER= jjuanino@gmail.com COMMENT= Data modeling and profiling tool LICENSE= GPLv3 OPTIONS_DEFINE= MYSQL_JDBC PGSQL_JDBC MYSQL_JDBC_RUN_DEPENDS= ${JAVALIBDIR}/mysql-connector-java.jar:databases/mysql-connector-java PGSQL_JDBC_RUN_DEPENDS= ${JAVALIBDIR}/postgresql.jar:databases/postgresql-jdbc USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes PORTDOCS= * -PROJECTHOST= power-architect DATADIR= ${JAVASHAREDIR}/${PORTNAME} WRKSRC= ${WRKDIR}/architect-${PORTVERSION} SUB_FILES= ${PORTNAME} do-install: @${MKDIR} ${STAGEDIR}/${DATADIR}/jdbc (cd ${WRKSRC}/ && \ ${INSTALL_DATA} architect.jar ${STAGEDIR}/${DATADIR}/ && \ ${INSTALL_DATA} jdbc/sqlserver_2005.jar ${STAGEDIR}/${DATADIR}/jdbc/ && \ ${COPYTREE_SHARE} lib ${STAGEDIR}/${DATADIR}) ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} @${MKDIR} ${STAGEDIR}/${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README.generic ${STAGEDIR}/${DOCSDIR} .include Index: head/devel/go-uuid/Makefile =================================================================== --- head/devel/go-uuid/Makefile (revision 437327) +++ head/devel/go-uuid/Makefile (revision 437328) @@ -1,22 +1,21 @@ # $FreeBSD$ PORTNAME= uuid PORTVERSION= 0.0.0.20141202 CATEGORIES= devel MASTER_SITES= LOCAL/kuriyama PKGNAMEPREFIX= go- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${REVISION} MAINTAINER= kuriyama@FreeBSD.org COMMENT= Go library to generates and inspects UUIDs based on RFC 4122 LICENSE= MIT USES= go REVISION= 35bc42037350 -PROJECTHOST= ${PKGNAMEPREFIX}${PORTNAME} WRKSRC= ${WRKDIR}/go-uuid-${REVISION} GO_PKGNAME= code.google.com/p/go-uuid/uuid GO_TARGET= code.google.com/p/go-uuid/uuid/uuid .include Index: head/emulators/mupen64plus-core/Makefile =================================================================== --- head/emulators/mupen64plus-core/Makefile (revision 437327) +++ head/emulators/mupen64plus-core/Makefile (revision 437328) @@ -1,29 +1,28 @@ # Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ PORTNAME= mupen64plus PORTVERSION?= 2.5 PORTREVISION?= 0 CATEGORIES= emulators MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/releases/download/${PORTVERSION}/ \ LOCAL/acm/${PORTNAME} \ LOCAL/acm/${PORTNAME}/:plugin PKGNAMESUFFIX?= -core DIST_SUBDIR= ${PORTNAME} MAINTAINER?= acm@FreeBSD.org COMMENT?= Fork of Mupen64 Nintendo 64 emulator -#PROJECTHOST= bsdistfiles USES+= gmake pkgconfig USE_GL?= yes USE_SDL?= sdl2 USE_LDCONFIG?= yes ONLY_FOR_ARCHS= i386 amd64 OPTFLAGS= # MAKE_ENV+= OPTFLAGS="${OPTFLAGS}" .include "${.CURDIR}/../mupen64plus-core/Makefile.common" .include Index: head/games/endgame-singularity-music/Makefile =================================================================== --- head/games/endgame-singularity-music/Makefile (revision 437327) +++ head/games/endgame-singularity-music/Makefile (revision 437328) @@ -1,26 +1,25 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= endgame-singularity-music PORTVERSION= 007 PORTREVISION= 1 CATEGORIES= games -PROJECTHOST= endgame-singularity MAINTAINER= lifanov@FreeBSD.org COMMENT= Music pack for endgame-singularity LICENSE= CC-BY-SA-3.0 NO_ARCH= yes NO_BUILD= yes USE_GITHUB= yes GH_TUPLE= singularity:singularity-music:968faad DATADIR= ${PREFIX}/share/singularity do-install: cd ${WRKSRC}/music && ${COPYTREE_SHARE} "*.ogg win lose" ${STAGEDIR}${DATADIR}/music .include Index: head/graphics/tif22pnm/Makefile =================================================================== --- head/graphics/tif22pnm/Makefile (revision 437327) +++ head/graphics/tif22pnm/Makefile (revision 437328) @@ -1,41 +1,40 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= tif22pnm PORTVERSION= 0.14 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://pts.szit.bme.hu/ MAINTAINER= martymac@FreeBSD.org COMMENT= Converts TIFF-sampled images to PNM image LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff -PROJECTHOST= sam2p USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libtiff-ldir=${LOCALBASE}/lib \ --with-libtiff-idir=${LOCALBASE}/include PLIST_FILES= bin/png22pnm bin/tif22pnm TIF22PNM_SRCS= ptspnm.c minigimp.c miniglib.c ptstiff3.c tif22pnm.c PNG2PNM_SRCS= png22pnm.c do-build: cd ${WRKSRC} \ && ${CC} ${CFLAGS} -DNDEBUG -I${LOCALBASE}/include \ ${TIF22PNM_SRCS} -o tif22pnm -L${LOCALBASE}/lib -ltiff \ && ${CC} ${CFLAGS} -DNDEBUG `pkg-config libpng --cflags` \ ${PNG2PNM_SRCS} -o png22pnm `pkg-config libpng --libs` -lm do-install: ${INSTALL_PROGRAM} ${WRKSRC}/png22pnm ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/tif22pnm ${STAGEDIR}${PREFIX}/bin .include Index: head/japanese/ibus-anthy/Makefile =================================================================== --- head/japanese/ibus-anthy/Makefile (revision 437327) +++ head/japanese/ibus-anthy/Makefile (revision 437328) @@ -1,43 +1,42 @@ # Created by: Daichi GOTO # $FreeBSD$ PORTNAME= ibus-anthy PORTVERSION= 1.2.7 PORTREVISION= 6 CATEGORIES= japanese -PROJECTHOST= ibus MASTER_SITES= https://github.com/ibus/ibus-anthy/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= ja- MAINTAINER= daichi@FreeBSD.org COMMENT= Anthy engine for IBus BUILD_DEPENDS= swig:devel/swig13 LIB_DEPENDS= libanthy.so:japanese/anthy \ libibus-1.0.so:textproc/ibus RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:devel/py-notify GNU_CONFIGURE= yes USES= libtool gettext gmake pkgconfig python USE_GNOME= intltool 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: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_anthy.so .include Index: head/net-mgmt/p5-SNMP_Session/Makefile =================================================================== --- head/net-mgmt/p5-SNMP_Session/Makefile (revision 437327) +++ head/net-mgmt/p5-SNMP_Session/Makefile (revision 437328) @@ -1,32 +1,31 @@ # Created by: Stephen J. Roznowski # $FreeBSD$ PORTNAME= SNMP_Session PORTVERSION= 1.13 PORTREVISION= 3 CATEGORIES= net-mgmt perl5 MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/perl-SNMP_Session/SNMP_Session-1.13.tar.gz/055e1065babf55f1f8606329c6bdb947/ -PROJECTHOST= snmp-session PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Perl5 module providing rudimentary access to SNMPv1 and v2 agents USES= perl5 USE_PERL5= configure DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} OPTIONS_DEFINE= DOCS post-patch: ${RM} ${WRKSRC}/lib/SNMP_Session.pm.orig post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in README README.SNMP_util index.html ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/russian/hunspell/Makefile =================================================================== --- head/russian/hunspell/Makefile (revision 437327) +++ head/russian/hunspell/Makefile (revision 437328) @@ -1,28 +1,27 @@ # $FreeBSD$ PORTNAME= hunspell PORTVERSION= 20131101 CATEGORIES= russian textproc MASTER_SITES= http://cdn.bitbucket.org/Shaman_Alex/russian-dictionary-hunspell/downloads/ DISTNAME= ru_RU_UTF-8_${PORTVERSION} DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Russian hunspell dictionaries LICENSE= LGPL3 USES= zip NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes -PROJECTHOST= hunspell-ru PLIST_FILES= %%DATADIR%%/ru_RU.aff \ %%DATADIR%%/ru_RU.dic do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/ru_RU.aff ${WRKSRC}/ru_RU.dic ${STAGEDIR}${DATADIR}/ .include Index: head/security/py-bcrypt/Makefile =================================================================== --- head/security/py-bcrypt/Makefile (revision 437327) +++ head/security/py-bcrypt/Makefile (revision 437328) @@ -1,30 +1,28 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= bcrypt PORTVERSION= 0.4 PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= http://www.mindrot.org/files/py-bcrypt/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python bcrypt module LICENSE= MIT BSD3CLAUSE BSD4CLAUSE LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= distutils autoplist CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PROJECTHOST= py-bcrypt - post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bcrypt/_bcrypt.so .include Index: head/security/sks/Makefile =================================================================== --- head/security/sks/Makefile (revision 437327) +++ head/security/sks/Makefile (revision 437328) @@ -1,50 +1,48 @@ # $FreeBSD$ PORTNAME= sks PORTVERSION= 1.1.5 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://bitbucket.org/skskeyserver/sks-keyserver/downloads/ MAINTAINER= johans@FreeBSD.org COMMENT= Synchronizing Key Server, a fast OpenPGP keyserver -PROJECTHOST= sks-keyserver - USE_OCAML= yes USE_OCAML_CAMLP4=yes USES= bdb:5 perl5 gmake shebangfix tar:tgz USE_PERL5= build MAKE_JOBS_UNSAFE=yes SHEBANG_FILES= sks_build.sh MAKE_ENV= BDBINCLUDE="-I${BDB_INCLUDE_DIR}" \ BDBLIB="-L${BDB_LIB_DIR}" \ LIBDB="-l${BDB_LIB_NAME}" \ MANDIR="${MANPREFIX}/man" SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS post-extract: @: > ${WRKSRC}/Makefile.local @${REINPLACE_CMD} 's/-ccopt -pg //' ${WRKSRC}/Makefile @cd ${WRKSRC} && ${RM} .depend post-patch: @${REINPLACE_CMD} -Ee '/^CC=/d; /^CFLAGS=/s/=/+=/' \ -e '/^install/,$$s/\$$\((PREFIX|MANDIR)\)/$$(DESTDIR)&/' \ -e '/patch/s/-p 0/-p0/' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e '/^CC=/d; /^CFLAGS=/s/=/+=/' ${WRKSRC}/bdb/Makefile pre-build: @cd ${WRKSRC} && test -f .depend || ${MAKE_CMD} dep post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} BUGS README.md TODO UPGRADING \ ${STAGEDIR}${DOCSDIR} @cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} sks sks_add_mail .include Index: head/sysutils/pv/Makefile =================================================================== --- head/sysutils/pv/Makefile (revision 437327) +++ head/sysutils/pv/Makefile (revision 437328) @@ -1,39 +1,37 @@ # Created by: Daniel Roethlisberger # $FreeBSD$ PORTNAME= pv PORTVERSION= 1.6.0 CATEGORIES= sysutils MASTER_SITES= http://www.ivarch.com/programs/sources/ MAINTAINER= martymac@FreeBSD.org COMMENT= Pipe throughput monitor LICENSE= ART20 CONFLICTS= waon-[0-9]* -PROJECTHOST= pipeviewer - USES= tar:bzip2 gmake GNU_CONFIGURE= yes PLIST_FILES= bin/pv man/man1/pv.1.gz PORTDOCS= README INSTALL NEWS PACKAGE TODO VERSION release-checklist OPTIONS_DEFINE= NLS LFS OPTIONS_DEFAULT= LFS NLS_CONFIGURE_ON= --enable-static-nls NLS_CONFIGURE_OFF= --disable-nls LFS_CONFIGURE_ENABLE= lfs post-patch: @${CP} ${WRKSRC}/README ${WRKSRC}/doc post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pv @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} .include Index: head/textproc/ibus-qt/Makefile =================================================================== --- head/textproc/ibus-qt/Makefile (revision 437327) +++ head/textproc/ibus-qt/Makefile (revision 437328) @@ -1,34 +1,33 @@ # Created by: Henry Hu # $FreeBSD$ PORTNAME= ibus-qt PORTVERSION= 1.3.3 PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-Source MAINTAINER= henry.hu.sh@gmail.com COMMENT= IBus input method module for Qt4 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ibus>=1.3.7:textproc/ibus RUN_DEPENDS= ibus>=1.3.7:textproc/ibus LIB_DEPENDS= libdbus-1.so:devel/dbus \ libicuuc.so:devel/icu GH_ACCOUNT= ibus USE_QT4= gui dbus moc_build qmake_build moc_build uic_build rcc_build USES= cmake pkgconfig CMAKE_ARGS= -DDOCDIR=${PREFIX}/share/doc/ibus-qt -DLIBDIR=lib USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PROJECTHOST= ibus WRKSRC= ${WRKDIR}/${DISTNAME} .include Index: head/textproc/uim-el/Makefile =================================================================== --- head/textproc/uim-el/Makefile (revision 437327) +++ head/textproc/uim-el/Makefile (revision 437328) @@ -1,47 +1,46 @@ # Created by: MANTANI Nobutaka # $FreeBSD$ PORTNAME= uim-el PORTVERSION= 1.8.6 PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= https://github.com/uim/uim/releases/download/uim-${PORTVERSION}/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} DISTNAME= uim-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org COMMENT?= Emacs lisp for uim input method library -PROJECTHOST= uim CONFLICTS?= uim-el-xemacs21-mule-[0-9]* \ uim-el-emacs22-[0-9]* \ uim-el-emacs21-[0-9]* RUN_DEPENDS= uim-el-agent:textproc/uim OPTIONS_DEFINE= DOCS USES= gettext-tools gmake iconv perl5 tar:bzip2 USE_PERL5= build USE_GNOME= intltool USE_EMACS= yes GNU_CONFIGURE= yes BUILD_WRKSRC= ${WRKSRC}/emacs INSTALL_WRKSRC= ${WRKSRC}/emacs CONFIGURE_ARGS?=--enable-emacs --with-lispdir=${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR} CONFIGURE_ENV= EMACS="${EMACS_CMD}" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib DOCSDIR_JA= ${PREFIX}/share/doc/ja/uim-el PLIST_SUB+= DOCSDIR_JA="${DOCSDIR_JA:S,^${PREFIX}/,,}" post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${DOCSDIR_JA} ${INSTALL_DATA} ${WRKSRC}/emacs/README ${STAGEDIR}${DOCSDIR}/README ${INSTALL_DATA} ${WRKSRC}/emacs/README.ja ${STAGEDIR}${DOCSDIR_JA}/README.ja .include Index: head/www/mod_authnz_external24/Makefile =================================================================== --- head/www/mod_authnz_external24/Makefile (revision 437327) +++ head/www/mod_authnz_external24/Makefile (revision 437328) @@ -1,29 +1,28 @@ # Created by: José García Juanino # $FreeBSD$ PORTNAME= mod_authnz_external PORTVERSION= 3.3.2 CATEGORIES= www MASTER_SITES= http://zhegan.in/files/ PKGNAMESUFFIX= 24 DIST_SUBDIR= apache24 MAINTAINER= eugene@zhegan.in COMMENT= Allows users authentication based on external mechanisms on apache 2.4 LICENSE= APACHE20 USE_APACHE= 24 AP_FAST_BUILD= yes AP_GENPLIST= yes SHORTMODNAME= authnz_external -PROJECTHOST= mod-auth-external PORTDOCS= AUTHENTICATORS INSTALL README \ CHANGES UPGRADE INSTALL.HARDCODE post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/www/mod_log_firstbyte/Makefile =================================================================== --- head/www/mod_log_firstbyte/Makefile (revision 437327) +++ head/www/mod_log_firstbyte/Makefile (revision 437328) @@ -1,32 +1,31 @@ # Created by: Yen-Ming Lee # $FreeBSD$ PORTNAME= mod_log_firstbyte PORTVERSION= 1.01 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://mod-log-firstbyte.googlecode.com/svn/trunk/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} DISTFILES= ${PORTNAME}.c readme.txt DIST_SUBDIR= ${PORTNAME} MAINTAINER= apache@FreeBSD.org COMMENT= Log the time between request and the first byte of the response served BROKEN= Unfetchable (google code has gone away) DEPRECATED= Unfetchable for more than six months (google code has gone away) EXPIRATION_DATE= 2017-04-30 USE_APACHE= 22+ -PROJECTHOST= mod-log-firstbyte PKGMESSAGE= ${WRKSRC}/readme.txt AP_FAST_BUILD= yes AP_GENPLIST= yes do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTFILES:S|^|${DISTDIR}/${DIST_SUBDIR}/|} ${WRKSRC} .include Index: head/www/py-jswebkit/Makefile =================================================================== --- head/www/py-jswebkit/Makefile (revision 437327) +++ head/www/py-jswebkit/Makefile (revision 437328) @@ -1,27 +1,26 @@ # Created by: Ju Pengfei # $FreeBSD$ PORTNAME= jswebkit PORTVERSION= 0.0.3 PORTREVISION= 4 CATEGORIES= www python MASTER_SITES= http://archive.ubuntu.com/ubuntu/pool/universe/p/python-jswebkit/ -PROJECTHOST= gwrite PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= WebKit/JavaScriptCore Python bindings BUILD_DEPENDS= cython:lang/cython RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= libwebkitgtk-1.0.so:www/webkit-gtk2 USES= pkgconfig python:2 USE_PYTHON= distutils autoplist WRKSRC= ${WRKDIR}/python-${PORTNAME}-${PORTVERSION} post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/jswebkit.so .include Index: head/www/py-webkitgtk/Makefile =================================================================== --- head/www/py-webkitgtk/Makefile (revision 437327) +++ head/www/py-webkitgtk/Makefile (revision 437328) @@ -1,26 +1,25 @@ # Created by: Ju Pengfei # $FreeBSD$ PORTNAME= webkitgtk PORTVERSION= 1.1.8 PORTREVISION= 6 CATEGORIES= www python MASTER_SITES= https://pkgs.fedoraproject.org/repo/extras/pywebkitgtk/pywebkitgtk-1.1.8.tar.bz2/19f3c184eebcfde1c9d1ce56bbe75cf2/ -PROJECTHOST= pywebkitgtk PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python bindings for the WebKit GTK+ port LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libwebkitgtk-1.0.so:www/webkit-gtk2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= gmake libtool pathfix pkgconfig python:2 tar:bzip2 USE_GNOME= glib20 libxslt pygtk2 .include