diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /x11-toolkits/linux-f8-pango/Makefile | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes:
svn path=/head/; revision=224474
svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'x11-toolkits/linux-f8-pango/Makefile')
-rw-r--r-- | x11-toolkits/linux-f8-pango/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-toolkits/linux-f8-pango/Makefile b/x11-toolkits/linux-f8-pango/Makefile deleted file mode 100644 index 2e60b92a475d..000000000000 --- a/x11-toolkits/linux-f8-pango/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: linux-pango -# Date created: 2003-07-05 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= pango -PORTVERSION= 1.10.2 -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/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 \ - ${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> |