1: Stagify.
2: USES=libtool, and bump version. 3: new syntax of LIB_DEPENDS. Approved by: portmgr@ (blanket approval)
This commit is contained in:
parent
746e951784
commit
345a302cc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359096
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libsynce
|
||||
PORTVERSION= 0.14
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= palm
|
||||
MASTER_SITES= SF/synce/SynCE/${PORTVERSION}
|
||||
PKGNAMEPREFIX= synce-
|
||||
@ -10,33 +11,15 @@ PKGNAMEPREFIX= synce-
|
||||
MAINTAINER= webmaster@kibab.com
|
||||
COMMENT= Library to support communication with WinCE devices
|
||||
|
||||
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
||||
hal.1:${PORTSDIR}/sysutils/hal
|
||||
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
|
||||
libhal.so:${PORTSDIR}/sysutils/hal
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= pathfix iconv pkgconfig
|
||||
USES= pathfix iconv pkgconfig libtool
|
||||
CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} \
|
||||
--enable-dccm-file-support=no \
|
||||
--enable-hal-support=yes \
|
||||
--enable-odccm-support=no
|
||||
|
||||
MAN3= synce_info_new.3 wstrlen.3 wstrcpy.3 wstrdup.3 \
|
||||
synce_get_directory.3 synce_get_connection_filename.3 \
|
||||
synce_strerror.3 wstr_to_ascii.3 time_fields_from_filetime.3 \
|
||||
date_from_tm.3 synce_error.3 synce_info_destroy.3 \
|
||||
synce_get_subdirectory.3 synce_get_script_directory.3 \
|
||||
synce_set_connection_filename.3 wstr_to_current.3 \
|
||||
synce_set_default_connection_filename.3 wstr_to_utf8.3 \
|
||||
wstr_from_ascii.3 wstr_from_utf8.3 wstr_from_current.3 \
|
||||
wstr_free_string.3 wstr_append.3 wstr_equal.3 \
|
||||
time_fields_to_filetime.3 date_to_tm.3 synce_warning.3 \
|
||||
synce_info.3 synce_debug.3 synce_trace.3 \
|
||||
synce_warning_unless.3 synce_log_set_level.3 \
|
||||
synce_log_use_syslog.3
|
||||
MAN7= synce.7
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -6,8 +6,42 @@ include/synce_socket.h
|
||||
include/synce_types.h
|
||||
include/synce_vector_template.h
|
||||
include/synce_sys_error.h
|
||||
lib/libsynce.so
|
||||
lib/libsynce.la
|
||||
lib/libsynce.a
|
||||
lib/libsynce.so
|
||||
lib/libsynce.so.0
|
||||
lib/libsynce.so.0.0.0
|
||||
libdata/pkgconfig/libsynce.pc
|
||||
man/man3/date_from_tm.3.gz
|
||||
man/man3/date_to_tm.3.gz
|
||||
man/man3/synce_debug.3.gz
|
||||
man/man3/synce_error.3.gz
|
||||
man/man3/synce_get_connection_filename.3.gz
|
||||
man/man3/synce_get_directory.3.gz
|
||||
man/man3/synce_get_script_directory.3.gz
|
||||
man/man3/synce_get_subdirectory.3.gz
|
||||
man/man3/synce_info.3.gz
|
||||
man/man3/synce_info_destroy.3.gz
|
||||
man/man3/synce_info_new.3.gz
|
||||
man/man3/synce_log_set_level.3.gz
|
||||
man/man3/synce_log_use_syslog.3.gz
|
||||
man/man3/synce_set_connection_filename.3.gz
|
||||
man/man3/synce_set_default_connection_filename.3.gz
|
||||
man/man3/synce_strerror.3.gz
|
||||
man/man3/synce_trace.3.gz
|
||||
man/man3/synce_warning.3.gz
|
||||
man/man3/synce_warning_unless.3.gz
|
||||
man/man3/time_fields_from_filetime.3.gz
|
||||
man/man3/time_fields_to_filetime.3.gz
|
||||
man/man3/wstr_append.3.gz
|
||||
man/man3/wstr_equal.3.gz
|
||||
man/man3/wstr_free_string.3.gz
|
||||
man/man3/wstr_from_ascii.3.gz
|
||||
man/man3/wstr_from_current.3.gz
|
||||
man/man3/wstr_from_utf8.3.gz
|
||||
man/man3/wstr_to_ascii.3.gz
|
||||
man/man3/wstr_to_current.3.gz
|
||||
man/man3/wstr_to_utf8.3.gz
|
||||
man/man3/wstrcpy.3.gz
|
||||
man/man3/wstrdup.3.gz
|
||||
man/man3/wstrlen.3.gz
|
||||
man/man7/synce.7.gz
|
||||
|
Loading…
Reference in New Issue
Block a user