aboutsummaryrefslogtreecommitdiff
path: root/audio/libadplug
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-09-22 12:49:18 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-09-22 12:49:18 +0000
commit382a684554284390f3278eed56236e1f9de21e2d (patch)
treef4eb0a95ad150b7dd001671c00c4ac82e675126b /audio/libadplug
parent289abe572d2de062c7ebdfe6d468be2075702275 (diff)
downloadports-382a684554284390f3278eed56236e1f9de21e2d.tar.gz
ports-382a684554284390f3278eed56236e1f9de21e2d.zip
Notes
Diffstat (limited to 'audio/libadplug')
-rw-r--r--audio/libadplug/Makefile20
-rw-r--r--audio/libadplug/pkg-descr3
2 files changed, 16 insertions, 7 deletions
diff --git a/audio/libadplug/Makefile b/audio/libadplug/Makefile
index 67436679eb11..7eb89dd99713 100644
--- a/audio/libadplug/Makefile
+++ b/audio/libadplug/Makefile
@@ -1,13 +1,13 @@
-# New ports collection makefile for: adplug
-# Date created: 10 August 2004
-# Whom: Emanuel Haupt <ehaupt@critical.ch>
+# New ports collection makefile for: libadplug
+# Date created: 10 August 2004
+# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= libadplug
PORTVERSION= 1.5.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= adplug
@@ -34,6 +34,18 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \
MAN1= adplugdb.1
post-patch:
+ @${REINPLACE_CMD} -e 's|\(binio\.h\)|libbinio/\1|' \
+ ${WRKSRC}/src/database.cpp \
+ ${WRKSRC}/src/database.h \
+ ${WRKSRC}/src/fprovide.cpp \
+ ${WRKSRC}/src/fprovide.h
+ @${REINPLACE_CMD} -e 's|\(binfile\.h\)|libbinio/\1|' \
+ ${WRKSRC}/adplugdb/adplugdb.cpp \
+ ${WRKSRC}/src/adplug.cpp \
+ ${WRKSRC}/src/database.cpp \
+ ${WRKSRC}/src/fprovide.cpp
+ @${REINPLACE_CMD} -e 's|\(binstr\.h\)|libbinio/\1|' \
+ ${WRKSRC}/src/dmo.cpp
@${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src adplugdb test|' \
${WRKSRC}/Makefile.in
diff --git a/audio/libadplug/pkg-descr b/audio/libadplug/pkg-descr
index 2320ff36a8e3..6d2f3b2c9ea7 100644
--- a/audio/libadplug/pkg-descr
+++ b/audio/libadplug/pkg-descr
@@ -10,6 +10,3 @@ players, like Winamp and XMMS, as well as stand-alone players for many
different systems available.
WWW: http://adplug.sourceforge.net/
-
-- ehaupt
-ehaupt@critical.ch