|
Lines 1-15
Link Here
|
| 1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
| 2 |
|
2 |
|
| 3 |
PORTNAME= seafile-gui |
3 |
PORTNAME= seafile-gui |
| 4 |
PORTVERSION= 4.1.0 |
4 |
PORTVERSION= 4.4.2 |
| 5 |
PORTREVISION= 1 |
|
|
| 6 |
DISTVERSIONPREFIX= v |
5 |
DISTVERSIONPREFIX= v |
| 7 |
CATEGORIES= net-mgmt |
6 |
CATEGORIES= net-mgmt devel |
| 8 |
|
7 |
|
| 9 |
MAINTAINER= ultima1252@gmail.com |
8 |
MAINTAINER= ultima1252@gmail.com |
| 10 |
COMMENT= Seafile desktop client |
9 |
COMMENT= Seafile desktop client |
| 11 |
|
10 |
|
| 12 |
LICENSE= APACHE20 |
11 |
LICENSE= APACHE20 |
|
|
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
| 13 |
|
13 |
|
| 14 |
LIB_DEPENDS+= libglib-2.0.so:${PORTSDIR}/devel/glib20 \ |
14 |
LIB_DEPENDS+= libglib-2.0.so:${PORTSDIR}/devel/glib20 \ |
| 15 |
libsearpc.so:${PORTSDIR}/devel/libsearpc \ |
15 |
libsearpc.so:${PORTSDIR}/devel/libsearpc \ |
|
Lines 22-31
Link Here
|
| 22 |
GH_ACCOUNT= haiwen |
22 |
GH_ACCOUNT= haiwen |
| 23 |
GH_PROJECT= seafile-client |
23 |
GH_PROJECT= seafile-client |
| 24 |
|
24 |
|
| 25 |
USES= cmake pkgconfig |
25 |
USES= cmake pkgconfig shebangfix |
| 26 |
USE_QT4= corelib dbus gui network \ |
26 |
USE_QT4= corelib dbus gui network \ |
| 27 |
qmake_build moc_build rcc_build uic_build \ |
27 |
qmake_build moc_build rcc_build uic_build \ |
| 28 |
linguist_build |
28 |
linguist_build |
|
|
29 |
SHEBANG_FILES= extensions/*.sh scripts/*.sh fsplugin/*.sh \ |
| 30 |
scripts/*.py |
| 29 |
USE_OPENSSL= yes |
31 |
USE_OPENSSL= yes |
| 30 |
INSTALLS_ICONS= yes |
32 |
INSTALLS_ICONS= yes |
| 31 |
LRELEASE= ${PREFIX}/bin/lrelease-qt4 |
33 |
LRELEASE= ${PREFIX}/bin/lrelease-qt4 |