mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
b9b4aec7e0
base ports were unified. Now it's linux_base-fc4 turn: devel/linux-glib2 is incorporated. Changes: * emulation/linux_base-fc4: . devel/linux-glib2 is incorporated; . CONFLICTS is fixed; . PORTREVISION is bumped; * removed *_DEPENDS upon devel/linux-glib2 and PORTREVISION bumped: . accessibility/linux-atk; . astro/google-earth; . audio/linux-openal; . graphics/linux-XnViewMP; . www/linux-mplayer-plugin; . x11-toolkits/linux-gtk2; . x11-toolkits/linux-pango; * devel/linux-glib2: . CONFLICTS is fixed; . DEPRECATED; . EXPIRATION_DATE is set; Note: this should fix a bug for non-default linux base ports when glib2 files were installed both by a linux base and by linux-glib2 ports.
37 lines
1.1 KiB
Makefile
37 lines
1.1 KiB
Makefile
# New ports collection makefile for: linux-pango
|
|
# Date created: 2003-07-05
|
|
# Whom: trevor
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pango
|
|
PORTVERSION= 1.10.2
|
|
PORTREVISION= 1
|
|
DISTVERSIONSUFFIX= -1.gst.1.4
|
|
CATEGORIES= x11-toolkits linux
|
|
MASTER_SITES= http://gstreamer.freedesktop.org/pkg/%SUBDIR%/ CENKES/myports
|
|
MASTER_SITE_SUBDIR= ${LINUX_DIST}/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/RPMS.gst010
|
|
MASTER_SITE_SRC_SUBDIR= ${LINUX_DIST}/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/SRPMS.gst010
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= Linux pango binary
|
|
|
|
# these libraries are required by pango-querymodules
|
|
RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \
|
|
${LINUXBASE}/usr/lib/libcairo.so.2.2.3:${PORTSDIR}/graphics/linux-cairo \
|
|
${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= 4
|
|
USE_LDCONFIG= yes
|
|
BRANDELF_DIRS= usr/bin
|
|
PLIST_SUB+= LIBVERSION="1001.1" PORTVERSION="${PORTVERSION}"
|
|
|
|
post-install:
|
|
@${PREFIX}/usr/bin/pango-querymodules-32 > ${PREFIX}/etc/pango/i686-redhat-linux-gnu/pango.modules
|
|
|
|
.include <bsd.port.mk>
|