aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-f10-jpeg/Makefile
blob: 03de0fa8e4cd0b97bcc60d8f3021da054c7a914b (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
24
25
26
# 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"