diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 00:45:58 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 00:45:58 +0800 |
commit | 033d92e77ae18eb45aaaa08cf1b4037bb1536ad0 (patch) | |
tree | 07c99aa739c6b74a8b8c37fee0caed1e65bb175c /games | |
parent | 7acdfd231b879eab1e859a7cbbd62e2a1231bc05 (diff) | |
download | freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.tar.gz freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.tar.zst freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.zip |
Add explicit dependency on pkgconf (18 ports)
Diffstat (limited to 'games')
-rw-r--r-- | games/exult/Makefile | 12 | ||||
-rw-r--r-- | games/vamos/Makefile | 1 | ||||
-rw-r--r-- | games/xbomb/Makefile | 7 |
3 files changed, 8 insertions, 12 deletions
diff --git a/games/exult/Makefile b/games/exult/Makefile index 11d63d00204e..21929687b67f 100644 --- a/games/exult/Makefile +++ b/games/exult/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: exult -# Date created: 18 February 2002 -# Whom: Igor Pokrovsky <tiamat@telegraph.spb.ru> -# +# Created by: Igor Pokrovsky <tiamat@telegraph.spb.ru> # $FreeBSD$ -# PORTNAME= exult PORTVERSION= 1.2 @@ -19,7 +15,7 @@ RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity USE_SDL= sdl mixer USE_XORG= x11 -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -30,12 +26,14 @@ MAN6= exult.6 SUB_FILES= pkg-message +.include <bsd.port.options.mk> + post-patch: @${REINPLACE_CMD} -e 's|desktop||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/configure post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for i in FAQ NEWS README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} diff --git a/games/vamos/Makefile b/games/vamos/Makefile index 5f3792271497..85f16cc6ad3a 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -17,6 +17,7 @@ LICENSE= GPLv2 LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +USES= pkgconfig USE_OPENAL= al alut USE_XORG= sm ice x11 xi xext xmu USE_GL= glut diff --git a/games/xbomb/Makefile b/games/xbomb/Makefile index 703cb7dc5f1c..0c3456b19d1f 100644 --- a/games/xbomb/Makefile +++ b/games/xbomb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xbomb -# Date created: 20 Feb 1998 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xbomb PORTVERSION= 2.2a @@ -14,6 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Minesweeper with a couple of grid types +USES= pkgconfig USE_XORG= xaw7 MAN6= xbomb.6 |