diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-18 14:23:03 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-18 14:23:03 +0000 |
commit | e9c34f4c34b0640b3613f03cd96e9f19730b2a07 (patch) | |
tree | ef2b2b24dfacf6def95c54d3379c421565b1fe2b /net/kdenetwork4-filesharing | |
parent | 4dc7ccc95d370549c7c9c7c9c253d64aa92881ae (diff) |
Notes
Diffstat (limited to 'net/kdenetwork4-filesharing')
-rw-r--r-- | net/kdenetwork4-filesharing/Makefile | 17 | ||||
-rw-r--r-- | net/kdenetwork4-filesharing/distinfo | 2 | ||||
-rw-r--r-- | net/kdenetwork4-filesharing/pkg-descr | 1 | ||||
-rw-r--r-- | net/kdenetwork4-filesharing/pkg-plist | 2 |
4 files changed, 22 insertions, 0 deletions
diff --git a/net/kdenetwork4-filesharing/Makefile b/net/kdenetwork4-filesharing/Makefile new file mode 100644 index 000000000000..59363fb70c6f --- /dev/null +++ b/net/kdenetwork4-filesharing/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= kdenetwork-filesharing +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= net kde +MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE Filesharing via Samba + +USE_XZ= yes +USE_KDE4= kdelibs kdeprefix kdehier automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build + +.include <bsd.port.mk> diff --git a/net/kdenetwork4-filesharing/distinfo b/net/kdenetwork4-filesharing/distinfo new file mode 100644 index 000000000000..4bb6d2e46ede --- /dev/null +++ b/net/kdenetwork4-filesharing/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.12.2/kdenetwork-filesharing-4.12.2.tar.xz) = b23733c30c3d246df3b84f9d0b00c2c3c59e53f310eed8a7789ed7da3fc5b13f +SIZE (KDE/4.12.2/kdenetwork-filesharing-4.12.2.tar.xz) = 27632 diff --git a/net/kdenetwork4-filesharing/pkg-descr b/net/kdenetwork4-filesharing/pkg-descr new file mode 100644 index 000000000000..52745e7ae0a3 --- /dev/null +++ b/net/kdenetwork4-filesharing/pkg-descr @@ -0,0 +1 @@ +Filesharing Interfaces. diff --git a/net/kdenetwork4-filesharing/pkg-plist b/net/kdenetwork4-filesharing/pkg-plist new file mode 100644 index 000000000000..3367b2ad241b --- /dev/null +++ b/net/kdenetwork4-filesharing/pkg-plist @@ -0,0 +1,2 @@ +lib/kde4/sambausershareplugin.so +share/kde4/services/sambausershareplugin.desktop |