diff options
Diffstat (limited to 'x11-toolkits/pangox-compat')
-rw-r--r-- | x11-toolkits/pangox-compat/Makefile | 25 | ||||
-rw-r--r-- | x11-toolkits/pangox-compat/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/pangox-compat/pkg-descr | 9 | ||||
-rw-r--r-- | x11-toolkits/pangox-compat/pkg-plist | 8 |
4 files changed, 44 insertions, 0 deletions
diff --git a/x11-toolkits/pangox-compat/Makefile b/x11-toolkits/pangox-compat/Makefile new file mode 100644 index 000000000000..05d41cfedb76 --- /dev/null +++ b/x11-toolkits/pangox-compat/Makefile @@ -0,0 +1,25 @@ +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> +# $FreeBSD$ +# $MCom: ports/trunk/x11-toolkits/pangox-compat/Makefile 18610 2013-06-30 16:33:05Z marcus $ + +PORTNAME= pangox-compat +PORTVERSION= 0.0.2 +CATEGORIES= x11-toolkits +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Depricated pangoX support. + +BUILD_DEPENDS= pango>=1.34.0:${PORTSDIR}/x11-toolkits/pango + +USE_XZ= yes +USE_XORG= x11 ice +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +USES= gmake pathfix pkgconfig +USE_GNOME= glib20 pango +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +.include <bsd.port.mk> diff --git a/x11-toolkits/pangox-compat/distinfo b/x11-toolkits/pangox-compat/distinfo new file mode 100644 index 000000000000..1dc12904eaa7 --- /dev/null +++ b/x11-toolkits/pangox-compat/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome2/pangox-compat-0.0.2.tar.xz) = 552092b3b6c23f47f4beee05495d0f9a153781f62a1c4b7ec53857a37dfce046 +SIZE (gnome2/pangox-compat-0.0.2.tar.xz) = 267396 diff --git a/x11-toolkits/pangox-compat/pkg-descr b/x11-toolkits/pangox-compat/pkg-descr new file mode 100644 index 000000000000..803ed531099f --- /dev/null +++ b/x11-toolkits/pangox-compat/pkg-descr @@ -0,0 +1,9 @@ +Pango provides a framework to render and control the layout of +internationalized text, and is the backend for right-to-left text. +Pango is an integral part of the GTK+ and GNOME projects, but its +code is platform- and toolkit-independent. + +This port supplies the deprecated pangox interface which was removed from +the pango port. + +WWW: http://www.pango.org/ diff --git a/x11-toolkits/pangox-compat/pkg-plist b/x11-toolkits/pangox-compat/pkg-plist new file mode 100644 index 000000000000..aa89c15c2a87 --- /dev/null +++ b/x11-toolkits/pangox-compat/pkg-plist @@ -0,0 +1,8 @@ +etc/pango/pangox.aliases +include/pango-1.0/pango/pangox.h +lib/libpangox-1.0.a +lib/libpangox-1.0.la +lib/libpangox-1.0.so +lib/libpangox-1.0.so.0 +libdata/pkgconfig/pangox.pc +@dirrm etc/pango |