diff options
author | asami <asami@FreeBSD.org> | 1995-02-11 21:51:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-02-11 21:51:48 +0800 |
commit | f00f61ef610a8de3a2a910e987fb397bed2e1dd0 (patch) | |
tree | 24bbbb01a66b3966a65153402e4eaaad5f842bab /games | |
parent | 0707f721571142597f21951399e1bca2bfed70fe (diff) | |
download | freebsd-ports-gnome-f00f61ef610a8de3a2a910e987fb397bed2e1dd0.tar.gz freebsd-ports-gnome-f00f61ef610a8de3a2a910e987fb397bed2e1dd0.tar.zst freebsd-ports-gnome-f00f61ef610a8de3a2a910e987fb397bed2e1dd0.zip |
Converted Makefiles as much as I could.
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
set NO_INSTALL_MANPAGES for not calling "make install.man")
(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These
are the entries I used:
EXEC_DEPENDS:
unzip:${PORTSDIR}/archivers/unzip
gmake:${PORTSDIR}/devel/gmake
wishx:${PORTSDIR}/lang/tclX
xli:${PORTSDIR}/graphics/xli
gs:${PORTSDIR}/print/ghostscript
gunshar:${PORTSDIR}/archivers/gshar+gunshar
hfs:${PORTSDIR}/utils/hfs
rman:${PORTSDIR}/utils/rman
LIB_DEPENDS:
tiff\\.3\\.:${PORTSDIR}/graphics/tiff
jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
tcl\\.7\\.:${PORTSDIR}/lang/tcl
tk\\.3\\.:${PORTSDIR}/x11/tk
xview\\.1\\.:${PORTSDIR}/x11/xview-lib
Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
xview\\.3\\.:${PORTSDIR}/x11/xview-lib
BLT\\.1\\.:${PORTSDIR}/x11/blt
There are still some dependencies I can't figure out what exactly
is needed. If your port still has DEPENDS in it, please check it out!
Diffstat (limited to 'games')
-rw-r--r-- | games/jetpack/Makefile | 1 | ||||
-rw-r--r-- | games/oneko/Makefile | 3 | ||||
-rw-r--r-- | games/xasteroids/Makefile | 3 | ||||
-rw-r--r-- | games/xboing/Makefile | 1 | ||||
-rw-r--r-- | games/xinvaders/Makefile | 3 | ||||
-rw-r--r-- | games/xmille/Makefile | 3 | ||||
-rw-r--r-- | games/xmine/Makefile | 5 | ||||
-rw-r--r-- | games/xminesweep/Makefile | 1 | ||||
-rw-r--r-- | games/xmris/Makefile | 1 | ||||
-rw-r--r-- | games/xpipeman/Makefile | 3 | ||||
-rw-r--r-- | games/xrobots/Makefile | 3 | ||||
-rw-r--r-- | games/xsol/Makefile | 3 |
12 files changed, 9 insertions, 21 deletions
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile index 72f3740999ec..f3912f82ff04 100644 --- a/games/jetpack/Makefile +++ b/games/jetpack/Makefile @@ -1,7 +1,6 @@ DISTNAME= jetpack DISTFILES= jetpack.tar.Z USE_IMAKE= yes -INSTALL_MANPAGES= yes MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/ MAKE_FLAGS= PREFIX=${PREFIX} -f diff --git a/games/oneko/Makefile b/games/oneko/Makefile index cc3e8a5a22c1..5356f4074f0e 100644 --- a/games/oneko/Makefile +++ b/games/oneko/Makefile @@ -3,12 +3,11 @@ # Date created: 5 December 1994 # Whom: asami # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1994/12/06 01:46:30 asami Exp $ # DISTNAME= oneko-1.1b USE_IMAKE= yes -INSTALL_MANPAGES= yes MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/ WRKSRC= ${WRKDIR}/oneko diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile index 019bc405c3cc..ba9d398b2c7d 100644 --- a/games/xasteroids/Makefile +++ b/games/xasteroids/Makefile @@ -2,7 +2,7 @@ # Date created: 3 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.1.1.1 1995/01/04 08:56:17 swallace Exp $ +# $Id: Makefile,v 1.2 1995/01/29 22:00:24 ats Exp $ # DISTNAME= xasteroids @@ -11,7 +11,6 @@ EXTRACT_SUFX= .sh.Z EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s ) EXTRACT_ARGS= < USE_IMAKE= yes -INSTALL_MANPAGES= yes NO_WRKSUBDIR= yes .include <bsd.port.mk> diff --git a/games/xboing/Makefile b/games/xboing/Makefile index f3bcd9053fdd..6174eefade01 100644 --- a/games/xboing/Makefile +++ b/games/xboing/Makefile @@ -7,7 +7,6 @@ DISTNAME= xboing2.2 EXTRACT_SUFX= .tar.gz USE_IMAKE= yes -INSTALL_MANPAGES= yes MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/games/ .include <bsd.port.mk> diff --git a/games/xinvaders/Makefile b/games/xinvaders/Makefile index 32caa4ca28f4..4f4aed32bf14 100644 --- a/games/xinvaders/Makefile +++ b/games/xinvaders/Makefile @@ -3,12 +3,11 @@ # Date created: 3 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.3 1994/12/31 04:17:52 swallace Exp $ +# $Id: Makefile,v 1.1.1.1 1995/01/04 08:57:32 swallace Exp $ # DISTNAME= xinvaders MASTER_SITES= ftp://romulus.ucs.uoknor.edu/Linux/games/x11/action/ USE_IMAKE= yes -INSTALL_MANPAGES= yes .include <bsd.port.mk> diff --git a/games/xmille/Makefile b/games/xmille/Makefile index d304a2b8fac6..72d1eeb2f679 100644 --- a/games/xmille/Makefile +++ b/games/xmille/Makefile @@ -3,13 +3,12 @@ # Date created: 30 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.2 1994/10/06 07:52:04 swallace Exp $ +# $Id: Makefile,v 1.1.1.1 1994/12/31 05:34:26 swallace Exp $ # DISTNAME= xmille MASTER_SITES= ftp://gatekeeper.dec.com/.b/X11-contrib/ USE_IMAKE= yes -INSTALL_MANPAGES= yes EXTRACT_SUFX= .tar.Z NO_WRKSUBDIR= yes diff --git a/games/xmine/Makefile b/games/xmine/Makefile index 30daf6cce0de..58d71ac9ff2e 100644 --- a/games/xmine/Makefile +++ b/games/xmine/Makefile @@ -3,13 +3,12 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.2 1994/12/31 04:07:40 swallace Exp $ +# $Id: Makefile,v 1.3 1995/01/21 17:27:39 ats Exp $ # DISTNAME= xmine-1.0.3-Xaw USE_IMAKE= yes -INSTALL_MANPAGES= yes -DEPENDS= ${PORTSDIR}/x11/Xaw3d +LIB_DEPENDS= Xaw3d\\.:${PORTSDIR}/x11/Xaw3d .include <bsd.port.mk> diff --git a/games/xminesweep/Makefile b/games/xminesweep/Makefile index 6d56309c3d4e..d5d4aaefec49 100644 --- a/games/xminesweep/Makefile +++ b/games/xminesweep/Makefile @@ -7,7 +7,6 @@ DISTNAME= xminesweep3.0 EXTRACT_SUFX= .tar.Z USE_IMAKE= yes -INSTALL_MANPAGES= yes MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/games/ .include <bsd.port.mk> diff --git a/games/xmris/Makefile b/games/xmris/Makefile index 09b590474dfe..72b7b204fc20 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -1,7 +1,6 @@ DISTNAME= xmris.4.02 USE_GMAKE= yes USE_IMAKE= yes -INSTALL_MANPAGES= yes MASTER_SITES= ftp://ftp.x.org/R5contrib/ .include <bsd.port.mk> diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile index 32b3184e969d..59fb5efafcde 100644 --- a/games/xpipeman/Makefile +++ b/games/xpipeman/Makefile @@ -2,14 +2,13 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.3 1994/12/31 04:17:52 swallace Exp $ +# $Id: Makefile,v 1.1.1.1 1995/01/03 08:48:44 swallace Exp $ # DISTNAME= xpipeman MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/ EXTRACT_SUFX= .tar.Z USE_IMAKE= yes -INSTALL_MANPAGES= yes .include <bsd.port.mk> diff --git a/games/xrobots/Makefile b/games/xrobots/Makefile index 295e4a9d8ba5..6ee728df8395 100644 --- a/games/xrobots/Makefile +++ b/games/xrobots/Makefile @@ -2,13 +2,12 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.3 1994/12/31 04:17:52 swallace Exp $ +# $Id: Makefile,v 1.1.1.1 1995/01/03 08:47:58 swallace Exp $ # DISTNAME= xrobots MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/X11R4/contrib/games/ USE_IMAKE= yes -INSTALL_MANPAGES= yes .include <bsd.port.mk> diff --git a/games/xsol/Makefile b/games/xsol/Makefile index 951627b5bd94..c9151d8c9821 100644 --- a/games/xsol/Makefile +++ b/games/xsol/Makefile @@ -3,13 +3,12 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.3 1994/12/31 04:17:52 swallace Exp $ +# $Id: Makefile,v 1.1.1.1 1995/01/03 08:46:26 swallace Exp $ # DISTNAME= xsol-new MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/games/ EXTRACT_SUFX= .tar.Z USE_IMAKE= yes -INSTALL_MANPAGES= yes .include <bsd.port.mk> |