mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Update port version and related.
Now using LOCALBASE instead of PREFIX to tell the build where to find libraries. Add in missing dependency iconv.3. PR: 56060 Submitted by: maintainer
This commit is contained in:
parent
efe705504a
commit
61cec3626d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87875
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= synce-librapi2
|
||||
PORTVERSION= 0.7
|
||||
PORTVERSION= 0.8
|
||||
CATEGORIES= palm
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= synce
|
||||
@ -13,15 +13,18 @@ MASTER_SITE_SUBDIR= synce
|
||||
MAINTAINER= boris@brooknet.com.au
|
||||
COMMENT= Utilities/libraries to make RAPI calls on WinCE devices
|
||||
|
||||
LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
|
||||
LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce
|
||||
|
||||
MAN1= pcp.1 pls.1 pmkdir.1 pmv.1 prm.1 prmdir.1 prun.1 pstatus.1 synce-install-cab.1
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
MAN1= pcp.1 pls.1 pmkdir.1 pmv.1 prm.1 prmdir.1 prun.1 pstatus.1 synce-install-cab.1 synce-remove-program.1 synce-list-programs.1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS+= --program-transform-name=""
|
||||
CONFIGURE_ARGS+= --with-libsynce=${PREFIX}
|
||||
CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE}
|
||||
CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE}
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (synce-librapi2-0.7.tar.gz) = ef33965cb97127a54053f8084487a347
|
||||
MD5 (synce-librapi2-0.8.tar.gz) = eadf2ddfe9300c531472120f406cfd5b
|
||||
|
@ -6,6 +6,7 @@ bin/prm
|
||||
bin/prmdir
|
||||
bin/prun
|
||||
bin/pstatus
|
||||
bin/rapiconfig
|
||||
bin/synce-install-cab
|
||||
bin/synce-list-programs
|
||||
bin/synce-remove-program
|
||||
|
Loading…
Reference in New Issue
Block a user