freebsd-ports/audio/libtremor/Makefile
Cheng-Lung Sung ab63f5bd0b - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 10:08:25 +00:00

46 lines
1.2 KiB
Makefile

# New ports collection makefile for: libtremor
# Date created: 07 December 2003
# Whom: kwm@rainbow-runner.nl
#
# $FreeBSD$
#
PORTNAME= libtremor
PORTVERSION= 1.0.2.${SNAP_DATE}
CATEGORIES= audio
MASTER_SITES= http://members.chello.nl/~g.mast/distfiles/
DISTNAME= tremor_snapshot_${SNAP_DATE}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Integer-only fully Ogg Vorbis compliant decoder library
SNAP_DATE= 02132004
WRKSRC= ${WRKDIR}/Tremor
USE_AUTOTOOLS= automake:15 autoconf:253 libtool:15
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 \
${WRKSRC}/.libs/libvorbisidec.a ; do \
${INSTALL_SCRIPT} $$i ${PREFIX}/lib ; \
done
@${MKDIR} ${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 ${PREFIX}/include/tremor ; \
done
.include <bsd.port.mk>