diff options
Diffstat (limited to 'multimedia/libomxil-bellagio/Makefile')
-rw-r--r-- | multimedia/libomxil-bellagio/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/multimedia/libomxil-bellagio/Makefile b/multimedia/libomxil-bellagio/Makefile deleted file mode 100644 index 5103584c6d65..000000000000 --- a/multimedia/libomxil-bellagio/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: libomxil-bellagio -# Date created: 2009-10-04 -# Whom: Thinker K.F. Li <thinker@branda.to> -# -# $FreeBSD$ -# - -PORTNAME= libomxil-bellagio -PORTVERSION= 0.9.1 -PORTREVISION= 1 -CATEGORIES= multimedia -MASTER_SITES= SF/omxil/omxil/Bellagio%200.9.1 - -MAINTAINER= thinker@branda.to -COMMENT= Bellagio is an implementation of the OpenMAX IL API - -LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg - -BROKEN= bad plist -DEPRECATED= has been broken for almost a year -EXPIRATION_DATE=2011-04-17 - -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -MAN1= omxregister-bellagio.1 - -.include <bsd.port.mk> |