diff options
author | Romain Tartière <romain@FreeBSD.org> | 2012-03-08 09:31:34 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2012-03-08 09:31:34 +0000 |
commit | ac2a7854553849d405bea20d586b25a8ec9d6e3f (patch) | |
tree | ff5729d06257ef78a3afee007850dffe8fe8b73d /sysutils/serpentine | |
parent | 409b91ce177b926c72aeff93a0bcff28d962959f (diff) | |
download | ports-ac2a7854553849d405bea20d586b25a8ec9d6e3f.tar.gz ports-ac2a7854553849d405bea20d586b25a8ec9d6e3f.zip |
Notes
Diffstat (limited to 'sysutils/serpentine')
-rw-r--r-- | sysutils/serpentine/Makefile | 16 | ||||
-rw-r--r-- | sysutils/serpentine/pkg-descr | 1 | ||||
-rw-r--r-- | sysutils/serpentine/pkg-plist | 2 |
3 files changed, 0 insertions, 19 deletions
diff --git a/sysutils/serpentine/Makefile b/sysutils/serpentine/Makefile index d898aae3b692..8ec9776a6360 100644 --- a/sysutils/serpentine/Makefile +++ b/sysutils/serpentine/Makefile @@ -25,20 +25,4 @@ USE_GSTREAMER= core gnomevfs python USE_PYTHON= 2.4+ .include <bsd.port.pre.mk> - -.if ${ARCH} == "i386" -OPTIONS= MUINE "Cd-Burner Plugin for muine audio player" Off -.endif - -.include <bsd.port.options.mk> - -.if defined(WITH_MUINE) -BUILD_DEPENDS+= muine:${PORTSDIR}/audio/muine -RUN_DEPENDS+= muine:${PORTSDIR}/audio/muine -PLIST_SUB+= MUINE="" -CONFIGURE_ARGS+= --enable-muine -.else -PLIST_SUB+= MUINE="@comment " -.endif - .include <bsd.port.post.mk> diff --git a/sysutils/serpentine/pkg-descr b/sysutils/serpentine/pkg-descr index e3145729f60b..6967aae14db3 100644 --- a/sysutils/serpentine/pkg-descr +++ b/sysutils/serpentine/pkg-descr @@ -9,4 +9,3 @@ usability and compability. Its features are: o Supports drag and drop: drop musics directly from Rhythmbox or Nautilus! o Clean and easy to use interface o Easy integration with other applications - o Muine plugin: allows you to write your playlist directly from Muine. diff --git a/sysutils/serpentine/pkg-plist b/sysutils/serpentine/pkg-plist index 634ef02270f3..877413a88235 100644 --- a/sysutils/serpentine/pkg-plist +++ b/sysutils/serpentine/pkg-plist @@ -1,5 +1,4 @@ bin/serpentine -%%MUINE%%lib/muine/plugins/SerpentinePlugin.dll %%PYTHON_SITELIBDIR%%/serpentine/__init__.py %%PYTHON_SITELIBDIR%%/serpentine/__init__.pyc %%PYTHON_SITELIBDIR%%/serpentine/__init__.pyo @@ -86,4 +85,3 @@ share/applications/serpentine.desktop @dirrm %%PYTHON_SITELIBDIR%%/serpentine @dirrmtry %%PYTHON_SITELIBDIR%% @dirrmtry %%PYTHON_LIBDIR%% -%%MUINE%%@dirrmtry lib/muine/plugins |