diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-09 22:23:35 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-09 22:23:35 +0000 |
commit | ca1d98e19e234cc1629729fc78201d610509c06c (patch) | |
tree | d9071a5881518ee45f16754585ad0fe7deb3a991 /accessibility | |
parent | 83daa0ce2ed1a735b7d0220abdd672eebddfe702 (diff) | |
download | ports-ca1d98e19e234cc1629729fc78201d610509c06c.tar.gz ports-ca1d98e19e234cc1629729fc78201d610509c06c.zip |
Notes
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/Makefile | 1 | ||||
-rw-r--r-- | accessibility/atk-reference/Makefile | 5 | ||||
-rw-r--r-- | accessibility/atk/Makefile | 8 | ||||
-rw-r--r-- | accessibility/atk/pkg-plist | 34 |
4 files changed, 13 insertions, 35 deletions
diff --git a/accessibility/Makefile b/accessibility/Makefile index c5cc3a64acf3..6771467cb94e 100644 --- a/accessibility/Makefile +++ b/accessibility/Makefile @@ -5,6 +5,7 @@ SUBDIR += at-spi SUBDIR += atk + SUBDIR += atk-reference SUBDIR += dasher SUBDIR += gail SUBDIR += gnomemag diff --git a/accessibility/atk-reference/Makefile b/accessibility/atk-reference/Makefile new file mode 100644 index 000000000000..fe0035ece1de --- /dev/null +++ b/accessibility/atk-reference/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +REFERENCE_SRC= ${WRKSRC}/docs + +.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index c69aaa8d6727..ca5c5c1bd404 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -17,10 +17,14 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A GNOME accessibility toolkit (ATK) USE_BZIP2= yes + +.if !defined(REFERENCE_PORT) + +PORTREVISION= 1 USE_GETTEXT= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack glib20 ltverhack +USE_GNOME= gnomehack glib20 ltverhack referencehack CONFIGURE_ARGS= --enable-static \ --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc @@ -32,3 +36,5 @@ post-patch: ${WRKSRC}/Makefile.in .include <bsd.port.mk> + +.endif diff --git a/accessibility/atk/pkg-plist b/accessibility/atk/pkg-plist index 47b421caff0e..1734cb73e53d 100644 --- a/accessibility/atk/pkg-plist +++ b/accessibility/atk/pkg-plist @@ -29,39 +29,6 @@ lib/libatk-1.0.la lib/libatk-1.0.so lib/libatk-1.0.so.0 libdata/pkgconfig/atk.pc -%%DOCSDIR%%/AtkAction.html -%%DOCSDIR%%/AtkComponent.html -%%DOCSDIR%%/AtkDocument.html -%%DOCSDIR%%/AtkEditableText.html -%%DOCSDIR%%/AtkGObjectAccessible.html -%%DOCSDIR%%/AtkHyperlink.html -%%DOCSDIR%%/AtkHypertext.html -%%DOCSDIR%%/AtkImage.html -%%DOCSDIR%%/AtkNoOpObject.html -%%DOCSDIR%%/AtkNoOpObjectFactory.html -%%DOCSDIR%%/AtkObject.html -%%DOCSDIR%%/AtkObjectFactory.html -%%DOCSDIR%%/AtkRegistry.html -%%DOCSDIR%%/AtkRelation.html -%%DOCSDIR%%/AtkRelationSet.html -%%DOCSDIR%%/AtkSelection.html -%%DOCSDIR%%/AtkStreamableContent.html -%%DOCSDIR%%/AtkTable.html -%%DOCSDIR%%/AtkText.html -%%DOCSDIR%%/AtkUtil.html -%%DOCSDIR%%/AtkValue.html -%%DOCSDIR%%/atk-AtkState.html -%%DOCSDIR%%/atk-AtkStateSet.html -%%DOCSDIR%%/atk.devhelp -%%DOCSDIR%%/atk.devhelp2 -%%DOCSDIR%%/atk.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png share/locale/af/LC_MESSAGES/atk10.mo share/locale/am/LC_MESSAGES/atk10.mo share/locale/ar/LC_MESSAGES/atk10.mo @@ -202,6 +169,5 @@ share/locale/zh_TW/LC_MESSAGES/atk10.mo @dirrmtry share/locale/be @dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as -@dirrm %%DOCSDIR%% @dirrm include/atk-1.0/atk @dirrm include/atk-1.0 |