aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/linux-pango/Makefile
blob: f7865bf91136706b453313a35ae76b91952711d8 (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
# New ports collection makefile for:    linux-pango
# Date created:             2003-07-05
# Whom:                 trevor
#
# $FreeBSD$
#

PORTNAME=   pango
PORTVERSION=    1.6.0
PORTREVISION=   2
CATEGORIES= x11-toolkits linux
DISTNAME=   ${PORTNAME}-${PORTVERSION}-7

MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT=    Linux pango binary

# these libraries are required by pango-querymodules
RUN_DEPENDS=    ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 \
        ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \
        ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat

USE_XLIB=   yes
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM=  yes
LINUX_DIST_VER= 3
INSTALLS_SHLIB= yes
BRANDELF_DIRS=  usr/bin
PLIST_SUB+= LIBVERSION="600.0" PORTVERSION="${PORTVERSION}"

post-install:
    @${PREFIX}/usr/bin/pango-querymodules-32 > ${PREFIX}/etc/pango/i386-redhat-linux-gnu/pango.modules

.include <bsd.port.mk>