mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Finish stage support
- Use new LIB_DEPENDS syntax
This commit is contained in:
parent
96bc9cad69
commit
a4707e1486
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341208
2 changed files with 8 additions and 9 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= bitlbee
|
PORTNAME= bitlbee
|
||||||
PORTVERSION= 3.2.1
|
PORTVERSION= 3.2.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= irc
|
CATEGORIES= irc
|
||||||
MASTER_SITES= http://get.bitlbee.org/src/ \
|
MASTER_SITES= http://get.bitlbee.org/src/ \
|
||||||
${MASTER_SITE_LOCAL}
|
${MASTER_SITE_LOCAL}
|
||||||
|
@ -13,14 +14,11 @@ COMMENT= An IRC to other chat networks gateway
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
MAN5= bitlbee.conf.5
|
|
||||||
MAN8= bitlbee.8
|
|
||||||
PORTDOCS= AUTHORS CHANGES CREDITS FAQ README
|
PORTDOCS= AUTHORS CHANGES CREDITS FAQ README
|
||||||
PORTEXAMPLES= bitlbee.conf motd.txt
|
PORTEXAMPLES= bitlbee.conf motd.txt
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= pkgconfig
|
USES= gmake pkgconfig
|
||||||
USE_GMAKE= yes
|
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
USE_RC_SUBR= bitlbee
|
USE_RC_SUBR= bitlbee
|
||||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||||
|
@ -69,13 +67,13 @@ CONFIGURE_ARGS+=--ipv6=0
|
||||||
CONFIGURE_ARGS+=--ssl=openssl
|
CONFIGURE_ARGS+=--ssl=openssl
|
||||||
.elif ${PORT_OPTIONS:MGNUTLS}
|
.elif ${PORT_OPTIONS:MGNUTLS}
|
||||||
CONFIGURE_ARGS+=--ssl=gnutls
|
CONFIGURE_ARGS+=--ssl=gnutls
|
||||||
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls \
|
LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls \
|
||||||
gcrypt:${PORTSDIR}/security/libgcrypt
|
libgcrypt.so:${PORTSDIR}/security/libgcrypt
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MOTR}
|
.if ${PORT_OPTIONS:MOTR}
|
||||||
CONFIGURE_ARGS+=--otr=1
|
CONFIGURE_ARGS+=--otr=1
|
||||||
LIB_DEPENDS+= otr.4:${PORTSDIR}/security/libotr3
|
LIB_DEPENDS+= libotr.so.4:${PORTSDIR}/security/libotr3
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+=--otr=0
|
CONFIGURE_ARGS+=--otr=0
|
||||||
.endif
|
.endif
|
||||||
|
@ -112,7 +110,7 @@ CONFIGURE_ARGS+=--twitter=0
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MLIBPURPLE}
|
.if ${PORT_OPTIONS:MLIBPURPLE}
|
||||||
CONFIGURE_ARGS+=--purple=1
|
CONFIGURE_ARGS+=--purple=1
|
||||||
LIB_DEPENDS+= purple:${PORTSDIR}/net-im/libpurple
|
LIB_DEPENDS+= libpurple.so:${PORTSDIR}/net-im/libpurple
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+=--purple=0
|
CONFIGURE_ARGS+=--purple=0
|
||||||
.endif
|
.endif
|
||||||
|
@ -140,6 +138,5 @@ post-install:
|
||||||
${MKDIR} ${STAGEDIR}/${EXAMPLESDIR}
|
${MKDIR} ${STAGEDIR}/${EXAMPLESDIR}
|
||||||
${INSTALL_DATA} ${PORTEXAMPLES:S@^@${WRKSRC}/@} ${STAGEDIR}/${EXAMPLESDIR}
|
${INSTALL_DATA} ${PORTEXAMPLES:S@^@${WRKSRC}/@} ${STAGEDIR}/${EXAMPLESDIR}
|
||||||
.endif
|
.endif
|
||||||
@${CAT} ${PKGMESSAGE}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
man/man5/bitlbee.conf.5.gz
|
||||||
|
man/man8/bitlbee.8.gz
|
||||||
sbin/bitlbee
|
sbin/bitlbee
|
||||||
%%DATADIR%%/help.txt
|
%%DATADIR%%/help.txt
|
||||||
@dirrm %%DATADIR%%
|
@dirrm %%DATADIR%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue