freebsd-ports/graphics/linux-sdl_image/Makefile
Alexander Leidinger 7be25933ea Set the expiration date for all ports which depend upon linux_base-fc4 to
the EoL of the last 7.x release. The 7.x branch is the only supported
FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator
environment (linux_base-f10 doesn't work there).

I didn't bump the portrevision, this is mostly done as a hint for ports
committers to tell them that at least the emulation@-owned ports need
to stay until then (even the forbidden ones). The dependent ports need to
go at the same time, but are free to be deleted before.

Discussed with:	bsam
2012-04-14 20:24:51 +00:00

37 lines
1 KiB
Makefile

# New ports collection makefile for: linux-sdl_image
# Date created: 09 July 2004
# Whom: Nicola Vitale <nivit@email.it>
# Based on: devel/linux-sdl12 by martin@tradex.sk
#
# $FreeBSD$
#
PORTNAME= sdl_image
PORTVERSION= 1.2.5
PORTREVISION= 3
CATEGORIES= graphics linux
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
DISTNAME= ${LINUX_NAME}-${PORTVERSION}-1
MAINTAINER= nivit@FreeBSD.org
COMMENT= A simple library to load images as SDL interfaces (linux version)
CONFLICTS= linux-f8-sdl_image-[0-9]* linux-f10-sdl_image-[0-9]*
# EXPIRATION_DATE is the EoL of the last 7.x release
EXPIRATION_DATE=2013-02-28
USE_LINUX_RPM= yes
USE_LINUX_APPS= sdl12
LINUX_DIST_VER= 4
INSTALL_SHLIB= yes
ONLY_FOR_ARCHS= i386 amd64
DIST_SUBDIR= rpm
PLIST_SUB+= SDLIMVER=${PORTVERSION}
DISTINFO_FILE= ${PKGDIR}/distinfo
LINUX_NAME= SDL_image
PLIST_FILES= usr/lib/libSDL_image-1.2.so.0 usr/lib/libSDL_image-1.2.so.0.1.4
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION}
PORTDOCS= CHANGES COPYING README
.include <bsd.port.mk>