diff options
Diffstat (limited to 'x11-toolkits/linux-f10-pango/Makefile')
-rw-r--r-- | x11-toolkits/linux-f10-pango/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-toolkits/linux-f10-pango/Makefile b/x11-toolkits/linux-f10-pango/Makefile deleted file mode 100644 index 2e60b92a475d..000000000000 --- a/x11-toolkits/linux-f10-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> |