summaryrefslogtreecommitdiff
path: root/multimedia/libdivxencore/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/libdivxencore/files/Makefile')
-rw-r--r--multimedia/libdivxencore/files/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/multimedia/libdivxencore/files/Makefile b/multimedia/libdivxencore/files/Makefile
deleted file mode 100644
index 2a00c520820a..000000000000
--- a/multimedia/libdivxencore/files/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $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>