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) ;-)
26 lines
563 B
Makefile
26 lines
563 B
Makefile
# New ports collection makefile for: x11-toolkits/linux-f8-gtk
|
|
# Date created: 2008-04-04
|
|
# Whom: bsam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtk
|
|
PORTVERSION= 1.2.10
|
|
CATEGORIES= x11-toolkits linux
|
|
PKGNAMEPREFIX= linux-f8-
|
|
DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= Gtk library (Linux Fedora 8)
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_APPS= xorglibs
|
|
LINUX_NAME= ${PORTNAME}+
|
|
LINUX_DIST_VER= 8
|
|
RPMVERSION= 59.fc8
|
|
USE_LDCONFIG= yes
|
|
PLIST= pkg-plist.${LINUX_RPM_ARCH}
|
|
|
|
.include <bsd.port.mk>
|