freebsd-ports/graphics/linux-gdk-pixbuf/Makefile
Erwin Lansing 74cb9eff53 Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:		149657
Submitted by:	rene
Approved by:	portmgr
Tested on:	pointyhat i386 7-exp
2010-10-28 21:00:21 +00:00

26 lines
685 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
PORTREVISION= 2
CATEGORIES= graphics linux
DISTNAME= ${PORTNAME}-${PORTVERSION:C/^([^\.]+\.[^\.]+\.[^\.]+)\./\1-/}
MAINTAINER= sethk@meowfishies.com
COMMENT= Linux version of the graphic library for GTK+
CONFLICTS= linux-f8-gdk-pixbuf-[0-9]* linux-f10-gdk-pixbuf-[0-9]*
USE_LINUX_RPM= yes
LINUX_DIST_VER= 4
ONLY_FOR_ARCHS= i386 amd64
USE_LDCONFIG= yes
PLIST_SUB= VERSION=${PORTVERSION:C/^([^\.]+\.[^\.]+\.[^\.]+).+/\1/}
DISTINFO_FILE?= ${PKGDIR}/distinfo
.include <bsd.port.mk>