Convert to USES=imake
While here: Trim headers Remove indefinite articles Mark as broken ports not building with gcc or clang Convert to optionsng
This commit is contained in:
parent
61f946e7e2
commit
60ee3e9d02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321991
49 changed files with 145 additions and 309 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: actx
|
||||
# Date created: 19 Feb 1999
|
||||
# Whom: Shinya Esu <esu@yk.rim.or.jp>
|
||||
#
|
||||
# Created by: Shinya Esu <esu@yk.rim.or.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= actx
|
||||
PORTVERSION= 1.23
|
||||
|
@ -16,13 +12,15 @@ COMMENT= Window sitter for X11
|
|||
|
||||
NO_CDROM= 'contains commercial character data'
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= xaw
|
||||
MAN1= actx.1
|
||||
MANLANG= "" ja
|
||||
|
||||
ACTXDIR= ${PREFIX}/share/examples/actx
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-extract:
|
||||
@ ${CP} ${WRKSRC}/samples/Imakefile ${WRKSRC}
|
||||
|
||||
|
@ -45,7 +43,7 @@ post-install:
|
|||
.for i in sample.Xdefaults sample.actxrc
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/samples/$i ${ACTXDIR}
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTONS:MDOCS}
|
||||
.for i in doc/ForDevelloper.jis doc/ManualInstall.jis README.jis
|
||||
@ ${MKDIR} ${PREFIX}/share/doc/ja/actx
|
||||
@ ${INSTALL_MAN} ${WRKSRC}/$i ${PREFIX}/share/doc/ja/actx
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: antipolix
|
||||
# Date created: 2 December 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# Created by: Andrey Zakhvatov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= antipolix
|
||||
PORTVERSION= 2.1
|
||||
|
@ -17,10 +13,11 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Simple multiplayer game for X Window System
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
pre-build:
|
||||
@${TOUCH} ${WRKSRC}/client.man ${WRKSRC}/server.man
|
||||
|
||||
|
@ -31,7 +28,7 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/.motd ${PREFIX}/share/examples/antipolix/dot.motd.sample
|
||||
${INSTALL_DATA} ${WRKSRC}/.players ${PREFIX}/share/examples/antipolix/dot.players.sample
|
||||
${INSTALL_DATA} ${WRKSRC}/.server_defaults ${PREFIX}/share/examples/antipolix/dot.server_defaults.sample
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${PREFIX}/share/doc/antipolix
|
||||
.for file in ANTIPOLIX_RULES CLIENT_USE COPYRIGHT SERVER_USE
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/antipolix
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: awele
|
||||
# Date created: 01 May 1998
|
||||
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
||||
#
|
||||
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= awele
|
||||
PORTVERSION= 1.0
|
||||
|
@ -14,12 +10,12 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
|
|||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An african board game
|
||||
COMMENT= African board game
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USES= imake
|
||||
USE_XORG= x11
|
||||
USE_IMAKE= yes
|
||||
USE_TCL_BUILD= yes
|
||||
USE_TK_BUILD= yes
|
||||
USE_TCL= yes
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: cosmo
|
||||
# Date created: 28 December 1996
|
||||
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
#
|
||||
# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cosmo
|
||||
PORTVERSION= 2.0.4
|
||||
|
@ -26,7 +22,7 @@ NO_CDROM= Possible copyright infringement
|
|||
|
||||
WRKSRC= ${WRKDIR}/cosmo2
|
||||
DIST_SUBDIR= cosmo
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext
|
||||
XMKMF= xmkmf
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: editss
|
||||
# Date created: 14 November 2001
|
||||
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
|
||||
#
|
||||
# Created by: Jean-Yves Lefort <jylefort@brutele.be>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= editss
|
||||
PORTVERSION= 2.2
|
||||
|
@ -13,9 +9,9 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|||
MASTER_SITE_SUBDIR= jylefort
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An editor for XPilot shipshapes
|
||||
COMMENT= Editor for XPilot shipshapes
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xaw xmu xt
|
||||
ALL_TARGET= editss
|
||||
MAN6= editss.6
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: flying
|
||||
# Date created: 12 Jul 1996
|
||||
# Whom: searle
|
||||
#
|
||||
# Created by: searle
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flying
|
||||
PORTVERSION= 6.20
|
||||
|
@ -16,7 +12,7 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Pool/snooker/billiards/carrom/etc game
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11
|
||||
MAN1= flying.1
|
||||
PLIST_FILES= bin/flying
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: gru
|
||||
# Date created: 21 Sep 1999
|
||||
# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
|
||||
#
|
||||
# Created by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gru
|
||||
PORTVERSION= 8087
|
||||
|
@ -14,12 +10,14 @@ MASTER_SITES= http://www.bsddiary.net/gru/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Gru makes your eyes happy
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext xmu xpm xaw xt sm ice
|
||||
|
||||
MAN1= gru.1
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
DOCSDIR= ${PREFIX}/share/doc/ja/gru
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: mindfocus
|
||||
# Date created: 3 December 1998
|
||||
# Whom: Sugimoto Sadahiro <ixtl@utmc.or.jp>
|
||||
#
|
||||
# Created by: Sugimoto Sadahiro <ixtl@utmc.or.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mindfocus
|
||||
PORTVERSION= 0.88
|
||||
|
@ -15,12 +11,14 @@ DISTFILES= mindfocus-0.88.tar.gz mindfocus-data1.tar.gz
|
|||
MAINTAINER= ixtl@utmc.or.jp
|
||||
COMMENT= Lovely characters stay on top of active window
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= xpm
|
||||
RESTRICTED= 'contains commercial character data'
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.for i in mayu.mfc mio.mfc misaki2.mfc mizuka.mfc myu.mfc ryoko.mfc
|
||||
${INSTALL_DATA} ${WRKDIR}/$i ${EXAMPLESDIR}
|
||||
|
@ -34,7 +32,7 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKDIR}/pixmaps/$i ${EXAMPLESDIR}/pixmaps
|
||||
.endfor
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/HISTORY.euc ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/MFC.euc ${DOCSDIR}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: oneko-sakura
|
||||
# Date created: 25 May 1999
|
||||
# Whom: HOTARU-YA <hotaru@tail.net>
|
||||
#
|
||||
# Created by: HOTARU-YA <hotaru@tail.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= oneko
|
||||
PORTVERSION= 1.2
|
||||
|
@ -17,7 +13,7 @@ COMMENT= A cat, Sakura or Tomoyo chasing a mouse all over the screen
|
|||
|
||||
CONFLICTS= oneko-2.*
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext
|
||||
MAN6= oneko.6
|
||||
PLIST_FILES= bin/oneko
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: speyes
|
||||
# Date created: 03 November 1999
|
||||
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
||||
#
|
||||
# Created by: Chris D. Faulhaber <jedgar@fxp.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= speyes
|
||||
PORTVERSION= 1.2.0
|
||||
|
@ -15,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= WindowMaker dockapp/xeyes clone using SouthPark characters
|
||||
|
||||
PLIST_FILES= bin/speyes
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= xpm xmu
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: sxsame
|
||||
# Date created: 11 December 1999
|
||||
# Whom: Yuichi Narahara
|
||||
#
|
||||
# Created by: Yuichi Narahara
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sxsame
|
||||
PORTVERSION= 3.02
|
||||
|
@ -19,9 +15,9 @@ MASTER_SITES= http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \
|
|||
MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/sources
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A tile-removing puzzle game for the X Window system
|
||||
COMMENT= Tile-removing puzzle game for the X Window system
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= xpm
|
||||
INSTALL_TARGET= install install.dir
|
||||
BINOWN= root
|
||||
|
@ -29,8 +25,10 @@ BINGRP= games
|
|||
BINMODE= 2755
|
||||
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for i in INSTALL.jp README.jp
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: wmeyes
|
||||
# Date created: 18 March 1999
|
||||
# Whom: Zenin <zenin@archive.rhps.org>
|
||||
#
|
||||
# Created by: Zenin <zenin@archive.rhps.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wmeyes
|
||||
PORTVERSION= 1.2
|
||||
|
@ -14,18 +10,20 @@ MASTER_SITES= http://www.bstern.org/wmeyes/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The world's most useless WindowMaker dock app
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= xpm xmu
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
|
||||
PORTDOCS= README
|
||||
PLIST_FILES= bin/wmeyes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|Target(|TargetNoMan(|g' ${WRKSRC}/Imakefile
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xbat
|
||||
# Date created: 30 January 1997
|
||||
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
#
|
||||
# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xbat
|
||||
PORTVERSION= 1.11
|
||||
|
@ -18,7 +14,7 @@ COMMENT= XEVIOUS like shooting game
|
|||
|
||||
NO_CDROM= Possible copyright infringement
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext
|
||||
WRKSRC= ${WRKDIR}/Xev111
|
||||
ALL_TARGET= xbat
|
||||
|
|
|
@ -11,12 +11,14 @@ MASTER_SITE_SUBDIR= distfiles
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Concurrent multi-player battle strategy game
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext
|
||||
MAN1= xbattle.1
|
||||
|
||||
CFLAGS+= -Wno-return-type
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
$(MKDIR) $(PREFIX)/share/xbattle
|
||||
$(CP) -R $(WRKSRC)/xbos $(PREFIX)/share/xbattle/
|
||||
|
@ -29,7 +31,7 @@ post-install:
|
|||
@${CHMOD} 644 ${PREFIX}/share/xbattle/xbos/*
|
||||
@${CHMOD} 755 ${PREFIX}/share/xbattle/xbts
|
||||
@${CHMOD} 644 ${PREFIX}/share/xbattle/xbts/*
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/tutorial* ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xcheckers
|
||||
# Date created: 25 January 2003
|
||||
# Whom: Simon Barner <barner@gmx.de>
|
||||
#
|
||||
# Created by: Simon Barner <barner@gmx.de>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xcheckers
|
||||
PORTVERSION= 2.2.3
|
||||
|
@ -12,9 +8,9 @@ CATEGORIES= games
|
|||
MASTER_SITES= http://arton.cunst.net/xcheckers/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A checkers game for X11
|
||||
COMMENT= Checkers game for X11
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext xpm
|
||||
|
||||
MAN6= xcheckers.6 simplech.6
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xcubes
|
||||
# Date created: 12 October 1996
|
||||
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
#
|
||||
# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xcubes
|
||||
PORTVERSION= 5.5.2
|
||||
|
@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Cube puzzle for X11
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext xt sm ice
|
||||
MAN1= xcubes.1
|
||||
MANCOMPRESSED= no
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xdeblock
|
||||
# Date created: 28 December 1996
|
||||
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
#
|
||||
# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xdeblock
|
||||
PORTVERSION= 1.0
|
||||
|
@ -17,7 +13,7 @@ COMMENT= Block action game
|
|||
|
||||
WRKSRC= ${WRKDIR}/xdeblo_v1.0
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= xpm
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xdemineur
|
||||
# Date created: 13 Feb 1998
|
||||
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
||||
#
|
||||
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xdemineur
|
||||
PORTVERSION= 2.1.1
|
||||
|
@ -16,7 +12,7 @@ MASTER_SITE_SUBDIR= games
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Another minesweeper game for the X Window System
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= xpm
|
||||
MAN1= xdemineur.1
|
||||
PLIST_FILES= bin/xdemineur
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xdigger
|
||||
# Date created: 29 June 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# Created by: Andrey Zakhvatov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xdigger
|
||||
PORTVERSION= 1.0.10
|
||||
|
@ -16,10 +12,12 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Boulderdash-like KC85 Digger for X Window System
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext
|
||||
MAN6= xdigger.6
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/configure.h
|
||||
|
||||
|
@ -28,7 +26,7 @@ post-install:
|
|||
@${CHOWN} root:games ${PREFIX}/bin/xdigger
|
||||
@${CHMOD} 664 ${PREFIX}/share/xdigger/xdigger.hiscore
|
||||
@${CHOWN} root:games ${PREFIX}/share/xdigger/xdigger.hiscore
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xdino
|
||||
# Date created: 12 October 1996
|
||||
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
#
|
||||
# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xdino
|
||||
PORTVERSION= 5.5.2
|
||||
|
@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Dino puzzle game for X11
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext xt sm ice
|
||||
MAN1= xdino.1
|
||||
MANCOMPRESSED= no
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xhexagons
|
||||
# Date created: 20 May 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# Created by: Andrey Zakhvatov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xhexagons
|
||||
PORTVERSION= 5.5.2
|
||||
|
@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Hexagons puzzle (similar to Fifteen Puzzle) for X Window System
|
||||
|
||||
WRKSRC= ${WRKDIR}/xhexagons
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext xt sm ice
|
||||
MAN1= xhexagons.1
|
||||
XFREE86_HTML_MAN= no
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# ports collection makefile for: xhime
|
||||
# Date created: 25 August 1998
|
||||
# Whom: Seiichirou Hiraoka
|
||||
#
|
||||
# Created by: Seiichirou Hiraoka
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xhime
|
||||
PORTVERSION= 1.51
|
||||
|
@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Resident Himechan for X Window System
|
||||
|
||||
WRKSRC= ${WRKDIR}/xhime1.51
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext
|
||||
MANCOMPRESSED= yes
|
||||
MANLANG= . ja
|
||||
|
@ -24,7 +20,7 @@ MAN6= xhime.6
|
|||
|
||||
NO_CDROM= 'contains commercial character data'
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${PREFIX}/bin/xhime
|
||||
|
@ -32,7 +28,7 @@ post-install:
|
|||
${PREFIX}/man/ja/man6
|
||||
${MV} ${PREFIX}/man/ja/man6/xhime-man.euc ${PREFIX}/man/ja/man6/xhime.6
|
||||
${GZIP_CMD} ${PREFIX}/man/ja/man6/xhime.6
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${PREFIX}/share/doc/ja/xhime
|
||||
@(cd ${WRKSRC};\
|
||||
${INSTALL_DATA} xhime-doc.euc xhime.doc rh110-doc.euc \
|
||||
|
@ -40,4 +36,4 @@ post-install:
|
|||
)
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xisola
|
||||
# Date created: 9 May 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# Created by: Andrey Zakhvatov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xisola
|
||||
PORTVERSION= 1.0
|
||||
|
@ -16,12 +12,13 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Simple board game for X Window System
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext xaw xmu xt sm ice
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xkobo
|
||||
# Date created: 18 Jul 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# Created by: jkh
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xkobo
|
||||
PORTVERSION= 1.11
|
||||
|
@ -16,15 +12,13 @@ MASTER_SITE_SUBDIR= games
|
|||
MAINTAINER= will@FreeBSD.org
|
||||
COMMENT= Multi-way scrolling shoot 'em up game for X. Strangely addictive
|
||||
|
||||
USE_IMAKE= yes
|
||||
BROKEN= Does not build both with gcc and clang
|
||||
|
||||
USES= imake
|
||||
USE_XORG= x11 xext
|
||||
ALL_TARGET= xkobo
|
||||
MAN1= xkobo.1
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -E -e 's,^.* CC = .*$$, CC=${CC},' \
|
||||
-e 's,^.* CXX = .*$$, CXX=${CXX},' ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
${CHMOD} u-s,g+s ${PREFIX}/bin/xkobo
|
||||
${CHOWN} root:games ${PREFIX}/bin/xkobo ${PREFIX}/lib/X11/xkobo-scores
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xkoules
|
||||
# Date created: 11 March 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# Created by: Andrey Zakhvatov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xkoules
|
||||
PORTVERSION= 1.4
|
||||
|
@ -17,16 +13,18 @@ EXTRACT_SUFX= -src.tar.gz
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Fast action arcade-style game for X Window
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext
|
||||
MAN6= xkoules.6
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-extract:
|
||||
@${CP} ${WRKSRC}/xkoules.6 ${WRKSRC}/xkoules.man
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ANNOUNCE BUGS Card ChangeLog Koules.FAQ TODO
|
||||
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xlaby
|
||||
# Date created: 3 March 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# Created by: Andrey Zakhvatov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xlaby
|
||||
PORTVERSION= 2.0.1
|
||||
|
@ -18,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Daemonic X Labyrinth played directly with the mouse pointer
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11
|
||||
MAN6= xlaby.6
|
||||
PLIST_FILES= bin/xlaby
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xmball
|
||||
# Date created: 21 May 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# Created by: Andrey Zakhvatov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xmball
|
||||
PORTVERSION= 5.5.2
|
||||
|
@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Masterball puzzle for X Window System
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext xt sm ice
|
||||
MAN1= xmball.1
|
||||
MANCOMPRESSED= no
|
||||
|
|
|
@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Multi-player memory game
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext
|
||||
MAN1= xmemory.1
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xminesweep
|
||||
# Date created: 31 Januar 1995
|
||||
# Whom: janek
|
||||
#
|
||||
# Created by: janek
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xminesweep
|
||||
PORTVERSION= 3.0
|
||||
|
@ -19,7 +15,7 @@ EXTRACT_SUFX= .tar.Z
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= X11 minesweeper game
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext xmu xaw xt xpm sm ice
|
||||
MAN1= xminesweep.1
|
||||
PLIST_FILES= bin/xminesweep
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xmlink
|
||||
# Date created: 19 May 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# Created by: Andrey Zakhvatov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xmlink
|
||||
PORTVERSION= 5.5.2
|
||||
|
@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Missing Link puzzle for X Window System
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext xt sm ice
|
||||
MAN1= xmlink.1
|
||||
MANCOMPRESSED= no
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
# New ports collection makefile for: xmris
|
||||
# Date created: 21 September 1994
|
||||
# Whom: jmz
|
||||
#
|
||||
# Created by: jmz
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xmris
|
||||
|
@ -16,7 +13,7 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A version of the Mr Do video arcade game for X11
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext xaw xmu xt sm ice
|
||||
MAKE_FLAGS= XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
|
||||
ALL_TARGET= xmris xmred
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xmulti
|
||||
# Date created: 4 Jun 1998
|
||||
# Whom: Toru YANO <toru@s-fine.co.jp>
|
||||
#
|
||||
# Created by: Toru YANO <toru@s-fine.co.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xmulti
|
||||
PORTVERSION= 2.00b4
|
||||
|
@ -13,19 +9,21 @@ MASTER_SITES= http://www.denpa.org/~go/xmulti/
|
|||
DISTFILES= xmul200b4.tgz
|
||||
|
||||
MAINTAINER= toru@tenchi.ne.jp
|
||||
COMMENT= A X11 mascot based on gal-game "To Heart"
|
||||
COMMENT= X11 mascot based on gal-game "To Heart"
|
||||
|
||||
WRKSRC= ${WRKDIR}/xmulti200beta4
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext xaw xmu xt xpm sm ice
|
||||
|
||||
MAN1= xmaid.1
|
||||
NO_MANCOMPRESS= yes
|
||||
DOCSDIR= ${PREFIX}/share/doc/ja/{PORTNAME}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for i in MODULE.jp README.jp STYLESHEET.jp XMULTI.jp
|
||||
${INSTALL_MAN} ${WRKSRC}/$i ${DOCSDIR}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xoct
|
||||
# Date created: 28 March 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# Created by: Andrey Zakhvatov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xoct
|
||||
PORTVERSION= 5.5.2
|
||||
|
@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Oct puzzle for X Window System
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext xt sm ice
|
||||
MAN1= xoct.1
|
||||
MANCOMPRESSED= no
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xoids
|
||||
# Date created: 16 March 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# Created by: Andrey Zakhvatov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xoids
|
||||
PORTVERSION= 1.5
|
||||
|
@ -15,7 +11,7 @@ MASTER_SITE_SUBDIR= games
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= X Window Asteroids style game with full color pixmaps
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= xpm
|
||||
MAN6= xoids.6
|
||||
|
||||
|
@ -23,7 +19,7 @@ post-extract:
|
|||
@${CP} ${WRKSRC}/xoids.1x ${WRKSRC}/xoids.man
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xoj
|
||||
# Date created: 30 March 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# Created by: Andrey Zakhvatov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xoj
|
||||
PORTVERSION= 1.0
|
||||
|
@ -16,8 +12,8 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= O. J. Simpson Simulator root window demo
|
||||
|
||||
USES= imake
|
||||
USE_XORG= xaw
|
||||
USE_IMAKE= yes
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
PLIST_FILES= bin/xoj
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xonix
|
||||
# Date created: 3 May 1995
|
||||
# Whom: joerg
|
||||
#
|
||||
# Created by: joerg
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xonix
|
||||
PORTVERSION= 1.4
|
||||
|
@ -14,7 +10,7 @@ MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/
|
|||
MAINTAINER= joerg@FreeBSD.org
|
||||
COMMENT= Try to win land without colliding with `flyers' and `eaters'
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= xaw
|
||||
MAN1= xonix.1
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xpacman
|
||||
# Date created: 19 Aug 1995
|
||||
# Whom: joerg
|
||||
#
|
||||
# Created by: joerg
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xpacman
|
||||
PORTVERSION= 1.0
|
||||
|
@ -13,11 +9,11 @@ MASTER_SITES= ftp://ftp.nvg.unit.no/pub/pacman/
|
|||
DISTNAME= pacman10
|
||||
|
||||
MAINTAINER= joerg@FreeBSD.org
|
||||
COMMENT= An old action game
|
||||
COMMENT= Old action game
|
||||
|
||||
NO_WRKSUBDIR= Does not unpack into subdir.
|
||||
USE_ZIP= yes
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext
|
||||
MAN1= pacman.1
|
||||
PLIST_FILES= bin/pacman
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xpanex
|
||||
# Date created: 27 March 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# Created by: Andrey Zakhvatov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xpanex
|
||||
PORTVERSION= 5.5.2
|
||||
|
@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Panex puzzle for X Window System
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext xt sm ice
|
||||
MAN1= xpanex.1
|
||||
MANCOMPRESSED= no
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xpat2
|
||||
# Date created: 5 March 1997
|
||||
# Whom: Matthew Hunt <mph@pobox.com>
|
||||
#
|
||||
# Created by: Matthew Hunt <mph@pobox.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xpat2
|
||||
PORTVERSION= 1.07
|
||||
|
@ -15,9 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An X11 solitaire game with 14 variations
|
||||
COMMENT= X11 solitaire game with 14 variations
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= xaw
|
||||
MAN6= xpat2.6
|
||||
MANCOMPRESSED= no
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xpyraminx
|
||||
# Date created: 26 March 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# Created by: Andrey Zakhvatov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xpyraminx
|
||||
PORTVERSION= 5.5.2
|
||||
|
@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Pyraminx puzzle for X Window System
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext xt sm ice
|
||||
MAN1= xpyraminx.1
|
||||
MANCOMPRESSED= no
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xrobots
|
||||
# Date created: 2 Jan 1995
|
||||
# Whom: swallace
|
||||
#
|
||||
# Created by: swallace
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xrobots
|
||||
PORTVERSION= 1.0
|
||||
|
@ -15,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-ss-10.20
|
|||
MAINTAINER= edwin@mavetju.org
|
||||
COMMENT= Fight off villainous robots (X version)
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xaw xext xmu xt sm ice
|
||||
WRKSRC= ${WRKDIR}/xrobots-1.0
|
||||
MAN6= xrobots.6
|
||||
|
|
|
@ -18,7 +18,7 @@ COMMENT= Falling ball puzzle game for X
|
|||
|
||||
WRKSRC= ${WRKDIR}/xrot
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= xpm
|
||||
ALL_TARGET= xrot
|
||||
CFLAGS+= -Wno-return-type
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xskewb
|
||||
# Date created: 25 March 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# Created by: Andrey Zakhvatov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xskewb
|
||||
PORTVERSION= 5.5.2
|
||||
|
@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Skewb puzzle (similar to Rubik's Cube) for X Window
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext xt sm ice
|
||||
MAN1= xskewb.1
|
||||
MANCOMPRESSED= no
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xsokoban
|
||||
# Date created: 16 November 1996
|
||||
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
#
|
||||
# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xsokoban
|
||||
PORTVERSION= 3.3c
|
||||
|
@ -13,17 +9,16 @@ MASTER_SITES= http://www.cs.cornell.edu/andru/release/ \
|
|||
ftp://ftp.pmg.lcs.mit.edu/pub/xsokoban/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A puzzle of pushing objects to the goals
|
||||
COMMENT= Puzzle of pushing objects to the goals
|
||||
|
||||
USE_IMAKE= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
USES= imake
|
||||
USE_XORG= xpm
|
||||
WRKSRC= ${WRKDIR}/xsokoban
|
||||
ALL_TARGET= xsokoban
|
||||
MAN1= xsokoban.1
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/config.h
|
||||
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/config.h
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/lib/X11/xsokoban/scores \
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xspacewarp
|
||||
# Date created: 16 May 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# Created by: Andrey Zakhvatov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xspacewarp
|
||||
PORTVERSION= 1.2
|
||||
|
@ -15,7 +11,7 @@ MASTER_SITE_SUBDIR= games
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Time Trek - like game for X Window System
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xaw xext xmu xt xpm sm ice
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xtic
|
||||
# Date created: 22 June 1995
|
||||
# Whom: asami
|
||||
#
|
||||
# Created by: asami
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xtic
|
||||
PORTVERSION= 1.12
|
||||
|
@ -14,9 +10,9 @@ MASTER_SITE_SUBDIR= games
|
|||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An X version of a simple but tricky board game
|
||||
COMMENT= X version of a simple but tricky board game
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= xaw
|
||||
MAN1= xtic.1
|
||||
PLIST_FILES= bin/xtic
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xtriangles
|
||||
# Date created: 12 October 1996
|
||||
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
#
|
||||
# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xtriangles
|
||||
PORTVERSION= 5.5.2
|
||||
|
@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Triangles puzzle
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext xt sm ice
|
||||
MAN1= xtriangles.1
|
||||
MANCOMPRESSED= no
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xvier
|
||||
# Date created: 17 March 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# Created by: Andrey Zakhvatov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xvier
|
||||
PORTVERSION= 1.0
|
||||
|
@ -18,12 +14,14 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Throw stones into free columns
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext
|
||||
MAN6= xvier.6
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: yamsweeper
|
||||
# Date created: 14 Sep 1996
|
||||
# Whom: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
|
||||
#
|
||||
# Created by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= yamsweeper
|
||||
PORTVERSION= 1.9
|
||||
|
@ -21,7 +17,7 @@ EXTRACT_SUFX= .taz
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Yet Another Mine Sweeper
|
||||
|
||||
USE_IMAKE= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xaw xext xmu xt xpm sm ice
|
||||
MAN1= yamsweeper.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue