diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-09-22 12:49:18 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-09-22 12:49:18 +0000 |
commit | 382a684554284390f3278eed56236e1f9de21e2d (patch) | |
tree | f4eb0a95ad150b7dd001671c00c4ac82e675126b /audio/ocp | |
parent | - Update devel/cedet to 1.0pre3 [1] (diff) |
devel/libbinio:
- Update to 1.4
all:
- Cleanup Makefile Header
- Remove signature from pkg-descr
- Adjustments to build with libbinio 1.4
PR: ports/86431
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=143356
Diffstat (limited to 'audio/ocp')
-rw-r--r-- | audio/ocp/Makefile | 10 | ||||
-rw-r--r-- | audio/ocp/pkg-descr | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index f63620b640e0..741070e3c49e 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -1,13 +1,13 @@ -# New ports collection makefile for: ocp -# Date created: 22 April 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> +# New ports collection makefile for: ocp +# Date created: 22 April 2005 +# Whom: Emanuel Haupt <ehaupt@critical.ch> # # $FreeBSD$ # PORTNAME= ocp PORTVERSION= 0.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://labs.nixia.no/ \ http://critical.ch/distfiles/ @@ -66,7 +66,7 @@ CONFIGURE_ARGS+= --with-debug .endif .if defined(WITH_ADPLUG) LIB_DEPENDS+= adplug-1.5.1:${PORTSDIR}/audio/libadplug -CONFIGURE_ARGS+= --without-x11 +CONFIGURE_ARGS+= --without-x11 --with-adplug PLIST_SUB+= ADPLUG="" .else PLIST_SUB+= ADPLUG="@comment " diff --git a/audio/ocp/pkg-descr b/audio/ocp/pkg-descr index 5c7b51e357ae..ff4c84319eb7 100644 --- a/audio/ocp/pkg-descr +++ b/audio/ocp/pkg-descr @@ -7,9 +7,7 @@ terms of the GNU General Public License, and around 2003 Stian Skjelstad ported the code to Linux. In addition to legacy tracker formats such as mod, xm and s3m, Open -Cubic Player now also supports mp3 and ogg files. +Cubic Player now also supports mp3 and ogg files and can be compiled +with libadplug support. WWW: http://freshmeat.net/projects/opencubicplayer/ - -- ehaupt -ehaupt@critical.ch |