summaryrefslogtreecommitdiff
path: root/audio/flac/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-03 06:18:48 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-03 06:18:48 +0000
commit292b563b176eb6387132196c50c5cc1c245c3048 (patch)
tree5eee6af13c02b18ce1086b0a2d90fcaaa2bbaac6 /audio/flac/Makefile
parent1. Add support to the xmame port for building the GL version. Yet more (diff)
upgrade to 0.9
only for i386 Submitted by: Christian Weisgerber <naddy@mips.inka.de> (for "i386 only")
Notes
Notes: svn path=/head/; revision=40790
Diffstat (limited to 'audio/flac/Makefile')
-rw-r--r--audio/flac/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index 16d547f4bece..a9a2dd879134 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= flac
-PORTVERSION= 0.8
+PORTVERSION= 0.9
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,6 +20,8 @@ BUILD_DEPENDS+= xmms-config:${PORTSDIR}/audio/xmms
LIB_DEPENDS+= xmms.1:${PORTSDIR}/audio/xmms
.endif
+ONLY_FOR_ARCHS= i386
+
USE_LIBTOOL= yes
USE_AUTOMAKE= yes
USE_AUTOCONF= yes
@@ -33,7 +35,11 @@ INSTALLS_SHLIB= yes
post-install:
.if !defined(NO_PORTDOCS)
${MKDIR} ${PREFIX}/share/doc/flac
- ${CP} -R ${WRKSRC}/doc/ ${PREFIX}/share/doc/flac
+ ${MKDIR} ${PREFIX}/share/doc/flac/images
+ ${CP} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/flac
+.for file in logo.jpg 1x1.gif
+ ${CP} ${WRKSRC}/doc/images/${file} ${PREFIX}/share/doc/flac/images
+.endfor
.endif
.include <bsd.port.mk>