freebsd-ports/graphics/linux-jpeg/Makefile
Boris Samorodov 7aec2c3eab Finish repocopies of new linux-f8 infrastructure ports:
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION).
2009-04-01 10:10:16 +00:00

26 lines
480 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= 1
CATEGORIES= graphics linux
DISTNAME= libjpeg-6b-34
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= RPM of the JPEG lib
CONFLICTS= linux-f8-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>