mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
1bf4b2310b
(freebsd-emulation@FreeBSD.org -> emulation@FreeBSD.org) Discussed with: netchild (emulation)
28 lines
564 B
Makefile
28 lines
564 B
Makefile
# New ports collection makefile for: linux-jpeg
|
|
# Date created: 9 April 2000
|
|
# Whom: sada@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jpeg
|
|
PORTVERSION= 6b.34
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics linux
|
|
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
|
DISTNAME= libjpeg-6b-34
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= RPM of the JPEG lib
|
|
|
|
CONFLICTS= linux-f8-jpeg-[0-9]* linux-f10-jpeg-[0-9]*
|
|
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
USE_LDCONFIG= yes
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
BRANDELF_DIRS= usr/bin
|
|
|
|
.include <bsd.port.mk>
|