diff options
Diffstat (limited to 'graphics/linux-f8-jpeg/Makefile')
-rw-r--r-- | graphics/linux-f8-jpeg/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/linux-f8-jpeg/Makefile b/graphics/linux-f8-jpeg/Makefile deleted file mode 100644 index 03de0fa8e4cd..000000000000 --- a/graphics/linux-f8-jpeg/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: linux-jpeg -# Date created: 9 April 2000 -# Whom: sada@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= jpeg -PORTVERSION= 6b.33 -PORTREVISION= 0 -CATEGORIES= graphics linux -MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} -MASTER_SITE_SUBDIR= 3/${ARCH}/os/Fedora/RPMS - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of the JPEG lib - -ONLY_FOR_ARCHS= i386 amd64 -RPM_SET= libjpeg-6b-33.${ARCH}.rpm - -post-install: - @${BRANDELF} -t Linux ${PREFIX}/usr/bin/cjpeg ${PREFIX}/usr/bin/djpeg \ - ${PREFIX}/usr/bin/jpegtran ${PREFIX}/usr/bin/rdjpgcom \ - ${PREFIX}/usr/bin/wrjpgcom - -.include "../../x11-toolkits/linux-gtk/Makefile" |