Commit 2789a7f3 authored by baptiste daroussin's avatar baptiste daroussin
Browse files

gnome: general cleanup

Use base make where applicable, drop .la files
Remove now useless referencehack
Convert to USES=localbase where applicable
parent 07b28843
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -20,14 +20,12 @@ CPE_VENDOR= gnome
LIBGDA5_SLAVE?=	no
SHEBANG_FILES=	libgda-report/RML/*/*.py

.if !defined(REFERENCE_PORT)

BUILD_DEPENDS=	itstool:textproc/itstool
LIB_DEPENDS=	libsecret-1.so:security/libsecret \
		libsoup-2.4.so:devel/libsoup \

USES+=		gettext gmake gnome libtool localbase pathfix pkgconfig
USE_GNOME=	glib20 libxslt intlhack introspection:build referencehack
USE_GNOME=	glib20 libxslt intlhack introspection:build
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
@@ -152,4 +150,3 @@ post-install:
.endif

.include <bsd.port.mk>
.endif
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ COMMENT= Library for creating trees of CORBA IDL files
LICENSE=	LGPL20
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		bison:alias gettext gmake gnome libtool:keepla localbase \
USES=		bison:alias gettext gnome libtool localbase \
		pathfix pkgconfig tar:bzip2
USE_GNOME=	glib20
INSTALL_TARGET=	install-strip
+0 −1
Original line number Diff line number Diff line
bin/libIDL-config-2
include/libIDL-2.0/libIDL/IDL.h
lib/libIDL-2.a
lib/libIDL-2.la
lib/libIDL-2.so
lib/libIDL-2.so.0
lib/libIDL-2.so.0.0.0
+3 −8
Original line number Diff line number Diff line
@@ -18,20 +18,16 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \

USES=		tar:bzip2

.if !defined(REFERENCE_PORT)

RUN_DEPENDS=	xmlcatmgr:textproc/xmlcatmgr

USES+=		gmake gnome libtool:keepla pathfix pkgconfig
USE_GNOME=	cairo gdkpixbuf2 libxml2 gtk20 referencehack
USES+=		gmake gnome libtool pathfix pkgconfig localbase
USE_GNOME=	cairo gdkpixbuf2 libxml2 gtk20
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc \
		--disable-gtk-doc \
		--with-xml-catalog=${LOCALBASE}/share/xml/catalog.ports
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

PLIST_SUB=	XMLCATALOG="${LOCALBASE}/bin/xmlcatalog" \
		CATALOG_PORTS_XML="${LOCALBASE}/share/xml/catalog.ports"
@@ -41,10 +37,9 @@ post-patch:
		${WRKSRC}/configure
	@${REINPLACE_CMD} -E 's/in (python.*)+ none/in none/' \
		${WRKSRC}/configure
	@${REINPLACE_CMD} -e "s/ doc / /g" ${WRKSRC}/Makefile.in

post-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/libglade/2.0

.include <bsd.port.mk>

.endif
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ include/libglade-2.0/glade/glade-parser.h
include/libglade-2.0/glade/glade-xml.h
include/libglade-2.0/glade/glade.h
lib/libglade-2.0.a
lib/libglade-2.0.la
lib/libglade-2.0.so
lib/libglade-2.0.so.0
lib/libglade-2.0.so.0.0.7
Loading