- subst the API_V in the PLIST so it won't get changed every update
- zap a few @comment'ed files which were leftovers
This commit is contained in:
parent
8419514ea8
commit
5e999536fd
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2011/11/11 16:56:14 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2011/11/11 17:07:46 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,6 +6,7 @@ COMMENT= people aggregation library
|
||||
|
||||
GNOME_PROJECT= folks
|
||||
GNOME_VERSION= 0.6.5
|
||||
API_V= 29
|
||||
|
||||
SHARED_LIBS += folks-telepathy 5.0 # 29.0
|
||||
SHARED_LIBS += folks 5.0 # 29.0
|
||||
@ -40,4 +41,6 @@ CONFIGURE_ARGS+= --enable-libsocialweb-backend=no
|
||||
# Experimental bindings, but hey, without testing they'll never mature.
|
||||
CONFIGURE_ARGS+= --enable-eds-backend
|
||||
|
||||
SUBST_VARS+= API_V
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2011/11/11 16:56:14 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2011/11/11 17:07:46 jasper Exp $
|
||||
@bin bin/folks-import
|
||||
@bin bin/folks-inspect
|
||||
include/folks/
|
||||
@ -6,26 +6,20 @@ include/folks/folks-eds.h
|
||||
include/folks/folks-telepathy.h
|
||||
include/folks/folks.h
|
||||
lib/folks/
|
||||
@comment lib/folks/28/backends/eds/eds.a
|
||||
@comment lib/folks/28/backends/eds/eds.la
|
||||
@comment lib/folks/28/backends/key-file/key-file.a
|
||||
@comment lib/folks/28/backends/key-file/key-file.la
|
||||
@comment lib/folks/28/backends/telepathy/telepathy.a
|
||||
@comment lib/folks/28/backends/telepathy/telepathy.la
|
||||
lib/folks/29/
|
||||
lib/folks/29/backends/
|
||||
lib/folks/29/backends/eds/
|
||||
lib/folks/${API_V}/
|
||||
lib/folks/${API_V}/backends/
|
||||
lib/folks/${API_V}/backends/eds/
|
||||
@comment lib/folks/29/backends/eds/eds.a
|
||||
@comment lib/folks/29/backends/eds/eds.la
|
||||
lib/folks/29/backends/eds/eds.so
|
||||
lib/folks/29/backends/key-file/
|
||||
lib/folks/${API_V}/backends/eds/eds.so
|
||||
lib/folks/${API_V}/backends/key-file/
|
||||
@comment lib/folks/29/backends/key-file/key-file.a
|
||||
@comment lib/folks/29/backends/key-file/key-file.la
|
||||
lib/folks/29/backends/key-file/key-file.so
|
||||
lib/folks/29/backends/telepathy/
|
||||
lib/folks/${API_V}/backends/key-file/key-file.so
|
||||
lib/folks/${API_V}/backends/telepathy/
|
||||
@comment lib/folks/29/backends/telepathy/telepathy.a
|
||||
@comment lib/folks/29/backends/telepathy/telepathy.la
|
||||
lib/folks/29/backends/telepathy/telepathy.so
|
||||
lib/folks/${API_V}/backends/telepathy/telepathy.so
|
||||
lib/girepository-1.0/Folks-0.6.typelib
|
||||
lib/libfolks-eds.a
|
||||
lib/libfolks-eds.la
|
||||
|
Loading…
Reference in New Issue
Block a user