summaryrefslogtreecommitdiff
path: root/multimedia/libfame/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/libfame/Makefile')
-rw-r--r--multimedia/libfame/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/multimedia/libfame/Makefile b/multimedia/libfame/Makefile
deleted file mode 100644
index 57c736e620ec..000000000000
--- a/multimedia/libfame/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: libfame
-# Date created: Mar 23, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= libfame
-PORTVERSION= 0.9.0
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= fame
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A video encoding library
-
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-
-MAN3= fame_close.3 fame_encode_frame.3 fame_get_object.3 fame_init.3 \
- fame_open.3 fame_register.3 fame_unregister.3 fame_encode_slice.3 \
- fame_start_frame.3 fame_end_frame.3
-
-.include <bsd.port.mk>