summaryrefslogtreecommitdiff
path: root/graphics/linux-f8-jpeg/Makefile
blob: 4f56ec81902b768bca0f33c395b09cc4c3c27349 (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
# New ports collection makefile for: linux-jpeg
# Date created:         9 April 2000
# Whom:                 sada@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	jpeg
PORTVERSION=	6b.34
CATEGORIES=	graphics linux
DISTNAME=	libjpeg-6b-34

MAINTAINER=	freebsd-emulation@FreeBSD.org
COMMENT=	RPM of the JPEG lib

USE_LINUX_RPM=	yes
LINUX_DIST_VER=	4
INSTALLS_SHLIB=	yes
ONLY_FOR_ARCHS=	i386 amd64

BRANDELF_DIRS=	usr/bin

.include <bsd.port.mk>