1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/graphics/linux-f10-gdk-pixbuf/Makefile
Emanuel Haupt 1f1c285bba Add a more reliable mirrors for fc4 and f10 linux emulation ports.
Triggered by:	distilator
Reviewed by:	netchild (emulation)
2011-03-03 09:26:45 +00:00

27 lines
626 B
Makefile

# New ports collection makefile for: devel/linux-f10-gdk-pixbuf
# Date created: 2009-05-03
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= gdk-pixbuf
PORTVERSION= 0.22.0
CATEGORIES= graphics linux
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
PKGNAMEPREFIX= linux-f10-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Image loading library for GTK+ (Linux Fedora 10)
CONFLICTS= linux-gdk-pixbuf-[0-9]* linux-f8-gdk-pixbuf-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
LINUX_DIST_VER= 10
RPMVERSION= 36.fc9
USE_LDCONFIG= yes
.include <bsd.port.mk>