1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Fix build with LIBSYNCE, LIBDYNAMITE, LIBUNSHIELD options enabled

- Fix pkg-config file
- Change WWW
- Bump PORTREVISION

PR:		ports/126063
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
This commit is contained in:
Pav Lucistnik 2008-07-29 23:51:10 +00:00
parent 0e4619f40b
commit 0bacf2c9d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217831
2 changed files with 13 additions and 4 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= liborange
PORTVERSION= 0.3.2
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= SF
MASTER_SITE_SUBDIR= synce
@ -37,23 +38,26 @@ MAN1= orange.1
.if !defined(WITH_LIBSYNCE)
CONFIGURE_ARGS+= --without-libsynce
REQUIRES+= libsynce
.else
LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce
CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE}
CONFIGURE_ARGS+= --with-libsynce
.endif
.if !defined(WITH_LIBDYNAMITE)
CONFIGURE_ARGS+= --without-libdynamite
REQUIRES+= libdynamite
.else
LIB_DEPENDS+= dynamite.0:${PORTSDIR}/archivers/libdynamite
CONFIGURE_ARGS+= --with-libdynamite=${LOCALBASE}
CONFIGURE_ARGS+= --with-libdynamite
.endif
.if !defined(WITH_LIBUNSHIELD)
CONFIGURE_ARGS+= --without-libunshield
REQUIRES+= libunshield
.else
LIB_DEPENDS+= unshield.0:${PORTSDIR}/archivers/unshield
CONFIGURE_ARGS+= --with-libunshield=${LOCALBASE}
CONFIGURE_ARGS+= --with-libunshield
.endif
.if defined(WITH_INNO)
@ -69,4 +73,9 @@ CONFIGURE_ARGS+= --enable-msi --with-libgsf
LIB_DEPENDS+= gsf-1.114:${PORTSDIR}/devel/libgsf
.endif
post-patch:
.for req in ${REQUIRES}
@${REINPLACE_CMD} -e 's|${req}||' ${WRKSRC}/${PORTNAME}.pc.in
.endfor
.include <bsd.port.post.mk>

View File

@ -4,4 +4,4 @@ Windows.
Supported installers include VISE, InstallShield, Setup Factory and more.
WWW: http://synce.sourceforge.net/
WWW: http://www.synce.org/moin/