mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Add an explicit dependency on pkgconf
This commit is contained in:
parent
7ebaf95f6c
commit
2729c7d447
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326095
@ -11,7 +11,7 @@ MAINTAINER= feld@FreeBSD.org
|
||||
COMMENT= Adjusts the color temperature of your screen
|
||||
|
||||
FETCH_ARGS= "-pRr"
|
||||
USES= gmake
|
||||
USES= gmake pkgconfig
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
@ -12,6 +12,7 @@ COMMENT= GTK+ front end for various archiving tools
|
||||
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
|
||||
USES= pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk20
|
||||
|
||||
|
@ -13,7 +13,7 @@ COMMENT= A Free Gerber Viewer
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= pathfix
|
||||
USES= pathfix pkgconfig
|
||||
USE_GNOME= desktopfileutils gtk20
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -14,7 +14,7 @@ COMMENT= Amateur Radio DX cluster monitor
|
||||
|
||||
USE_GNOME= gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig
|
||||
|
||||
MAN1= xdx.1
|
||||
LICENSE= GPLv2
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: bomns
|
||||
# Date created: 22 Jul 2005
|
||||
# Whom: Alejandro Pulver <alejandro@varnet.biz>
|
||||
#
|
||||
# Created by: Alejandro Pulver <alejandro@varnet.biz>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bomns
|
||||
PORTVERSION= 0.99.2
|
||||
@ -14,6 +10,7 @@ MASTER_SITES= SF/greenridge/Bomns%20for%20Linux/Bomns%20for%20Linux%20${PORTVERS
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The best old-school Deathmatch game ever (only for two players)
|
||||
|
||||
USES= pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USE_SDL= mixer sdl
|
||||
WANT_GNOME= yes
|
||||
|
@ -13,11 +13,10 @@ COMMENT= Robot programming game for UNIX
|
||||
|
||||
BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 gmake pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_PYTHON= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-rtb-dir=${PREFIX}/lib/${PORTNAME}
|
||||
|
||||
|
@ -71,7 +71,7 @@ USE_GNOME= gtk20
|
||||
|
||||
# The original uses gmake and ./configure
|
||||
# Also pass appropriate flags to configure to use FreeBSD locations.
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX} LDFLAGS="-L${PREFIX}/lib -lgetline" CPPFLAGS=-I${PREFIX}/include
|
||||
|
||||
|
@ -22,7 +22,7 @@ MAKE_ARGS+= pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
||||
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
--with-libev \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig
|
||||
USE_GNOME= glib20 intltool
|
||||
USE_LDCONFIG= yes
|
||||
USE_RUBY= yes
|
||||
|
@ -13,6 +13,7 @@ LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext \
|
||||
poppler-glib:${PORTSDIR}/graphics/poppler-glib \
|
||||
boost_program_options:${PORTSDIR}/devel/boost-libs
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GL= glut
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: gdmap
|
||||
# Date created: 13 Oct 2005
|
||||
# Whom: Rodrigo Graeff <delphus@gmail.com>
|
||||
#
|
||||
# Created by: Rodrigo Graeff <delphus@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gdmap
|
||||
PORTVERSION= 0.7.5
|
||||
@ -17,8 +13,7 @@ COMMENT= Graphical disk map Utility
|
||||
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
|
||||
USE_GNOME= gnomeprefix gnomehack gtk20
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
USES= gmake perl5 pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= gdmap.1
|
||||
|
Loading…
Reference in New Issue
Block a user