aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-flac/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2005-03-16 14:49:23 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2005-03-16 14:49:23 +0000
commite8c58c6b92471d63cf0285641edd76878833b892 (patch)
tree524c9d60b6ab9136f6cd839b120a1c510372fcd4 /audio/xmms-flac/Makefile
parenteb3f578f1042837737371ae37e3f72a36eceb246 (diff)
downloadports-e8c58c6b92471d63cf0285641edd76878833b892.tar.gz
ports-e8c58c6b92471d63cf0285641edd76878833b892.zip
Notes
Diffstat (limited to 'audio/xmms-flac/Makefile')
-rw-r--r--audio/xmms-flac/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/audio/xmms-flac/Makefile b/audio/xmms-flac/Makefile
index 3d579e910578..a94acd76e41a 100644
--- a/audio/xmms-flac/Makefile
+++ b/audio/xmms-flac/Makefile
@@ -6,26 +6,20 @@
#
PORTNAME= xmms-flac
-PORTVERSION= 1.1.0
-PORTREVISION= 1
+PORTVERSION= 1.1.2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= flac
DISTNAME= flac-${PORTVERSION}
-PATCH_SITES= ${MASTER_SITE_DEBIAN}
-PATCH_SITE_SUBDIR= pool/main/f/flac
-PATCHFILES= flac_1.1.0-11.diff.gz
-PATCH_DIST_STRIP= -p1
-
MAINTAINER= naddy@FreeBSD.org
COMMENT= XMMS input plugin for playing FLAC files
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
- FLAC.5:${PORTSDIR}/audio/flac
+ FLAC.7:${PORTSDIR}/audio/flac
USE_X_PREFIX= yes
-USE_LIBTOOL_VER= 13
+USE_INC_LIBTOOL_VER=15
CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \
--with-ogg="${LOCALBASE}" \
--with-xmms-prefix="${X11BASE}"
@@ -36,4 +30,8 @@ MAKEFILE= ${FILESDIR}/Makefile
post-configure:
@${RM} -rf ${WRKSRC}/obj
+# XXX
+post-install:
+ @${RM} ${PREFIX}/lib/xmms/Input/libxmms-flac.la
+
.include <bsd.port.mk>