freebsd-ports/graphics/linux-f8-ungif/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
887 B
Makefile

# New ports collection makefile for: graphics/linux-f8-ungif
# Date created: 2008-03-29
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= ungif
PORTVERSION= 4.1.3
PORTREVISION= 1
CATEGORIES= graphics linux
PKGNAMEPREFIX= linux-f8-
DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= RPM of gif and ungif libs (Linux Fedora 8)
CONFLICTS= linux-ungif-[0-9]* linux-f10-ungif-[0-9]*
DEPRECATED= End of Life since Jan 7, 2009
EXPIRATION_DATE=2011-04-01
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
LINUX_NAME= giflib
LINUX_DIST_VER= 8
RPMVERSION= 8
USE_LDCONFIG= yes
PLIST_FILES= usr/lib/libgif.so.4 \
usr/lib/libgif.so.${PORTVERSION} \
usr/lib/libungif.so.4 \
usr/lib/libungif.so.${PORTVERSION}
DOCSDIR= ${PREFIX}/usr/share/doc/giflib-${PORTVERSION}
PORTDOCS= AUTHORS BUGS COPYING ChangeLog NEWS ONEWS README TODO
.include <bsd.port.mk>