824eda00fc
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) ;-)
31 lines
791 B
Makefile
31 lines
791 B
Makefile
# New ports collection makefile for: x11-toolkits/linux-f8-pango
|
|
# Date created: 2008-03-29
|
|
# Whom: bsam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pango
|
|
PORTVERSION= 1.18.4
|
|
CATEGORIES= x11-toolkits linux
|
|
PKGNAMEPREFIX= linux-f8-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= The pango library (Linux Fedora 8)
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
# these libraries are required by pango-querymodules
|
|
USE_LINUX_APPS= cairo expat fontconfig xorglibs
|
|
LINUX_DIST_VER= 8
|
|
RPMVERSION= 1.fc8
|
|
BRANDELF_FILES= usr/bin/pango-querymodules-32
|
|
USE_LDCONFIG= yes
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
post-install:
|
|
@${PREFIX}/usr/bin/pango-querymodules-32 > ${PREFIX}/etc/pango/i386-redhat-linux-gnu/pango.modules
|
|
|
|
.include <bsd.port.mk>
|