Add proper CONFIGURE_ARGS to fix SHARED_LIBS naming, spotted by naddy@
Bump SHARED_LIBS major. Add proper disable-static args, this port is SHARED_ONLY.
This commit is contained in:
parent
6b3e3941de
commit
d07eafe6c0
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/04/23 17:59:12 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/07/10 06:20:59 ajacoutot Exp $
|
||||
|
||||
COMMENT= abstraction layer between apps and connection managers
|
||||
|
||||
DISTNAME= telepathy-mission-control-5.4.0
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
SHARED_LIBS += mcclient 1.0 # .0.0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
SHARED_LIBS += mcclient 2.0 # .0.0
|
||||
|
||||
HOMEPAGE= http://mission-control.sourceforge.net/
|
||||
|
||||
@ -22,8 +22,15 @@ LIB_DEPENDS= gconf-2::devel/gconf2 \
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --enable-gnome-keyring=no
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--disable-static \
|
||||
--disable-gtk-doc \
|
||||
--disable-gnome-keyring \
|
||||
--enable-mcclient-so6
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2010/04/23 12:42:54 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2010/07/10 06:20:59 ajacoutot Exp $
|
||||
@bin bin/mc-account-convert
|
||||
@bin bin/mc-tool
|
||||
@bin bin/mc-wait-for-name
|
||||
@ -23,10 +23,8 @@ include/libmcclient/mc-interfaces.h
|
||||
include/libmcclient/mc-profile.h
|
||||
include/libmcclient/mc-signals-marshal.h
|
||||
include/libmcclient/mc-svc-client.h
|
||||
lib/libmcclient-5.4.0.so
|
||||
lib/libmcclient.a
|
||||
lib/libmcclient.la
|
||||
lib/libmcclient.so
|
||||
@lib lib/libmcclient.so.${LIBmcclient_VERSION}
|
||||
lib/pkgconfig/libmcclient.pc
|
||||
@bin libexec/mission-control-5
|
||||
@man man/man1/mc-account-convert.1
|
||||
|
Loading…
Reference in New Issue
Block a user