diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /multimedia/mp4v2/Makefile | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes:
svn path=/head/; revision=224474
svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'multimedia/mp4v2/Makefile')
-rw-r--r-- | multimedia/mp4v2/Makefile | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/multimedia/mp4v2/Makefile b/multimedia/mp4v2/Makefile deleted file mode 100644 index c4542795fbf0..000000000000 --- a/multimedia/mp4v2/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: mpeg4ip-libmp4v2 -# Date created: 28 Sep 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mpeg4ip -PORTVERSION= 1.6.1 -CATEGORIES= multimedia -MASTER_SITES= LOCAL/ahze -# http://sourceforge.net/forum/forum.php?thread_id=1839453&forum_id=59136 -#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -#MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMESUFFIX= -libmp4v2 - -MAINTAINER= multimedia@FreeBSD.org -COMMENT= Mpeg-4 library and tools from mpeg4ip - -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes -USE_GNOME= gnometarget -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" -USE_LDCONFIG= yes - -post-patch: - ${TOUCH} -f ${WRKSRC}/bootstrapped -# Speed up configure by not using 2 unneeded configure scripts. - @${ECHO_CMD} "" > ${WRKSRC}/lib/rtp/configure - @${ECHO_CMD} "" > ${WRKSRC}/lib/SDLAudio/configure - @${REINPLACE_CMD} \ - -e 's|>&/|>/|; s|-Wmissing-declarations||; \ - s|-Wmissing-prototypes||; \ - s|nasm -r|nasm -v|' \ - ${WRKSRC}/configure -do-build: -.for dir in lib/gnu lib/mp4av lib/mp4v2 - @(cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) -.endfor - -do-install: -.for dir in lib/gnu lib/mp4av lib/mp4v2 - @(cd ${WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) -.endfor - -post-install: -.for i in include/mpeg4ip.h include/mpeg4ip_version.h mpeg4ip_config.h - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/include -.endfor - -.include <bsd.port.mk> |