summaryrefslogtreecommitdiff
path: root/multimedia/recmpeg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/recmpeg/Makefile')
-rw-r--r--multimedia/recmpeg/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/multimedia/recmpeg/Makefile b/multimedia/recmpeg/Makefile
deleted file mode 100644
index 1ff0450a5463..000000000000
--- a/multimedia/recmpeg/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: recmpeg
-# Date created: Mar 24, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= recmpeg
-PORTVERSION= 1.0.5
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= fame
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A simple video encoder
-
-LIB_DEPENDS= fame-0.9.0:${PORTSDIR}/graphics/libfame
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-
-MAN1= recmpeg.1
-
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
-
-.if !exists(/usr/include/getopt.h)
-LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-LDFLAGS+= -lgnugetopt
-.endif
-
-.include <bsd.port.mk>