mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Move the pango programming reference to the pango-reference port.
This commit is contained in:
parent
669685b29d
commit
a23ac29a4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161847
@ -139,6 +139,7 @@
|
||||
SUBDIR += p5-Tk-TableMatrix
|
||||
SUBDIR += p5-qt
|
||||
SUBDIR += pango
|
||||
SUBDIR += pango-reference
|
||||
SUBDIR += pangoxsl
|
||||
SUBDIR += paragui
|
||||
SUBDIR += php-gtk
|
||||
|
5
x11-toolkits/pango-reference/Makefile
Normal file
5
x11-toolkits/pango-reference/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
REFERENCE_SRC= ${WRKSRC}/docs
|
||||
|
||||
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= pango
|
||||
PORTVERSION= 1.12.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/1.12,} \
|
||||
ftp://ftp.gtk.org/pub/gtk/v2.10/
|
||||
@ -17,18 +16,23 @@ DIST_SUBDIR= gnome2
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= An open-source framework for the layout and rendering of i18n text
|
||||
|
||||
USE_BZIP2= yes
|
||||
PREFIX?= ${X11BASE}
|
||||
|
||||
.if !defined(REFERENCE_PORT)
|
||||
|
||||
PORTREVISION= 2
|
||||
|
||||
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2
|
||||
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
|
||||
RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \
|
||||
${FONTENCOD}:${X_FONTS_ENCODINGS_PORT}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
PREFIX?= ${X11BASE}
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= gnomehack glib20 ltverhack
|
||||
USE_GNOME= gnomehack glib20 ltverhack referencehack
|
||||
CONFIGURE_ARGS= --with-qt=no \
|
||||
--with-html-dir=${PREFIX}/share/doc \
|
||||
--enable-static
|
||||
@ -69,3 +73,5 @@ post-install:
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
.endif
|
||||
|
@ -86,46 +86,6 @@ libdata/pkgconfig/pangocairo.pc
|
||||
libdata/pkgconfig/pangoft2.pc
|
||||
%%X11%%libdata/pkgconfig/pangox.pc
|
||||
%%X11%%libdata/pkgconfig/pangoxft.pc
|
||||
%%DOCSDIR%%/PangoEngineLang.html
|
||||
%%DOCSDIR%%/PangoEngineShape.html
|
||||
%%DOCSDIR%%/PangoFcDecoder.html
|
||||
%%DOCSDIR%%/PangoFcFont.html
|
||||
%%DOCSDIR%%/PangoFcFontMap.html
|
||||
%%DOCSDIR%%/PangoMarkupFormat.html
|
||||
%%DOCSDIR%%/home.png
|
||||
%%DOCSDIR%%/index.html
|
||||
%%DOCSDIR%%/index.sgml
|
||||
%%DOCSDIR%%/ix01.html
|
||||
%%DOCSDIR%%/layout.gif
|
||||
%%DOCSDIR%%/left.png
|
||||
%%DOCSDIR%%/lowlevel.html
|
||||
%%DOCSDIR%%/pango-ATSUI-Fonts.html
|
||||
%%DOCSDIR%%/pango-Cairo-Rendering.html
|
||||
%%DOCSDIR%%/pango-Coverage-Maps.html
|
||||
%%DOCSDIR%%/pango-Engines.html
|
||||
%%DOCSDIR%%/pango-Fonts.html
|
||||
%%DOCSDIR%%/pango-FreeType-Fonts-and-Rendering.html
|
||||
%%DOCSDIR%%/pango-Glyph-Storage.html
|
||||
%%DOCSDIR%%/pango-Layout-Objects.html
|
||||
%%DOCSDIR%%/pango-Modules.html
|
||||
%%DOCSDIR%%/pango-OpenType-Font-Handling.html
|
||||
%%DOCSDIR%%/pango-Scripts.html
|
||||
%%DOCSDIR%%/pango-Tab-Stops.html
|
||||
%%DOCSDIR%%/pango-Text-Attributes.html
|
||||
%%DOCSDIR%%/pango-Text-Processing.html
|
||||
%%DOCSDIR%%/pango-Win32-Fonts-and-Rendering.html
|
||||
%%DOCSDIR%%/pango-X-Fonts-and-Rendering.html
|
||||
%%DOCSDIR%%/pango-Xft-Fonts-and-Rendering.html
|
||||
%%DOCSDIR%%/pango-querymodules.html
|
||||
%%DOCSDIR%%/pango.devhelp
|
||||
%%DOCSDIR%%/pango.html
|
||||
%%DOCSDIR%%/rendering.html
|
||||
%%DOCSDIR%%/right.png
|
||||
%%DOCSDIR%%/rotated-text.png
|
||||
%%DOCSDIR%%/style.css
|
||||
%%DOCSDIR%%/tools.html
|
||||
%%DOCSDIR%%/up.png
|
||||
@dirrm %%DOCSDIR%%
|
||||
@dirrm lib/pango/%%VERSION%%/modules
|
||||
@dirrm lib/pango/%%VERSION%%
|
||||
@dirrm lib/pango
|
||||
|
Loading…
Reference in New Issue
Block a user