aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ocp
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2005-09-22 20:49:18 +0800
committergarga <garga@FreeBSD.org>2005-09-22 20:49:18 +0800
commit99b21423ddbd1c0c79e8188167cefd2e26a03935 (patch)
treedaa7fcd7b4a3e11057faedf93dd050d2d1d94919 /audio/ocp
parentfa6868e9b70a3a779adefd42cab5c7afc81446b6 (diff)
downloadfreebsd-ports-gnome-99b21423ddbd1c0c79e8188167cefd2e26a03935.tar.gz
freebsd-ports-gnome-99b21423ddbd1c0c79e8188167cefd2e26a03935.tar.zst
freebsd-ports-gnome-99b21423ddbd1c0c79e8188167cefd2e26a03935.zip
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
Diffstat (limited to 'audio/ocp')
-rw-r--r--audio/ocp/Makefile10
-rw-r--r--audio/ocp/pkg-descr6
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