mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files - Strip libraries
This commit is contained in:
parent
dc63f28651
commit
8c922aa7c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355882
@ -3,19 +3,19 @@
|
||||
|
||||
PORTNAME= tapidbus
|
||||
PORTVERSION= 0.2.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/tapioca-voip/OldFiles
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Abstraction layer for interprocess communication
|
||||
|
||||
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
|
||||
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
||||
|
||||
USES= pathfix pkgconfig gmake libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= pathfix pkgconfig gmake
|
||||
USE_GNOME= glib20
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
@ -1,8 +1,7 @@
|
||||
include/tapidbus-0.2/tapidbus/tapidbus.h
|
||||
lib/libtapidbus-0.2.a
|
||||
lib/libtapidbus-0.2.la
|
||||
lib/libtapidbus-0.2.so
|
||||
lib/libtapidbus-0.2.so.0
|
||||
lib/libtapidbus-0.2.so.0.0.0
|
||||
libdata/pkgconfig/tapidbus-0.2.pc
|
||||
@dirrm include/tapidbus-0.2/tapidbus
|
||||
@dirrm include/tapidbus-0.2
|
||||
|
Loading…
Reference in New Issue
Block a user