aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/linux-f8-fontconfig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/linux-f8-fontconfig/Makefile')
-rw-r--r--x11-fonts/linux-f8-fontconfig/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/x11-fonts/linux-f8-fontconfig/Makefile b/x11-fonts/linux-f8-fontconfig/Makefile
deleted file mode 100644
index c82078cbf579..000000000000
--- a/x11-fonts/linux-f8-fontconfig/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: x11-fonts/linux-f8-fontconfig
-# Date created: 2008-03-28
-# Whom: bsam
-#
-# $FreeBSD$
-#
-
-PORTNAME= fontconfig
-PORTVERSION= 2.4.2
-PORTREVISION= 1
-CATEGORIES= x11-fonts linux
-PKGNAMEPREFIX= linux-f8-
-DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
-
-MAINTAINER= emulation@FreeBSD.org
-COMMENT= An XML-based font configuration API for X Windows (Linux Fedora 8)
-
-CONFLICTS= linux-fontconfig-[0-9]* linux-f10-fontconfig-[0-9]*
-
-DEPRECATED= End of Life since Jan 7, 2009
-EXPIRATION_DATE=2011-04-01
-
-ONLY_FOR_ARCHS= i386 amd64
-USE_LINUX_RPM= yes
-USE_LINUX_APPS= expat
-LINUX_DIST_VER= 8
-RPMVERSION= 5.fc8
-BRANDELF_DIRS= usr/bin
-USE_LDCONFIG= yes
-
-# We will use some other configuration file, so delete a linux one
-# Don't let the linux fc-cache mess up the native cache file
-post-extract:
- @${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/share/fonts ${WRKSRC}/var \
- ${WRKSRC}/usr/bin/fc-cache \
- ${WRKSRC}/usr/share/man/man1/fc-cache.1.gz
-
-post-install:
- @${LN} -s ${LOCALBASE}/etc/fonts ${PREFIX}/etc/
-
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-
-.include <bsd.port.mk>