freebsd-ports/graphics/linux-gdk-pixbuf/Makefile
Thierry Thomas 97814184a7 Several security flaws were found in the image loading modules of
gdk-pixbuf.  See:

http://vuxml.freebsd.org/3d1e9267-073f-11d9-b45d-000c41e2cdad.html

for details.

This patch brings the port up to version 0.22.0.11.3.5 using Fedora
RPMs.

Note: RedHat is no longer providing RPMs of this package for Alpha.

PR:		ports/71990
Submitted by:	maintainer.
2004-11-03 22:30:00 +00:00

41 lines
1.1 KiB
Makefile

# New ports collection makefile for: linux-gdk-pixbuf
# Date created: 23 December 2003
# Whom: Seth Kingsley <sethk@meowfishies.com>
#
# $FreeBSD$
#
PORTNAME= gdk-pixbuf
PORTVERSION= 0.22.0.11.3.5
CATEGORIES= graphics linux
MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX}
MASTER_SITE_SUBDIR=fedora/fedora/${BASEVERSION}/${MACHINE_ARCH}/RPMS.updates/
PKGNAMEPREFIX= linux-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/^([^\.]+\.[^\.]+\.[^\.]+)\./\1-/}.${MACHINE_ARCH}
EXTRACT_SUFX= .rpm
EXTRACT_ONLY=
MAINTAINER= sethk@meowfishies.com
COMMENT= Linux version of the graphic library for GTK+
BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
USE_LINUX_PREFIX=yes
ONLY_FOR_ARCHS= i386
DIST_SUBDIR= rpm
NO_BUILD= yes
NO_FILTER_SHLIBS=yes
PLIST_SUB= VERSION=${PORTVERSION:C/^([^\.]+\.[^\.]+\.[^\.]+).+/\1/}
# Set the version of Fedora Core
BASEVERSION?= 2
RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath /var/lib/rpm\
--nodeps --replacepkgs
do-install:
@for rpm in ${DISTFILES}; do\
${ECHO_MSG} $$rpm;\
rpm -U ${RPMFLAGS} ${DISTDIR}/${DIST_SUBDIR}/$$rpm || true;\
done
.include <bsd.port.mk>