summaryrefslogtreecommitdiff
path: root/multimedia/libdivxencore/files
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-01-22 23:05:12 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-01-22 23:05:12 +0000
commit1eba5715d0a7536b37188300ad7e418d9674b805 (patch)
tree3a15d95583efba228a333c4d984be8d19c3debb1 /multimedia/libdivxencore/files
parentFix broken pkg-plist: the docs snuck in there, but they are also added (diff)
o New port libdivxencore version 0.4.0.50: OpenDivX encoding engine
from Project Mayo o Finally, add a native encoding counterpart of libdivxdecore. Not throughfully tested.
Notes
Notes: svn path=/head/; revision=53612
Diffstat (limited to 'multimedia/libdivxencore/files')
-rw-r--r--multimedia/libdivxencore/files/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/multimedia/libdivxencore/files/Makefile b/multimedia/libdivxencore/files/Makefile
new file mode 100644
index 000000000000..2a00c520820a
--- /dev/null
+++ b/multimedia/libdivxencore/files/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+LIB= divxencore
+SHLIB_MAJOR= ${LIB_VERSION}
+SHLIB_MINOR= 0
+CFLAGS+=-I${.CURDIR}
+SRCS= bitstream.c encore.c mom_access.c mom_util.c mot_code.c \
+ mot_est_comp.c mot_est_mb.c mot_util.c putvlc.c rate_ctl.c \
+ text_bits.c text_code.c text_code_mb.c text_dct.c vop_code.c
+INCS= encore.h
+
+# idea taken from port security/libparanoia
+# hacks around <bsd.lib.mk>, which ignores PREFIX
+.if defined(PREFIX)
+DESTDIR=${PREFIX}/
+.else
+DESTDIR=/usr/local/
+.endif
+INCDIR=include/divx/
+LIBDIR=lib/
+
+.include <bsd.lib.mk>