freebsd-ports/graphics/linux-f10-jpeg/Makefile
Boris Samorodov 824eda00fc Here are new Linux Fedora 8 infrastructure ports.
The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.

Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
   . OVERRIDE_LINUX_BASE_PORT=f8;
   . OVERRIDE_LINUX_NONBASE_PORTS=f8.

Approved by:	bsam (me) ;-)
2009-04-01 15:25:39 +00:00

27 lines
570 B
Makefile

# New ports collection makefile for: graphics/linux-f8-jpeg
# Date created: 2008-03-28
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= jpeg
PORTVERSION= 6b
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)
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>