mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Clean up.
Use new LIB_DEPENDS syntax, stagify, put gmake into USES, strip libraries. Replace ltverhack with USES=libtool. PR: ports/185923 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
This commit is contained in:
parent
00d6cda46d
commit
2a027ff7fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344580
2 changed files with 6 additions and 7 deletions
|
@ -11,18 +11,16 @@ MASTER_SITES= GNOME
|
||||||
MAINTAINER= kwm@FreeBSD.org
|
MAINTAINER= kwm@FreeBSD.org
|
||||||
COMMENT= GLib based implementation of the GData protocol
|
COMMENT= GLib based implementation of the GData protocol
|
||||||
|
|
||||||
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
|
LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
|
||||||
LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome
|
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USES= gettext pkgconfig
|
USES= gettext gmake libtool pathfix pkgconfig
|
||||||
USE_GMAKE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_AUTOTOOLS= libtool
|
USE_GNOME= glib20 intltool introspection:build
|
||||||
USE_GNOME= gnomehack intltool ltverhack glib20
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
CONFIGURE_ARGS+=--with-html-dir="${PREFIX}/share/doc"
|
CONFIGURE_ARGS+=--with-html-dir="${PREFIX}/share/doc"
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -65,6 +65,7 @@ lib/libgdata.a
|
||||||
lib/libgdata.la
|
lib/libgdata.la
|
||||||
lib/libgdata.so
|
lib/libgdata.so
|
||||||
lib/libgdata.so.7
|
lib/libgdata.so.7
|
||||||
|
lib/libgdata.so.7.2.2
|
||||||
libdata/pkgconfig/libgdata.pc
|
libdata/pkgconfig/libgdata.pc
|
||||||
share/doc/gdata/GDataAccessHandler.html
|
share/doc/gdata/GDataAccessHandler.html
|
||||||
share/doc/gdata/GDataAccessRule.html
|
share/doc/gdata/GDataAccessRule.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue