diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:25:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:25:35 +0000 |
commit | 5dba7b6e293a85c365ac67b075bcc70a1ca9a1b4 (patch) | |
tree | 3a9d17e5f9310ab69df14407f1fa479d6a68eac0 /games | |
parent | Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES. (diff) |
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4571
Diffstat (limited to 'games')
-rw-r--r-- | games/gnuchess/Makefile | 6 | ||||
-rw-r--r-- | games/nethack/Makefile | 15 | ||||
-rw-r--r-- | games/nethack3-tty/Makefile | 15 | ||||
-rw-r--r-- | games/nethack3/Makefile | 15 | ||||
-rw-r--r-- | games/nethack32/Makefile | 15 | ||||
-rw-r--r-- | games/nethack33-nox11/Makefile | 15 | ||||
-rw-r--r-- | games/nethack33/Makefile | 15 | ||||
-rw-r--r-- | games/nethack34-nox11/Makefile | 15 | ||||
-rw-r--r-- | games/nethack34/Makefile | 15 | ||||
-rw-r--r-- | games/xboard/Makefile | 8 |
10 files changed, 55 insertions, 79 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index 097086e7e21a..b9a8d6d0ae96 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -3,13 +3,13 @@ # Date created: 04 July 1996 # Whom: markm # -# $Id: Makefile,v 1.1.1.1 1995/12/23 16:54:11 markm Exp $ +# $Id: Makefile,v 1.2 1996/07/10 02:36:38 asami Exp $ # DISTNAME= gnuchess-4.0.pl77 PKGNAME= gnuchess-4.0.77 -CATEGORIES+= games -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= markm@FreeBSD.ORG diff --git a/games/nethack/Makefile b/games/nethack/Makefile index 20dea62126f0..fec86ba28b26 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -3,13 +3,14 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.7 1996/07/23 10:34:25 asami Exp $ +# $Id: Makefile,v 1.8 1996/08/30 08:29:55 asami Exp $ # DISTNAME= nethack-3.2.1 -CATEGORIES+= games -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ \ - ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ +CATEGORIES= games +MASTER_SITES= \ + ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ \ + ${MASTER_SITE_GNU} MAINTAINER= asami@FreeBSD.ORG @@ -17,6 +18,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_GMAKE= yes SHELL= /bin/sh +MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh @@ -24,11 +26,6 @@ pre-configure: post-install: @cd ${WRKSRC}/doc; chmod 644 *.6 @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOMANCOMPRESS) - for file in dgn_comp dlb lev_comp nethack recover; do \ - gzip -9nf ${PREFIX}/man/man6/$$file.6; \ - done -.endif .if !defined(NOPORTDOCS) mkdir -p ${PREFIX}/share/doc/nethack cp ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack diff --git a/games/nethack3-tty/Makefile b/games/nethack3-tty/Makefile index 20dea62126f0..fec86ba28b26 100644 --- a/games/nethack3-tty/Makefile +++ b/games/nethack3-tty/Makefile @@ -3,13 +3,14 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.7 1996/07/23 10:34:25 asami Exp $ +# $Id: Makefile,v 1.8 1996/08/30 08:29:55 asami Exp $ # DISTNAME= nethack-3.2.1 -CATEGORIES+= games -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ \ - ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ +CATEGORIES= games +MASTER_SITES= \ + ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ \ + ${MASTER_SITE_GNU} MAINTAINER= asami@FreeBSD.ORG @@ -17,6 +18,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_GMAKE= yes SHELL= /bin/sh +MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh @@ -24,11 +26,6 @@ pre-configure: post-install: @cd ${WRKSRC}/doc; chmod 644 *.6 @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOMANCOMPRESS) - for file in dgn_comp dlb lev_comp nethack recover; do \ - gzip -9nf ${PREFIX}/man/man6/$$file.6; \ - done -.endif .if !defined(NOPORTDOCS) mkdir -p ${PREFIX}/share/doc/nethack cp ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack diff --git a/games/nethack3/Makefile b/games/nethack3/Makefile index 20dea62126f0..fec86ba28b26 100644 --- a/games/nethack3/Makefile +++ b/games/nethack3/Makefile @@ -3,13 +3,14 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.7 1996/07/23 10:34:25 asami Exp $ +# $Id: Makefile,v 1.8 1996/08/30 08:29:55 asami Exp $ # DISTNAME= nethack-3.2.1 -CATEGORIES+= games -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ \ - ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ +CATEGORIES= games +MASTER_SITES= \ + ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ \ + ${MASTER_SITE_GNU} MAINTAINER= asami@FreeBSD.ORG @@ -17,6 +18,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_GMAKE= yes SHELL= /bin/sh +MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh @@ -24,11 +26,6 @@ pre-configure: post-install: @cd ${WRKSRC}/doc; chmod 644 *.6 @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOMANCOMPRESS) - for file in dgn_comp dlb lev_comp nethack recover; do \ - gzip -9nf ${PREFIX}/man/man6/$$file.6; \ - done -.endif .if !defined(NOPORTDOCS) mkdir -p ${PREFIX}/share/doc/nethack cp ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack diff --git a/games/nethack32/Makefile b/games/nethack32/Makefile index 20dea62126f0..fec86ba28b26 100644 --- a/games/nethack32/Makefile +++ b/games/nethack32/Makefile @@ -3,13 +3,14 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.7 1996/07/23 10:34:25 asami Exp $ +# $Id: Makefile,v 1.8 1996/08/30 08:29:55 asami Exp $ # DISTNAME= nethack-3.2.1 -CATEGORIES+= games -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ \ - ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ +CATEGORIES= games +MASTER_SITES= \ + ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ \ + ${MASTER_SITE_GNU} MAINTAINER= asami@FreeBSD.ORG @@ -17,6 +18,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_GMAKE= yes SHELL= /bin/sh +MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh @@ -24,11 +26,6 @@ pre-configure: post-install: @cd ${WRKSRC}/doc; chmod 644 *.6 @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOMANCOMPRESS) - for file in dgn_comp dlb lev_comp nethack recover; do \ - gzip -9nf ${PREFIX}/man/man6/$$file.6; \ - done -.endif .if !defined(NOPORTDOCS) mkdir -p ${PREFIX}/share/doc/nethack cp ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack diff --git a/games/nethack33-nox11/Makefile b/games/nethack33-nox11/Makefile index 20dea62126f0..fec86ba28b26 100644 --- a/games/nethack33-nox11/Makefile +++ b/games/nethack33-nox11/Makefile @@ -3,13 +3,14 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.7 1996/07/23 10:34:25 asami Exp $ +# $Id: Makefile,v 1.8 1996/08/30 08:29:55 asami Exp $ # DISTNAME= nethack-3.2.1 -CATEGORIES+= games -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ \ - ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ +CATEGORIES= games +MASTER_SITES= \ + ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ \ + ${MASTER_SITE_GNU} MAINTAINER= asami@FreeBSD.ORG @@ -17,6 +18,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_GMAKE= yes SHELL= /bin/sh +MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh @@ -24,11 +26,6 @@ pre-configure: post-install: @cd ${WRKSRC}/doc; chmod 644 *.6 @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOMANCOMPRESS) - for file in dgn_comp dlb lev_comp nethack recover; do \ - gzip -9nf ${PREFIX}/man/man6/$$file.6; \ - done -.endif .if !defined(NOPORTDOCS) mkdir -p ${PREFIX}/share/doc/nethack cp ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index 20dea62126f0..fec86ba28b26 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -3,13 +3,14 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.7 1996/07/23 10:34:25 asami Exp $ +# $Id: Makefile,v 1.8 1996/08/30 08:29:55 asami Exp $ # DISTNAME= nethack-3.2.1 -CATEGORIES+= games -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ \ - ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ +CATEGORIES= games +MASTER_SITES= \ + ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ \ + ${MASTER_SITE_GNU} MAINTAINER= asami@FreeBSD.ORG @@ -17,6 +18,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_GMAKE= yes SHELL= /bin/sh +MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh @@ -24,11 +26,6 @@ pre-configure: post-install: @cd ${WRKSRC}/doc; chmod 644 *.6 @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOMANCOMPRESS) - for file in dgn_comp dlb lev_comp nethack recover; do \ - gzip -9nf ${PREFIX}/man/man6/$$file.6; \ - done -.endif .if !defined(NOPORTDOCS) mkdir -p ${PREFIX}/share/doc/nethack cp ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack diff --git a/games/nethack34-nox11/Makefile b/games/nethack34-nox11/Makefile index 20dea62126f0..fec86ba28b26 100644 --- a/games/nethack34-nox11/Makefile +++ b/games/nethack34-nox11/Makefile @@ -3,13 +3,14 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.7 1996/07/23 10:34:25 asami Exp $ +# $Id: Makefile,v 1.8 1996/08/30 08:29:55 asami Exp $ # DISTNAME= nethack-3.2.1 -CATEGORIES+= games -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ \ - ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ +CATEGORIES= games +MASTER_SITES= \ + ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ \ + ${MASTER_SITE_GNU} MAINTAINER= asami@FreeBSD.ORG @@ -17,6 +18,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_GMAKE= yes SHELL= /bin/sh +MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh @@ -24,11 +26,6 @@ pre-configure: post-install: @cd ${WRKSRC}/doc; chmod 644 *.6 @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOMANCOMPRESS) - for file in dgn_comp dlb lev_comp nethack recover; do \ - gzip -9nf ${PREFIX}/man/man6/$$file.6; \ - done -.endif .if !defined(NOPORTDOCS) mkdir -p ${PREFIX}/share/doc/nethack cp ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index 20dea62126f0..fec86ba28b26 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -3,13 +3,14 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.7 1996/07/23 10:34:25 asami Exp $ +# $Id: Makefile,v 1.8 1996/08/30 08:29:55 asami Exp $ # DISTNAME= nethack-3.2.1 -CATEGORIES+= games -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ \ - ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ +CATEGORIES= games +MASTER_SITES= \ + ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ \ + ${MASTER_SITE_GNU} MAINTAINER= asami@FreeBSD.ORG @@ -17,6 +18,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_GMAKE= yes SHELL= /bin/sh +MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh @@ -24,11 +26,6 @@ pre-configure: post-install: @cd ${WRKSRC}/doc; chmod 644 *.6 @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOMANCOMPRESS) - for file in dgn_comp dlb lev_comp nethack recover; do \ - gzip -9nf ${PREFIX}/man/man6/$$file.6; \ - done -.endif .if !defined(NOPORTDOCS) mkdir -p ${PREFIX}/share/doc/nethack cp ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 7c2649c34610..9a8151929e7e 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -3,17 +3,17 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.5 1996/03/30 17:05:46 markm Exp $ +# $Id: Makefile,v 1.6 1996/07/12 11:07:20 asami Exp $ # DISTNAME= xboard-3.4.pl1 PKGNAME= xboard-3.4.1 -CATEGORIES+= games -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= markm@FreeBSD.ORG -BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf +BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} |