mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -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
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= glib20
|
||||
USE_PKGCONFIG= build
|
||||
USE_RC_SUBR= bitlbee
|
||||
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
|
||||
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GNOME= glib20
|
||||
USE_PKGCONFIG= build
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
PLIST_FILES= lib/irssi/modules/lib/${DISTNAME}.so
|
||||
|
|
|
@ -16,8 +16,8 @@ LIB_DEPENDS= glib-2.0:${PORTSDIR}/devel/glib20
|
|||
CONFLICTS= irssi-0.8*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USE_PKGCONFIG= build
|
||||
WANT_PERL= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: irssi-otr
|
||||
# Date created: 2008-08-16
|
||||
# Whom: Ashish Shukla <wahjava@gmail.com>
|
||||
#
|
||||
# Created by: Ashish Shukla <wahjava@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= irssi-otr
|
||||
PORTVERSION= 0.3
|
||||
|
@ -24,10 +20,9 @@ RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake
|
||||
USES= cmake pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= glib20
|
||||
USE_PKGCONFIG= build
|
||||
|
||||
PLIST_FILES= lib/irssi/modules/libotr.so \
|
||||
%%DOCSDIR%%/LICENSE %%DOCSDIR%%/README
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= irssi
|
||||
PORTVERSION= 0.8.15
|
||||
|
@ -15,9 +13,9 @@ LIB_DEPENDS= glib-2:${PORTSDIR}/devel/glib20
|
|||
|
||||
CONFLICTS= irssi-devel-[0-9]* zh-irssi-[0-9]*
|
||||
|
||||
USES= pkgconfig
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PKGCONFIG= build
|
||||
USE_GMAKE= yes
|
||||
USE_NCURSES= yes
|
||||
WANT_PERL= yes
|
||||
|
|
|
@ -21,7 +21,7 @@ LOGDIR?= /var/log
|
|||
RUNDIR?= /var/run
|
||||
DBDIR?= /var/db/${PORTNAME}
|
||||
PERL?= ${LOCALBASE}/bin/perl
|
||||
USE_PKGCONFIG= build
|
||||
USES= pkgconfig
|
||||
SUB_FILES= pkg-message pkg-install
|
||||
PLIST_SUB= 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
|
||||
# Date created: 2009-08-25
|
||||
# Whom: Romain Tartiere <romain@blogreen.org>
|
||||
#
|
||||
# Created by: Romain Tartiere <romain@blogreen.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= smartirc4net
|
||||
PORTVERSION= 0.4.5.1
|
||||
|
@ -17,8 +13,7 @@ BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
|
|||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PKGCONFIG= build
|
||||
USE_GMAKE= yes
|
||||
USES= pathfix
|
||||
USES= pathfix pkgconfig
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -95,7 +95,7 @@ PLIST_SUB+= RUBY="@comment "
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGNUTLS}
|
||||
USE_PKGCONFIG= yes
|
||||
USES+= pkgconfig
|
||||
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
|
||||
.else
|
||||
CMAKE_ARGS+= -DENABLE_GNUTLS=no
|
||||
|
|
|
@ -13,8 +13,8 @@ LICENSE= GPLv2
|
|||
|
||||
FETCH_ARGS= -Fpr
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USE_PKGCONFIG= build
|
||||
USE_ICONV= yes
|
||||
WANT_PERL= yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue