diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-27 16:58:17 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-27 16:58:17 +0800 |
commit | 6b5cbcc0cbbbaae8353a897c26c37090d1179a11 (patch) | |
tree | a2037ba52828b32e7ed1c8d2c9c74747fdde6a6c /audio/libaudiofile/Makefile | |
parent | 54b9e1dfff7df3f826cf2c0b92cf5ff7373cadb2 (diff) | |
download | marcuscom-ports-6b5cbcc0cbbbaae8353a897c26c37090d1179a11.tar marcuscom-ports-6b5cbcc0cbbbaae8353a897c26c37090d1179a11.tar.gz marcuscom-ports-6b5cbcc0cbbbaae8353a897c26c37090d1179a11.tar.bz2 marcuscom-ports-6b5cbcc0cbbbaae8353a897c26c37090d1179a11.tar.lz marcuscom-ports-6b5cbcc0cbbbaae8353a897c26c37090d1179a11.tar.xz marcuscom-ports-6b5cbcc0cbbbaae8353a897c26c37090d1179a11.tar.zst marcuscom-ports-6b5cbcc0cbbbaae8353a897c26c37090d1179a11.zip |
Update to 0.3.6.
Add license, stageify.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18804 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/libaudiofile/Makefile')
-rw-r--r-- | audio/libaudiofile/Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 8fedfb078..aa8bc2bea 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -3,7 +3,7 @@ # $MCom: ports/trunk/audio/libaudiofile/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= libaudiofile -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.6 CATEGORIES= audio MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME:S/lib//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -12,23 +12,17 @@ DISTNAME= audiofile-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Sound library for SGI audio file +LICENSE= LGPL21 + CONFLICTS= osalp-0.7.* -NO_STAGE= yes USE_XZ= yes USE_AUTOTOOLS= libtool USES= pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -MAN1= sfconvert.1 sfinfo.1 -MAN3= afCloseFile.3 afGetDataOffset.3 afGetFrameCount.3 \ - afGetFrameSize.3 afGetTrackBytes.3 afNewFileSetup.3 \ - afOpenFile.3 afQuery.3 afQueryDouble.3 afQueryLong.3 \ - afQueryPointer.3 afReadFrames.3 afReadMisc.3 afSeekFrame.3 \ - afSeekMisc.3 afSetErrorHandler.3 afSetVirtualByteOrder.3 \ - afSetVirtualChannels.3 afSetVirtualPCMMapping.3 \ - afSetVirtualSampleFormat.3 afTellFrame.3 afWriteFrames.3 \ - afWriteMisc.3 +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaudiofile.so.1 .include <bsd.port.mk> |