blob: 6aafda7bec3eaead63a190e0269f0ce899fbc9db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: devel/linux-f8-gdk-pixbuf
# Date created: 2008-04-02
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= gdk-pixbuf
PORTVERSION= 0.22.0
CATEGORIES= graphics linux
PKGNAMEPREFIX= linux-f8-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Image loading library for GTK+ (Linux Fedora 8)
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
LINUX_DIST_VER= 8
RPMVERSION= 35.fc8
USE_LDCONFIG= yes
.include <bsd.port.mk>
|