1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/graphics/linux-f8-cairo/Makefile
Alexander Leidinger 252e481b40 Deprecate all non-default Fedora based linux_base respectively linux-fx-*
ports. All of them are End of Life (no security updates) since a loooong time.

As they are not the default, I decided to go with a short expiration date (one
month). The maintainer of the few ports which depend upon the f8 infrastructure
is informed to take action (update to the default f10 infrastructure, or to
deprecate).
2011-02-28 14:07:23 +00:00

37 lines
911 B
Makefile

# New ports collection makefile for: graphics/linux-f8-cairo
# Date created: 2008-03-29
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= cairo
PORTVERSION= 1.4.14
PORTREVISION= 2
CATEGORIES= graphics linux
PKGNAMEPREFIX= linux-f8-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Vector graphics library Cairo (Linux Fedora 8)
CONFLICTS= linux-cairo-[0-9]* linux-f10-cairo-[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= fontconfig png xorglibs
LINUX_DIST_VER= 8
RPMVERSION= 1.fc8
USE_LDCONFIG= yes
PLIST_FILES= usr/lib/libcairo.so.2 \
usr/lib/libcairo.so.2.11.7
DOCSDIR= ${PREFIX}/usr/share/doc/cairo-${PORTVERSION}
PORTDOCS= AUTHORS BIBLIOGRAPHY BUGS COPYING COPYING-LGPL-2.1 \
COPYING-MPL-1.1 ChangeLog NEWS PORTING_GUIDE README ROADMAP TODO
.include <bsd.port.mk>