mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Convert irc to USES=pkgconfig
This commit is contained in:
parent
737bed6923
commit
26b2bed6dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316344
9 changed files with 11 additions and 23 deletions
|
@ -20,9 +20,9 @@ PORTDOCS= AUTHORS CHANGES CREDITS FAQ README
|
||||||
PORTEXAMPLES= bitlbee.conf motd.txt
|
PORTEXAMPLES= bitlbee.conf motd.txt
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
USES= pkgconfig
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
USE_PKGCONFIG= build
|
|
||||||
USE_RC_SUBR= bitlbee
|
USE_RC_SUBR= bitlbee
|
||||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||||
|
|
||||||
|
|
|
@ -20,8 +20,8 @@ COMMENT= Irssi plugin to limit the transmit speed of DCC sends
|
||||||
BUILD_DEPENDS= irssi:${PORTSDIR}/irc/irssi
|
BUILD_DEPENDS= irssi:${PORTSDIR}/irc/irssi
|
||||||
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
|
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
|
||||||
|
|
||||||
|
USES= pkgconfig
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
USE_PKGCONFIG= build
|
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
|
|
||||||
PLIST_FILES= lib/irssi/modules/lib/${DISTNAME}.so
|
PLIST_FILES= lib/irssi/modules/lib/${DISTNAME}.so
|
||||||
|
|
|
@ -16,8 +16,8 @@ LIB_DEPENDS= glib-2.0:${PORTSDIR}/devel/glib20
|
||||||
CONFLICTS= irssi-0.8*
|
CONFLICTS= irssi-0.8*
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
USES= pkgconfig
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_PKGCONFIG= build
|
|
||||||
WANT_PERL= yes
|
WANT_PERL= yes
|
||||||
MAKE_JOBS_SAFE= yes
|
MAKE_JOBS_SAFE= yes
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: irssi-otr
|
# Created by: Ashish Shukla <wahjava@gmail.com>
|
||||||
# Date created: 2008-08-16
|
|
||||||
# Whom: Ashish Shukla <wahjava@gmail.com>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= irssi-otr
|
PORTNAME= irssi-otr
|
||||||
PORTVERSION= 0.3
|
PORTVERSION= 0.3
|
||||||
|
@ -24,10 +20,9 @@ RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= cmake
|
USES= cmake pkgconfig
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
USE_PKGCONFIG= build
|
|
||||||
|
|
||||||
PLIST_FILES= lib/irssi/modules/libotr.so \
|
PLIST_FILES= lib/irssi/modules/libotr.so \
|
||||||
%%DOCSDIR%%/LICENSE %%DOCSDIR%%/README
|
%%DOCSDIR%%/LICENSE %%DOCSDIR%%/README
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= irssi
|
PORTNAME= irssi
|
||||||
PORTVERSION= 0.8.15
|
PORTVERSION= 0.8.15
|
||||||
|
@ -15,9 +13,9 @@ LIB_DEPENDS= glib-2:${PORTSDIR}/devel/glib20
|
||||||
|
|
||||||
CONFLICTS= irssi-devel-[0-9]* zh-irssi-[0-9]*
|
CONFLICTS= irssi-devel-[0-9]* zh-irssi-[0-9]*
|
||||||
|
|
||||||
|
USES= pkgconfig
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_PKGCONFIG= build
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_NCURSES= yes
|
USE_NCURSES= yes
|
||||||
WANT_PERL= yes
|
WANT_PERL= yes
|
||||||
|
|
|
@ -21,7 +21,7 @@ LOGDIR?= /var/log
|
||||||
RUNDIR?= /var/run
|
RUNDIR?= /var/run
|
||||||
DBDIR?= /var/db/${PORTNAME}
|
DBDIR?= /var/db/${PORTNAME}
|
||||||
PERL?= ${LOCALBASE}/bin/perl
|
PERL?= ${LOCALBASE}/bin/perl
|
||||||
USE_PKGCONFIG= build
|
USES= pkgconfig
|
||||||
SUB_FILES= pkg-message pkg-install
|
SUB_FILES= pkg-message pkg-install
|
||||||
PLIST_SUB= LOGDIR=${LOGDIR} RUNDIR=${RUNDIR} DBDIR=${DBDIR} PERL=${PERL}
|
PLIST_SUB= LOGDIR=${LOGDIR} RUNDIR=${RUNDIR} DBDIR=${DBDIR} PERL=${PERL}
|
||||||
SUB_LIST= LOGDIR=${LOGDIR} RUNDIR=${RUNDIR} DBDIR=${DBDIR} PERL=${PERL}
|
SUB_LIST= LOGDIR=${LOGDIR} RUNDIR=${RUNDIR} DBDIR=${DBDIR} PERL=${PERL}
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: smartirc4net
|
# Created by: Romain Tartiere <romain@blogreen.org>
|
||||||
# Date created: 2009-08-25
|
|
||||||
# Whom: Romain Tartiere <romain@blogreen.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= smartirc4net
|
PORTNAME= smartirc4net
|
||||||
PORTVERSION= 0.4.5.1
|
PORTVERSION= 0.4.5.1
|
||||||
|
@ -17,8 +13,7 @@ BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_PKGCONFIG= build
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USES= pathfix
|
USES= pathfix pkgconfig
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -95,7 +95,7 @@ PLIST_SUB+= RUBY="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MGNUTLS}
|
.if ${PORT_OPTIONS:MGNUTLS}
|
||||||
USE_PKGCONFIG= yes
|
USES+= pkgconfig
|
||||||
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
|
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
|
||||||
.else
|
.else
|
||||||
CMAKE_ARGS+= -DENABLE_GNUTLS=no
|
CMAKE_ARGS+= -DENABLE_GNUTLS=no
|
||||||
|
|
|
@ -13,8 +13,8 @@ LICENSE= GPLv2
|
||||||
|
|
||||||
FETCH_ARGS= -Fpr
|
FETCH_ARGS= -Fpr
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
USES= pkgconfig
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_PKGCONFIG= build
|
|
||||||
USE_ICONV= yes
|
USE_ICONV= yes
|
||||||
WANT_PERL= yes
|
WANT_PERL= yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue