freebsd-ports/graphics/linux-f8-imlib/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

30 lines
657 B
Makefile

# New ports collection makefile for: graphics/linux-f8-imlib
# Date created: 2008-03-28
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= imlib
PORTVERSION= 1.9.15
PORTREVISION= 1
CATEGORIES= graphics linux
PKGNAMEPREFIX= linux-f8-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= RPM of imlib (Linux Fedora 8)
CONFLICTS= linux-imlib-[0-9]* linux-f10-imlib-[0-9]*
DEPRECATED= End of Life since Jan 7, 2009
EXPIRATION_DATE=2011-04-01
USE_LINUX_RPM= yes
LINUX_DIST_VER= 8
RPMVERSION= 6.fc8
BRANDELF_FILES= usr/bin/imlib_config
USE_LDCONFIG= yes
PLIST= pkg-plist.${LINUX_RPM_ARCH}
.include <bsd.port.mk>