mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add an explicit dependency on pkgconf
This commit is contained in:
parent
c4a998e8d3
commit
9880c1a378
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326092
@ -16,7 +16,7 @@ LICENSE= GPLv2
|
||||
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
|
||||
png15:${PORTSDIR}/graphics/png
|
||||
|
||||
USES= gettext gmake
|
||||
USES= gettext gmake pkgconfig
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GL= gl
|
||||
USE_LUA= 5.0+ # should be optional, but the build fails without it
|
||||
|
@ -10,7 +10,7 @@ MASTER_SITES= http://starplot.org/downloads/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= 3-dimensional viewer for star charts
|
||||
|
||||
USES= gmake pathfix gettext
|
||||
USES= gmake pathfix gettext pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Audio visualization plugin for the X Window System
|
||||
|
||||
LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3
|
||||
|
||||
USES= pathfix
|
||||
USES= pathfix pkgconfig
|
||||
USE_GNOME= esound gnomehier gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -15,7 +15,7 @@ LICENSE_COMB= dual
|
||||
LIB_DEPENDS= xmmsclient:${PORTSDIR}/audio/xmms2 \
|
||||
notify:${PORTSDIR}/devel/libnotify
|
||||
|
||||
USES= gmake desktop-file-utils
|
||||
USES= gmake desktop-file-utils pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
@ -21,7 +21,7 @@ LIB_DEPENDS= dssialsacompat:${PORTSDIR}/audio/libdssialsacompat \
|
||||
fftw3:${PORTSDIR}/math/fftw3 \
|
||||
fftw3f:${PORTSDIR}/math/fftw3-float
|
||||
|
||||
USES= gmake
|
||||
USES= gmake pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
@ -19,7 +19,7 @@ RUN_DEPENDS= m4>=1.4.11:${PORTSDIR}/devel/m4 \
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USE_AUTOTOOLS= autoconf
|
||||
USES= gmake
|
||||
USES= gmake pkgconfig
|
||||
USE_TK_RUN= yes
|
||||
INSTALLS_ICONS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: wenju
|
||||
# Date created: 18 Oct 2003
|
||||
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
||||
#
|
||||
# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wenju
|
||||
PORTVERSION= 1.6
|
||||
@ -14,6 +10,7 @@ MASTER_SITES= SF
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Collection of writing tools in Chinese
|
||||
|
||||
USES= pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -1,7 +1,4 @@
|
||||
# New ports collection makefile for: gpsk31
|
||||
# Date created: 2005-05-27
|
||||
# Whom: Søren Straarup <xride@x12.dk>
|
||||
#
|
||||
# Created by: Søren Straarup <xride@x12.dk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gpsk31
|
||||
@ -13,6 +10,7 @@ MASTER_SITES= http://www.qsl.net/pg4i/download/
|
||||
MAINTAINER= xride@FreeBSD.org
|
||||
COMMENT= A gtk psk31 client
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: xwota
|
||||
# Date created: September 13 2006
|
||||
# Whom: Diane Bruce <db@db.net>
|
||||
#
|
||||
# Created by: Diane Bruce <db@db.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xwota
|
||||
PORTVERSION= 0.4
|
||||
@ -16,8 +12,8 @@ MASTER_SITE_SUBDIR= db
|
||||
MAINTAINER= db@FreeBSD.org
|
||||
COMMENT= X version of who is on the air
|
||||
|
||||
USES= gmake pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
||||
|
@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_TUCOWS}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GTK2 address book
|
||||
|
||||
USES= pathfix
|
||||
USES= pathfix pkgconfig
|
||||
USE_GNOME= gnomeprefix gtk20 libxml2
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -12,7 +12,7 @@ MAINTAINER= avg@icyb.net.ua
|
||||
COMMENT= GTK2 substitute for xmessage
|
||||
|
||||
USE_GNOME= gtk20 gnomeprefix
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: mdh
|
||||
# Date created: 12 November 2003
|
||||
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
||||
#
|
||||
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mdh
|
||||
PORTVERSION= 1.9.60
|
||||
@ -16,7 +12,7 @@ COMMENT= GTK2-based toolbar, like a smaller GNOME panel
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -16,8 +16,7 @@ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \
|
||||
CPPFLAGS+= "-I${LOCALBASE}/include"
|
||||
CONFIGURE_ARGS= --disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gettext
|
||||
USE_GMAKE= yes
|
||||
USES= gettext gmake pkgconfig
|
||||
USE_GNOME= intltool gnomehack glib20 gtk20
|
||||
USE_LDCONFIG= yes
|
||||
WANT_GSTREAMER= yes
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: urlgfe
|
||||
# Date created: 8 January 2004
|
||||
# Whom: Nosov Artem <chip-set@mail.ru>
|
||||
#
|
||||
# Created by: Nosov Artem <chip-set@mail.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= urlgfe
|
||||
PORTVERSION= 0.7.1
|
||||
@ -17,6 +13,7 @@ COMMENT= A download manager
|
||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
||||
|
||||
USE_GNOME= gtk20 lthack
|
||||
USES= pkgconfig
|
||||
WANT_GNOME= yes
|
||||
USE_OPENSSL= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: GTKPool
|
||||
# Date created: 31 Jul 2005
|
||||
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
#
|
||||
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gtkpool
|
||||
PORTVERSION= 0.5.0
|
||||
@ -15,7 +11,7 @@ MASTER_SITES= ftp://ftp.seul.org/pub/gtkpool/ \
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A 2D pool game using the GTK+ toolkit
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
USE_PERL5= build
|
||||
USE_GMAKE= yes
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: macopix
|
||||
# Date created: 15 Apr 2003
|
||||
# Whom: Shinya Esu <esu@yk.rim.or.jp>
|
||||
#
|
||||
# Created by: Shinya Esu <esu@yk.rim.or.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= macopix
|
||||
PORTVERSION= 1.7.4
|
||||
@ -34,8 +30,7 @@ RESTRICTED_FILES= \
|
||||
macopix-mascot-HxB-euc-ja-0.30.tar.gz
|
||||
|
||||
WANT_GNOME= yes
|
||||
USES= gettext
|
||||
USE_GMAKE= yes
|
||||
USES= gettext gmake pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= macopix.1
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: mt_gtk_client
|
||||
# Date created: Sun 7 mar 2004
|
||||
# Whom: thierry@pompo.net
|
||||
#
|
||||
# Created by: thierry@pompo.net
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mt_gtk_client
|
||||
PORTVERSION= 0.1.98
|
||||
@ -20,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/cardpics/images/78.png:${PORTSDIR}/games/cardpi
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gettext
|
||||
USES= gettext pkgconfig
|
||||
USE_GNOME= glib20 gtk20 libxml2
|
||||
|
||||
.if !defined(WITHOUT_SERVER)
|
||||
|
@ -14,8 +14,7 @@ COMMENT= A graphical configurable talking cow
|
||||
OPTIONS_DEFINE= DBUS
|
||||
|
||||
USE_GNOME= gtk20
|
||||
USES= gettext
|
||||
USE_GMAKE= yes
|
||||
USES= gettext gmake pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN6= xcowsay.6
|
||||
|
@ -13,8 +13,7 @@ COMMENT= Server browser for many popular 3D action games
|
||||
RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat
|
||||
|
||||
USE_GNOME= intlhack
|
||||
USES= gettext
|
||||
USE_GMAKE= yes
|
||||
USES= gettext gmake pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN6= xqf.6
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: matrices
|
||||
# Date created: Oct. 29 - 2006
|
||||
# Whom: Morten Slot Kristensen
|
||||
#
|
||||
# Created by: Morten Slot Kristensen
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= matrices
|
||||
PORTVERSION= 1.0
|
||||
@ -14,6 +10,7 @@ MASTER_SITES= http://mplus.dk/${PORTNAME}/
|
||||
MAINTAINER= ontherenth@gmail.com
|
||||
COMMENT= Matrix calculator (with both GUI & console-interface)
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GNOME= glib20 gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
@ -24,7 +24,7 @@ USE_BZIP2= yes
|
||||
USE_XORG= xpm xscrnsaver
|
||||
USE_GNOME= gtk20
|
||||
USE_OPENSSL= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig
|
||||
USE_AUTOTOOLS= libltdl libtool
|
||||
CONFIGURE_ARGS= --enable-oscar --disable-workwizu --enable-smtp --enable-lj \
|
||||
--disable-arts
|
||||
|
@ -13,13 +13,10 @@ COMMENT= Program computes with real and complex numbers and matrices
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.if defined(.PARSEDIR)
|
||||
USE_GMAKE= yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: gtk-flat-theme2
|
||||
# Date Created: 14 March 2003
|
||||
# Whom: Philip Paeps <philip@paeps.cx>
|
||||
#
|
||||
# Created by: Philip Paeps <philip@paeps.cx>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gtk-flat-theme2
|
||||
PORTVERSION= 0.1
|
||||
@ -19,7 +15,7 @@ COMMENT= A port of the Flat GTK+ engine to GTK+ 2.0
|
||||
WRKSRC= ${WRKDIR}/gtk-flat-theme-2.0
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig
|
||||
USE_GNOME= gnomehack gtk20
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -15,7 +15,7 @@ ANIMATION_DESC= Animation support
|
||||
ANIMATIONTOLEFT_DESC= Animation from right to left
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: nimbus
|
||||
# Date created: 2011-04-07
|
||||
# Whom: Karsten Pedersen <kpedersen@opencde.org>
|
||||
#
|
||||
# Created by: Karsten Pedersen <kpedersen@opencde.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nimbus
|
||||
PORTVERSION= 0.1.7
|
||||
@ -21,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/gtk-demo:${PORTSDIR}/x11-toolkits/gtk20
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig
|
||||
INSTALLS_ICONS= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= gtk20
|
||||
|
@ -13,8 +13,7 @@ COMMENT= Library components for Zed's Virtual Terminal
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_XORG= x11
|
||||
USE_GMAKE= yes
|
||||
USES= bison pathfix
|
||||
USES= bison pathfix gmake pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GNOME= gnomeprefix gtk20 libartlgpl2
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: gcb
|
||||
# Date Created: 30 January 2006
|
||||
# Whom: Nosov Artem <chip-set@mail.ru>
|
||||
#
|
||||
# Created by: Nosov Artem <chip-set@mail.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gcb
|
||||
PORTVERSION= 0.2.8
|
||||
@ -16,6 +12,7 @@ MAINTAINER= chip-set@mail.ru
|
||||
COMMENT= A GTK+ tool for managing x11 cut-buffers
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USES= pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gtk20
|
||||
|
||||
|
@ -8,14 +8,13 @@ MASTER_SITES= GOOGLE_CODE
|
||||
MAINTAINER= danilogondolfo@gmail.com
|
||||
COMMENT= Display GNOME dialogs from the command line
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig
|
||||
USE_XZ= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_OMF= yes
|
||||
INSTALLS_ICONS= yes
|
||||
CONFIGURE_ENV+= DATADIRNAME=share
|
||||
|
||||
|
||||
MAN1= yad.1
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
Loading…
Reference in New Issue
Block a user