freebsd-ports/graphics/linux-gdk-pixbuf/Makefile
Boris Samorodov 7e4f995488 o update Makefile to use bsd.linux-rpm.mk infrostructure;
o  update to newer version 0.22.0.18 (for Fedora Core 4);
o  add fetching of the sources files when PACKAGE_BUILDING is
   enabled (needed according to GPL);
o  add support for amd64.

Approved by:	Seth Kingsley <sethk@meowfishies.com> (maintainer by email),
		netchild (mentor)
2006-06-26 22:16:22 +00:00

25 lines
623 B
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.18.fc4.2
CATEGORIES= graphics linux
DISTNAME= ${PORTNAME}-${PORTVERSION:C/^([^\.]+\.[^\.]+\.[^\.]+)\./\1-/}
MAINTAINER= sethk@meowfishies.com
COMMENT= Linux version of the graphic library for GTK+
CONFLICTS= linux-gtk2*
USE_LINUX_RPM= yes
LINUX_DIST_VER= 4
ONLY_FOR_ARCHS= i386 amd64
INSTALLS_SHLIB= yes
PLIST_SUB= VERSION=${PORTVERSION:C/^([^\.]+\.[^\.]+\.[^\.]+).+/\1/}
MD5_FILE?= ${PKGDIR}/distinfo
.include <bsd.port.mk>