aboutsummaryrefslogtreecommitdiff
path: root/audio/libtremor
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-02-09 12:53:39 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-02-09 12:53:39 +0000
commita8b5d0f5ddbb70e64f1d30109b9e2a8e9d616f9a (patch)
treed4b29fbb506f6fd3c4b24a7780c1f1419ea50cd9 /audio/libtremor
parentf339670a453c85a81ae3d9334dcd6314c9e8f8a2 (diff)
downloadports-a8b5d0f5ddbb70e64f1d30109b9e2a8e9d616f9a.tar.gz
ports-a8b5d0f5ddbb70e64f1d30109b9e2a8e9d616f9a.zip
- Fix PORTVERSION.
- USES=libtool. - Replace pre-configure with USE_AUTOTOOLS. - Remove do-install.
Notes
Notes: svn path=/head/; revision=343495
Diffstat (limited to 'audio/libtremor')
-rw-r--r--audio/libtremor/Makefile31
-rw-r--r--audio/libtremor/pkg-plist2
2 files changed, 7 insertions, 26 deletions
diff --git a/audio/libtremor/Makefile b/audio/libtremor/Makefile
index 1de9444a100e..51a7500e980f 100644
--- a/audio/libtremor/Makefile
+++ b/audio/libtremor/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libtremor
-PORTVERSION= 1.0.2.${SNAP_DATE}
-PORTREVISION= 2
+PORTVERSION= 1.2.0.s20040213
CATEGORIES= audio
MASTER_SITES= http://members.chello.nl/~g.mast/distfiles/
DISTNAME= tremor_snapshot_${SNAP_DATE}
@@ -14,31 +13,11 @@ COMMENT= Integer-only fully Ogg Vorbis compliant decoder library
SNAP_DATE= 02132004
WRKSRC= ${WRKDIR}/Tremor
-USE_AUTOTOOLS= automake autoconf libtool
+USES= libtool
+USE_AUTOTOOLS= aclocal automake autoconf libtoolize
+AUTOMAKE_ARGS= -a -c
+LIBTOOLIZE_ARGS=-i -c
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-pre-configure:
- @cd ${WRKSRC} && ${ACLOCAL}
- @cd ${WRKSRC} && ${LIBTOOLIZE} --automake
- @${REINPLACE_CMD} -e '/^_LT_AC_SHELL_INIT/d' ${WRKSRC}/aclocal.m4
- @cd ${WRKSRC} && ${AUTOMAKE} --add-missing
- @cd ${WRKSRC} && ${AUTOCONF}
-
-do-install:
- for i in ${WRKSRC}/.libs/libvorbisidec.so.1 \
- ${WRKSRC}/.libs/libvorbisidec.so; do \
- ${INSTALL_LIB} $$i ${STAGEDIR}${PREFIX}/lib ; \
- done
- ${INSTALL_DATA} ${WRKSRC}/.libs/libvorbisidec.a \
- ${STAGEDIR}${PREFIX}/lib
- @${MKDIR} ${STAGEDIR}${PREFIX}/include/tremor
- for i in ${WRKSRC}/config_types.h \
- ${WRKSRC}/ivorbiscodec.h \
- ${WRKSRC}/ivorbisfile.h \
- ${WRKSRC}/ogg.h \
- ${WRKSRC}/os_types.h ; do \
- ${INSTALL_SCRIPT} $$i ${STAGEDIR}${PREFIX}/include/tremor ; \
- done
-
.include <bsd.port.mk>
diff --git a/audio/libtremor/pkg-plist b/audio/libtremor/pkg-plist
index ef84bfd64a29..876a2eeda1c2 100644
--- a/audio/libtremor/pkg-plist
+++ b/audio/libtremor/pkg-plist
@@ -4,6 +4,8 @@ include/tremor/ivorbisfile.h
include/tremor/ogg.h
include/tremor/os_types.h
lib/libvorbisidec.a
+lib/libvorbisidec.la
lib/libvorbisidec.so
lib/libvorbisidec.so.1
+lib/libvorbisidec.so.1.0.2
@dirrm include/tremor