diff options
Diffstat (limited to 'graphics/linux-f10-gdk-pixbuf/Makefile')
-rw-r--r-- | graphics/linux-f10-gdk-pixbuf/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/graphics/linux-f10-gdk-pixbuf/Makefile b/graphics/linux-f10-gdk-pixbuf/Makefile deleted file mode 100644 index 28ad286f678a..000000000000 --- a/graphics/linux-f10-gdk-pixbuf/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# 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+ - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -ONLY_FOR_ARCHS= i386 amd64 -USE_LDCONFIG= yes -PLIST_SUB= VERSION=${PORTVERSION:C/^([^\.]+\.[^\.]+\.[^\.]+).+/\1/} -MD5_FILE?= ${PKGDIR}/distinfo - -.include <bsd.port.mk> |