aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/linux-f10-cairo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/linux-f10-cairo/Makefile')
-rw-r--r--graphics/linux-f10-cairo/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/linux-f10-cairo/Makefile b/graphics/linux-f10-cairo/Makefile
deleted file mode 100644
index 9bb5584132ea..000000000000
--- a/graphics/linux-f10-cairo/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: bsam
-# $FreeBSD$
-
-PORTNAME= cairo
-PORTVERSION= 1.8.0
-PORTREVISION= 4
-CATEGORIES= graphics linux
-
-MAINTAINER= emulation@FreeBSD.org
-COMMENT= Vector graphics library Cairo (Linux Fedora 10)
-
-CONFLICTS= linux-cairo-[0-9]* linux-f8-cairo-[0-9]*
-
-USES= linux:f10
-USE_LINUX_RPM= yes
-USE_LINUX= fontconfig png xorglibs
-
-RPMVERSION= 1.fc10
-USE_LDCONFIG= yes
-
-PLIST_FILES= usr/lib/libcairo.so.2 \
- usr/lib/libcairo.so.2.10800.0
-PORTDOCS= AUTHORS BIBLIOGRAPHY BUGS COPYING COPYING-LGPL-2.1 \
- COPYING-MPL-1.1 ChangeLog NEWS PORTING_GUIDE README
-
-.include <bsd.port.mk>