blob: c1afa8b757c05e250205876ebf47d3dae0bdd27f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# New ports collection makefile for: x11-toolkits/linux-f8-pango
# Date created: 2008-03-29
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= pango
PORTVERSION= 1.18.4
PORTREVISION= 2
CATEGORIES= x11-toolkits linux
PKGNAMEPREFIX= linux-f8-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= The pango library (Linux Fedora 8)
CONFLICTS= linux-pango-[0-9]* linux-f10-pango-[0-9]*
DEPRECATED= End of Life since Jan 7, 2009
EXPIRATION_DATE=2011-04-01
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>
|