de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
35 lines
865 B
Makefile
35 lines
865 B
Makefile
# New ports collection makefile for: x11-toolkits/linux-f10-pango
|
|
# Date created: 2009-05-03
|
|
# Whom: bsam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pango
|
|
PORTVERSION= 1.22.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits linux
|
|
PKGNAMEPREFIX= linux-f10-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= The pango library (Linux Fedora 10)
|
|
|
|
CONFLICTS= linux-pango-[0-9]* linux-f8-pango-[0-9]*
|
|
|
|
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= 10
|
|
RPMVERSION= 1.fc10
|
|
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>
|