mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Move the libgnome programming reference to the libgnome-reference port.
This commit is contained in:
parent
1a54dae03e
commit
e78b2d8718
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161855
@ -125,6 +125,7 @@
|
||||
SUBDIR += libexo
|
||||
SUBDIR += libgnome
|
||||
SUBDIR += libgnome-java
|
||||
SUBDIR += libgnome-reference
|
||||
SUBDIR += libgnomemm
|
||||
SUBDIR += libgnomemm26
|
||||
SUBDIR += libsx
|
||||
|
5
x11/libgnome-reference/Makefile
Normal file
5
x11/libgnome-reference/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
REFERENCE_SRC= ${WRKSRC}/doc/reference
|
||||
|
||||
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
|
@ -16,16 +16,22 @@ DIST_SUBDIR= gnome2
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Libraries for GNOME, a GNU desktop environment
|
||||
|
||||
USE_BZIP2= yes
|
||||
PREFIX?= ${X11BASE}
|
||||
|
||||
.if !defined(REFERENCE_PORT)
|
||||
|
||||
PORTREVISION= 1
|
||||
|
||||
BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
||||
RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
||||
|
||||
USE_GETTEXT= yes
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_XLIB= yes
|
||||
USE_XPM= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack intlhack esound \
|
||||
gnomevfs2 libxslt ltverhack
|
||||
gnomevfs2 libxslt ltverhack referencehack
|
||||
USE_BISON= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
@ -54,9 +60,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
|
||||
${WRKSRC}/libgnome/libgnome-2.0.pc.in
|
||||
@${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in
|
||||
.if defined(NOPORTDOCS)
|
||||
@${REINPLACE_CMD} -e 's|gnome-data po doc|gnome-data po|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
.endif
|
||||
|
@ -25,32 +25,6 @@ lib/libgnome-2.so
|
||||
lib/libgnome-2.so.0
|
||||
libdata/bonobo/servers/GNOME_Moniker_std.server
|
||||
libdata/pkgconfig/libgnome-2.0.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ch01s02.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ch01s03.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ch01s04.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ch01s05.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/home.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.sgml
|
||||
%%PORTDOCS%%%%DOCSDIR%%/left.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-config.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-exec.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-gconf.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-help.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-i18n.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-init.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-program.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-score.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-sound.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-triggers.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-url.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-util.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libgnome-libgnometypebuiltins.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libgnome.devhelp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libgnome.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/right.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/style.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/up.png
|
||||
share/locale/am/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/ar/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/az/LC_MESSAGES/libgnome-2.0.mo
|
||||
@ -129,4 +103,3 @@ share/locale/zh_TW/LC_MESSAGES/libgnome-2.0.mo
|
||||
@dirrmtry share/locale/tt
|
||||
@dirrm include/libgnome-2.0/libgnome
|
||||
@dirrm include/libgnome-2.0
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user