Index: Makefile =================================================================== --- Makefile (revision 12) +++ Makefile (working copy) @@ -1,39 +1,38 @@ # $FreeBSD$ -PORTNAME= seafile-gui +PORTNAME= seafile-gui PORTVERSION= 3.1.5 -CATEGORIES= www +CATEGORIES= www -MAINTAINER= yan_jingfeng@yahoo.com -COMMENT= Seafile desktop client +MAINTAINER= yan_jingfeng@yahoo.com +COMMENT= Seafile desktop client -LICENSE= APACHE20 +LICENSE= APACHE20 LIB_DEPENDS+= libglib-2.0.so:${PORTSDIR}/devel/glib20 \ - libsearpc.so:${PORTSDIR}/www/libsearpc \ - libseafile.so:${PORTSDIR}/www/seafile \ - libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ - libccnet.so:${PORTSDIR}/www/ccnet \ - libjansson.so:${PORTSDIR}/devel/jansson + libsearpc.so:${PORTSDIR}/www/libsearpc \ + libseafile.so:${PORTSDIR}/www/seafile \ + libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ + libccnet.so:${PORTSDIR}/www/ccnet \ + libjansson.so:${PORTSDIR}/devel/jansson -USE_GITHUB= yes -GH_ACCOUNT= haiwen -GH_PROJECT= seafile-client -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= ce808db +USE_GITHUB= yes +GH_ACCOUNT= haiwen +GH_PROJECT= seafile-client +GH_TAGNAME= v3.1.5 +GH_COMMIT= ce808db -USES= cmake -USES+= pkgconfig -CMAKE_ENV+= PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig -CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:PATH=include/glib-2.0 +USES= cmake pkgconfig +INSTALLS_ICONS= yes +CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:PATH=include/glib-2.0 CMAKE_BUILD_TYPE= Release -LRELEASE= ${PREFIX}/bin/lrelease-qt4 -USE_QT4= corelib dbus gui network \ - qmake_build moc_build rcc_build uic_build \ - linguist_build +LRELEASE= ${PREFIX}/bin/lrelease-qt4 +USE_QT4= corelib dbus gui network \ + qmake_build moc_build rcc_build uic_build \ + linguist_build -WITH_OPENSSL_PORT= yes -USE_OPENSSL= yes +WITH_OPENSSL_PORT= yes +USE_OPENSSL= yes .include