mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add explicit dependencies on pkgconf
This commit is contained in:
parent
8009e03e6f
commit
6d09df8162
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325962
@ -14,6 +14,7 @@ LIB_DEPENDS= glpng:${PORTSDIR}/graphics/glpng \
|
||||
fontconfig:${PORTSDIR}/x11-fonts/fontconfig
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pkgconfig
|
||||
USE_GL= gl glu
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -17,6 +17,7 @@ LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \
|
||||
BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
|
||||
RUN_DEPENDS= ${DATADIR}/servers.ini:${PORTSDIR}/games/glest-data
|
||||
|
||||
USES= pkgconfig
|
||||
USE_AUTOTOOLS= automake:env autoconf:env
|
||||
USE_ZIP= yes
|
||||
USE_OPENAL= al alut
|
||||
|
@ -24,7 +24,7 @@ RUN_DEPENDS= ${DATADIR}/tutorials/2_basic_tutorial/2_basic_tutorial.xml:${PORTSD
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
USE_XZ= yes
|
||||
USES= cmake
|
||||
USES= cmake pkgconfig
|
||||
USE_DOS2UNIX= yes
|
||||
USE_GL= glew gl glu
|
||||
USE_LUA= 5.1
|
||||
|
@ -26,7 +26,7 @@ CFLAGS+= -I${LOCALBASE}/include
|
||||
CXXFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
USES= cmake
|
||||
USES= cmake pkgconfig
|
||||
CMAKE_ARGS= -DHAWKNL_BUILTIN=YES \
|
||||
-DLIBZIP_BUILTIN=YES \
|
||||
-DBREAKPAD=NO \
|
||||
|
@ -30,8 +30,7 @@ USE_OPENAL= al alut
|
||||
USE_SDL= mixer net sdl
|
||||
USE_WX= 2.4+
|
||||
WX_CONF_ARGS= absolute
|
||||
USES= iconv perl5
|
||||
USE_GMAKE= yes
|
||||
USES= iconv perl5 gmake pkgconfig
|
||||
USE_AUTOTOOLS= aclocal automake autoconf
|
||||
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
||||
AUTOMAKE_ARGS= --add-missing --copy --force --foreign
|
||||
|
@ -26,8 +26,8 @@ NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_PACKAGE= package could be up to 661MB; set FORCE_PACKAGE if you really want it
|
||||
|
||||
OPTIONS_MULTI= EXTRA
|
||||
OPTIONS_MULTI_EXTRA= MODELS SOUNDTRACKS TEXTURES DHTP
|
||||
OPTIONS_GROUP= EXTRA
|
||||
OPTIONS_GROUP_EXTRA= MODELS SOUNDTRACKS TEXTURES DHTP
|
||||
|
||||
MODELS_DESC= Install 3D models (17MB)
|
||||
SOUNDTRACKS_DESC= Install enhanced soundtracks (482MB)
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: xteddy
|
||||
# Date created: 3 June 1998
|
||||
# Whom: Eckart "Isegrim" Hofmann
|
||||
#
|
||||
# Created by: Eckart "Isegrim" Hofmann
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/games/xteddy/Makefile,v 1.1 2006/10/04 13:16:56 ahze Exp $
|
||||
|
||||
PORTNAME= xteddy
|
||||
PORTVERSION= 2.2
|
||||
@ -11,7 +7,7 @@ CATEGORIES= games
|
||||
MASTER_SITES= http://webstaff.itn.liu.se/~stegu/xteddy/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A cuddlesome teddy for the X desktop
|
||||
COMMENT= Cuddlesome teddy for the X desktop
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user