View | Details | Raw Unified | Return to bug 66360
Collapse All | Expand All

(-)Makefile (+4 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	faad2
8
PORTNAME=	faad2
9
PORTVERSION=	2.0
9
PORTVERSION=	2.0
10
POSTREVISION=	1
10
CATEGORIES=	audio
11
CATEGORIES=	audio
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	faac
13
MASTER_SITE_SUBDIR=	faac
Lines 53-58 Link Here
53
# sync the multiple libtool copies
54
# sync the multiple libtool copies
54
	@${CP} ${WRKSRC}/libtool ${WRKSRC}/common/mp4v2/
55
	@${CP} ${WRKSRC}/libtool ${WRKSRC}/common/mp4v2/
55
56
57
post-install:
58
	@${INSTALL_DATA} ${WRKSRC}/common/mp4v2/systems.h ${PREFIX}/include
59
56
.include <bsd.port.pre.mk>
60
.include <bsd.port.pre.mk>
57
61
58
CONFIGURE_ARGS+=	--build=${CONFIGURE_TARGET}
62
CONFIGURE_ARGS+=	--build=${CONFIGURE_TARGET}
(-)pkg-plist (+1 lines)
Lines 3-8 Link Here
3
include/mp4ff.h
3
include/mp4ff.h
4
include/mp4.h
4
include/mp4.h
5
include/mpeg4ip.h
5
include/mpeg4ip.h
6
include/systems.h
6
lib/libfaad.a
7
lib/libfaad.a
7
lib/libfaad.so
8
lib/libfaad.so
8
lib/libfaad.so.0
9
lib/libfaad.so.0

Return to bug 66360