1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/graphics/linux-f8-jpeg/Makefile
Boris Samorodov 15dfb098e6 . add CONFLICTS to linux-f8 infrastructure ports;
. bump PORTREVISIONs.
2009-06-02 20:14:36 +00:00

31 lines
638 B
Makefile

# New ports collection makefile for: graphics/linux-f8-jpeg
# Date created: 2008-03-28
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= jpeg
PORTVERSION= 6b
PORTREVISION= 1
CATEGORIES= graphics linux
PKGNAMEPREFIX= linux-f8-
DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= RPM of the JPEG lib (Linux Fedora 8)
CONFLICTS= linux-jpeg-[0-9]* linux-f10-jpeg-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
LINUX_NAME= lib${PORTNAME}
LINUX_DIST_VER= 8
RPMVERSION= 39.fc8
BRANDELF_DIRS= usr/bin
USE_LDCONFIG= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>