Convert most of remaining ports that depend on xorg-libraries to

modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
This commit is contained in:
Dmitry Marakasov 2009-06-09 15:33:28 +00:00
parent 842d115005
commit 33e3d901d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235506
240 changed files with 508 additions and 320 deletions

View file

@ -368,10 +368,9 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# new features: 'build', 'run', 'both', implying build,
# runtime, and both build/run dependencies
##
# USE_IMAKE - If set, this port uses imake. Implies USE_X_PREFIX.
# USE_IMAKE - If set, this port uses imake.
# XMKMF - Set to path of `xmkmf' if not in $PATH
# Default: xmkmf -a
# USE_X_PREFIX - If set, this port installs in ${X11BASE}. Implies USE_XLIB.
# USE_XLIB - If set, this port uses the X libraries. In the USE_LINUX
# case the linux X libraries are referenced.
# USE_DISPLAY - If set, this ports requires a (virtual) X11 environment
@ -552,8 +551,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# LINUXBASE - Where Linux ports install things.
# Default: /compat/linux
# PREFIX - Where *this* port installs its files.
# Default: ${X11BASE} if USE_X_PREFIX is set,
# ${LINUXBASE} if USE_LINUX_PREFIX is set,
# Default: ${LINUXBASE} if USE_LINUX_PREFIX is set,
# otherwise ${LOCALBASE}
#
# IGNORE_PATH_CHECKS
@ -1396,18 +1394,7 @@ FILESDIR?= ${MASTERDIR}/files
SCRIPTDIR?= ${MASTERDIR}/scripts
PKGDIR?= ${MASTERDIR}
.if defined(USE_IMAKE) && !defined(USE_X_PREFIX) && !defined(USE_XORG)
USE_X_PREFIX= yes
.endif
.if defined(USE_X_PREFIX) && ${USE_X_PREFIX} == "no"
.undef USE_X_PREFIX
.endif
.if defined(USE_X_PREFIX)
USE_XLIB= yes
.endif
.if defined(USE_X_PREFIX)
PREFIX?= ${X11BASE}
.elif defined(USE_LINUX_PREFIX)
.if defined(USE_LINUX_PREFIX)
PREFIX?= ${LINUXBASE}
NO_MTREE= yes
.else

View file

@ -7,16 +7,16 @@
PORTNAME= xphoon
PORTVERSION= 2000.06.13
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
MAINTAINER= ports@FreeBSD.org
COMMENT= Set the root window to the moon in its current phase
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= xphoon.1
PLIST_FILES= bin/xphoon

View file

@ -7,7 +7,7 @@
PORTNAME= libworkman
PORTVERSION= 1.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jim

View file

@ -7,7 +7,7 @@
PORTNAME= timidity++
PORTVERSION= 2.13.2
PORTREVISION?= 5
PORTREVISION?= 6
CATEGORIES+= audio
MASTER_SITES= SF
MASTER_SITE_SUBDIR=timidity
@ -56,7 +56,7 @@ MAN5= timidity.cfg.5
CONFIGURE_ARGS+=--without-x --disable-spectrogram --disable-wrd --disable-dynamic
.else
CONFIGURE_ARGS+=--with-x --enable-spectrogram --enable-wrd --enable-dynamic
USE_XLIB= yes
USE_XORG= x11 xext
LIB_DEPENDS+= png:${PORTSDIR}/graphics/png
.endif

View file

@ -7,7 +7,7 @@
PORTNAME= workman
PORTVERSION= 1.3a
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications/WorkMan
@ -20,6 +20,7 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
WRKSRC= ${WRKDIR}/workman
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= workman.1
MAN5= workmandb.5
PLIST_FILES= bin/workman lib/help/workman.info

View file

@ -7,7 +7,7 @@
PORTNAME= wsoundprefs
PORTVERSION= 1.1.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= audio windowmaker
MASTER_SITES= ${MASTER_SITE_NETBSD}
DISTNAME= WSoundPrefs-${PORTVERSION}
@ -21,6 +21,7 @@ LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker
USE_IMAKE= yes
USE_XORG= x11 xext
NO_INSTALL_MANPAGES=yes
.include <bsd.port.mk>

View file

@ -7,7 +7,7 @@
PORTNAME= xmcd
PORTVERSION= 3.3.2
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/3.3.2/src/
@ -20,6 +20,7 @@ RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame
USE_MOTIF= yes
USE_IMAKE= yes
USE_XORG= x11 xext xaw xmu xp xpm xt sm ice
MAN1= cda.1 xmcd.1
MANCOMPRESSED= no
PLIST_SUB+= RELEASE=${OSREL:R:R} ARCH=${ARCH}

View file

@ -7,7 +7,7 @@
PORTNAME= xmix
PORTVERSION= 2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/mixers
@ -21,6 +21,7 @@ COMMENT= Mixer for X Window System
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/xmix
USE_XORG= x11 xext xmu xaw xt sm ice
MAN1= xmix.1
PLIST_FILES= bin/xmix lib/X11/app-defaults/XMix

View file

@ -7,7 +7,7 @@
PORTNAME= xmmix
PORTVERSION= 1.2.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.ibiblio.org/tkan/download/xmmix/1.2.2/src/
@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/xmmix-1.2
USE_IMAKE= yes
USE_MOTIF= yes
USE_XORG= x11 xext sm ice xt xp
MAN1= xmmix.1

View file

@ -7,7 +7,7 @@
PORTNAME= xengine
PORTVERSION= 1.0.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= benchmarks
MASTER_SITES= http://www.kazu.kz/freebsd/
DISTFILES= part01.gz patch1.gz
@ -22,6 +22,7 @@ EXTRACT_DEPENDS= gunshar:${PORTSDIR}/archivers/sharutils
DIST_SUBDIR= xengine
NO_WRKSUBDIR= yes
USE_IMAKE= yes
USE_XORG= x11 xext xaw xmu xt sm ice
EXTRACT_CMD= gzcat
EXTRACT_BEFORE_ARGS= #empty

View file

@ -7,6 +7,7 @@
PORTNAME= njplot
PORTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= biology
MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/njplot/archive/
@ -15,7 +16,7 @@ COMMENT= Phylogenetic tree drawing program capable of interactive manipulation
.ifndef (WITHOUT_X11)
BUILD_DEPENDS= ${LOCALBASE}/lib/ncbi/libvibrant.a:${PORTSDIR}/biology/ncbi-toolkit
USE_XLIB= yes
USE_XORG= x11 xt xmu xp
USE_MOTIF= yes
.endif

View file

@ -7,7 +7,7 @@
PORTNAME= rasmol
PORTVERSION= 2.7.2.1.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= biology
MASTER_SITES= ftp://ftp.bernstein-plus-sons.com/software/
DISTNAME= RasMol_${PORTVERSION}
@ -18,6 +18,7 @@ COMMENT= Fast Molecular Visualization Program
WRKSRC= ${WRKDIR}/RasMol_${PORTVERSION}/src
USE_IMAKE= yes
USE_XORG= x11 xext xi
MANCOMPRESSED= no
XFREE86_HTML_MAN= no

View file

@ -8,7 +8,7 @@
PORTNAME= cxterm
PORTVERSION= 5.0.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= chinese x11
MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/ \
http://www.525183.com/freebsd/cxterm/ \
@ -30,6 +30,7 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
WRKSRC= ${WRKDIR}/cxterm-5.0
USE_IMAKE= yes
USE_XORG= x11 xext xpm xmu xaw xt sm ice
PORTDOCS= CXTERM.FAQ input.doc

View file

@ -7,7 +7,7 @@
PORTNAME= acfax
PORTVERSION= 0.981011
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= comms hamradio
MASTER_SITES= ftp://ftp.funet.fi/pub/ham/unix/Linux/misc/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0.//}
@ -21,6 +21,7 @@ PLIST_FILES= bin/acfax
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
USE_XORG= x11 xext xmu xt sm ice
post-extract:
@${TOUCH} ${WRKSRC}/acfax.man

View file

@ -7,7 +7,7 @@
PORTNAME= ibp
PORTVERSION= 0.21
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= comms hamradio
MASTER_SITES= http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ \
${MASTER_SITE_LOCAL}
@ -17,8 +17,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= db@FreeBSD.org
COMMENT= A little program for monitoring amateur radio beacons
USE_XLIB= yes
USE_IMAKE= yes
USE_XORG= x11
PLIST_FILES= bin/ibp
MAN1= ibp.1

View file

@ -6,7 +6,7 @@
PORTNAME= kb
PORTVERSION= 8.04
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= comms hamradio
MASTER_SITES= http://www.db.net/downloads/ \
${MASTER_SITE_LOCAL}
@ -16,7 +16,6 @@ DISTFILES= kb_src-${PORTVERSION}.tar.gz kb_inst-${PORTVERSION}.tar.gz
MAINTAINER= db@FreeBSD.org
COMMENT= Amateur Radio contest logger
USE_XLIB= yes
USE_GNOME= libgnome gtk20 libbonobo
NO_WRKSUBDIR= yes
PKGMESSAGE= ${FILESDIR}/pkg_message

View file

@ -7,7 +7,7 @@
PORTNAME= seyon
PORTVERSION= 2.14b
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= ftp://sipb.mit.edu/pub/seyon/
DISTNAME= Seyon-${PORTVERSION}
@ -18,6 +18,7 @@ COMMENT= A communications package for the X Window system
WRKSRC= ${WRKDIR}/seyon
USE_IMAKE= yes
USE_XORG= x11 xext xpm xmu xaw xt sm ice
MAN1= seyon.1

View file

@ -7,6 +7,7 @@
PORTNAME= viewfax
PORTVERSION= 2.6
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= ftp://ftp.ping.de/pub/unix/ \
ftp://ftp.leo.org/historic/comp/os/unix/networking/mgetty/
@ -15,6 +16,7 @@ MAINTAINER= dhn@FreeBSD.org
COMMENT= Display files containing g3 and/or g4 coded fax pages
USE_IMAKE= yes
USE_XORG= x11 xext
PLIST_FILES= bin/viewfax lib/viewfax.tif

View file

@ -8,7 +8,7 @@
PORTNAME= libgda4
PORTVERSION?= 4.0.2
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= databases gnome
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/4$//}/${PORTVERSION:R}
@ -29,7 +29,6 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
USE_AUTOTOOLS= libtool:15
USE_GETTEXT= yes
USE_XLIB= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack referencehack
USE_LDCONFIG= yes

View file

@ -7,7 +7,7 @@
PORTNAME= mrundlg
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= http://matt.sixxgate.com/files/
@ -17,6 +17,7 @@ COMMENT= An application / program launcher for Motif
USE_MOTIF= yes
USE_BZIP2= yes
USE_IMAKE= yes
USE_XORG= x11 xmu xt
MAN1= mrundlg.1
MANCOMPRESSED= yes

View file

@ -7,7 +7,7 @@
PORTNAME= sliderule
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= joerg
@ -17,6 +17,7 @@ MAINTAINER= joerg@FreeBSD.org
COMMENT= The part of X11R3's xcalc featuring a slide rule
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= sliderule.1
PLIST_FILES= bin/sliderule

View file

@ -7,7 +7,7 @@
PORTNAME= xcalendar
PORTVERSION= 4.0.2008
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
DISTNAME= ${PORTNAME}-4.0+i18n
@ -18,6 +18,7 @@ COMMENT= A calendar with a notebook for X11 (internationalized version)
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
USE_XORG= ice sm x11 xaw xext xmu xt
USE_GMAKE= yes
MAKE_ENV= FILESDIR=${FILESDIR}
ALL_TARGET= all XCal-uj.ad xcalendar-uj.hlp xcalendar-uj.man

View file

@ -7,7 +7,7 @@
PORTNAME= xmaddressbook
PORTVERSION= 1.5.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= office
@ -18,6 +18,7 @@ COMMENT= X11/Motif-based addressbook program
USE_MOTIF= yes
USE_IMAKE= yes
USE_XORG= ice sm x11 xext xi xp xt oldx
WRKSRC= ${WRKDIR}/xmaddressbook
MAN1= xmaddressbook.1

View file

@ -7,7 +7,7 @@
PORTNAME= xmdiary
PORTVERSION= 3.0.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= office
@ -20,6 +20,7 @@ NO_CDROM= "Don't sell for profit"
EXTRACT_ONLY= ${DISTNAME}.tar.gz
USE_MOTIF= yes
USE_IMAKE= yes
USE_XORG= x11 xext xp xpm xt
MAN1= xdaclunix.1 xdalarm.1 xdcustom.1 xddump.1 xdiary.1 xdinitdb.1 \
xdlight.1 xdnotify.1 xdprformat.1 xdremind.1 xdremove.1 \
xdrestore.1

View file

@ -7,7 +7,7 @@
PORTNAME= xpostit
PORTVERSION= 3.3.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= ftp://ftp.x.org/R5contrib/
DISTNAME= ${PORTNAME}${PORTVERSION}
@ -17,6 +17,7 @@ MAINTAINER= joerg@FreeBSD.org
COMMENT= PostIt (R) messages onto your X11 screen
USE_IMAKE= yes
USE_XORG= ice sm x11 xaw xext xmu xpm xt
WRKSRC= ${WRKDIR}/xpostit
MAN1= xpostit.1

View file

@ -7,7 +7,7 @@
PORTNAME= XPostitPlus
PORTVERSION= 2.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= office
@ -16,6 +16,7 @@ MAINTAINER= ports2@dclg.ca
COMMENT= PostIt (R) messages onto your X11 screen
USE_IMAKE= yes
USE_XORG= ice sm x11 xaw xext xmu xpm xt
MAN1= xpostit+.1
.include <bsd.port.mk>

View file

@ -7,7 +7,7 @@
PORTNAME= xrolo
PORTVERSION= 2.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= ftp://ftp.uni-potsdam.de/pub/X11/open-look/ \
ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/
@ -22,6 +22,7 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
WRKSRC= ${WRKDIR}/xrolo
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= xrolo.1
PLIST_FILES= bin/xrolo

View file

@ -7,7 +7,7 @@
PORTNAME= xxgdb
PORTVERSION= 1.12
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= An X window interface for gdb
USE_IMAKE= yes
USE_XORG= ice sm x11 xaw xext xmu xt
MAN1= xxgdb.1
.include <bsd.port.pre.mk>

View file

@ -8,7 +8,7 @@
PORTNAME= asedit
PORTVERSION= 1.3.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= editors
@ -19,6 +19,7 @@ COMMENT= Text editor for X/Motif
USE_MOTIF= yes
USE_IMAKE= yes
USE_XORG= ice sm x11 xext xmu xp xt
XMKMF= xmkmf
MAN1= asedit.1

View file

@ -7,7 +7,7 @@
PORTNAME= aXe
PORTVERSION= 6.1.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= editors
@ -19,6 +19,7 @@ COMMENT= Simple to use text editor for X
LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
USE_IMAKE= yes
USE_XORG= ice sm x11 xaw xext xmu xpm xt
ALL_TARGET= Xaw3d all
MAN1= axe.1 axinfo.1

View file

@ -8,7 +8,7 @@
PORTNAME= richtext
PORTVERSION= 0.1.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/editors/X
@ -19,6 +19,7 @@ COMMENT= A simple RTF editor
BUILD_DEPENDS= objc:${PORTSDIR}/lang/objc
USE_IMAKE= yes
USE_XORG= ice sm x11 xext xt
USE_MOTIF= yes
PLIST_FILES= bin/rt

View file

@ -7,7 +7,7 @@
PORTNAME= textedit
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= fenner
@ -19,6 +19,7 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
WRKSRC= ${WRKDIR}/textedit
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= textedit.1
PLIST_FILES= bin/textedit

View file

@ -7,7 +7,7 @@
PORTNAME= x48
PORTVERSION= 0.4.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_BERLIOS}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -19,6 +19,7 @@ MAINTAINER= danfe@FreeBSD.org
COMMENT= An HP48 SX/GX calculator emulator
USE_IMAKE= yes
USE_XORG= x11 xext
NO_INSTALL_MANPAGES= yes
.include <bsd.port.pre.mk>

View file

@ -7,7 +7,7 @@
PORTNAME= xinvest
PORTVERSION= 2.6.9
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= finance deskutils
MASTER_SITES= http://xinvest.sunsite.dk/
@ -16,6 +16,7 @@ COMMENT= A personal finance tracking and performance tool
USE_MOTIF= yes
USE_IMAKE= yes
USE_XORG= ice sm x11 xext xp xpm xt
NO_INSTALL_MANPAGES= yes
post-install:

View file

@ -7,7 +7,7 @@
PORTNAME= ftptool
PORTVERSION= 4.6
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= ftp
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
@ -20,6 +20,7 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
RUN_DEPENDS= ${LOCALBASE}/bin/textedit:${PORTSDIR}/editors/textedit
USE_IMAKE= yes
USE_XORG= x11 xext
MAKE_ARGS= CC=${CC}
WRKSRC= ${WRKDIR}/Ftptool4.6

View file

@ -7,7 +7,7 @@
PORTNAME= llnlxdir
PORTVERSION= 2.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.llnl.gov/pub/ia/llnlxdir/
DISTNAME= latest_xdir
@ -17,10 +17,11 @@ MAINTAINER= beech@FreeBSD.org
COMMENT= Motif FTP client with drag-and-drop file transfer
PLIST_FILES= bin/xdir lib/X11/app-defaults/XDir
MAN1= xdir.1
MAN1= xdir.1
WRKSRC= ${WRKDIR}/llnlxdir2_1_2/sources
USE_MOTIF= yes
USE_IMAKE= yes
USE_XORG= ice sm x11 xext xp xt
.include <bsd.port.mk>

View file

@ -7,7 +7,7 @@
PORTNAME= llnlxftp
PORTVERSION= 2.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.llnl.gov/pub/ia/llnlxftp/
DISTNAME= latest_xftp
@ -20,6 +20,7 @@ PLIST_FILES= bin/xftp lib/X11/app-defaults/XFtp
WRKSRC= ${WRKDIR}/llnlxftp2.1/sources
USE_MOTIF= yes
USE_IMAKE= yes
USE_XORG= ice sm x11 xext xp xt
MAN1= xftp.1

View file

@ -5,22 +5,22 @@
# $FreeBSD$
#
PORTNAME= 3dc
PORTVERSION= 0.8.1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
PORTNAME= 3dc
PORTVERSION= 0.8.1
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/strategy
DISTNAME= 3Dc-${PORTVERSION}
DISTNAME= 3Dc-${PORTVERSION}
MAINTAINER= adam-ports@blacktabby.org
MAINTAINER= adam-ports@blacktabby.org
COMMENT= 3-Dimensional Chess for X Window System
LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
USE_PERL5_BUILD=yes
USE_XORG= xpm
WRKSRC= ${WRKDIR}/3Dc/src
USE_XORG= x11 xaw xext xmu xpm xt
WRKSRC= ${WRKDIR}/3Dc/src
post-patch:
.for file in init.c main.c piece.c stack.c xif.c

View file

@ -7,7 +7,7 @@
PORTNAME= antipolix
PORTVERSION= 2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/multiplayer
@ -18,6 +18,7 @@ COMMENT= Simple multiplayer game for X Window System
NO_WRKSUBDIR= yes
USE_IMAKE= yes
USE_XORG= x11
NO_INSTALL_MANPAGES= yes
pre-build:

View file

@ -7,7 +7,7 @@
PORTNAME= awele
PORTVERSION= 1.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games tk
MASTER_SITES= http://www-air.inria.fr/ftp/Jean-Paul/ \
${MASTER_SITE_XCONTRIB}
@ -21,6 +21,7 @@ USE_TCL_BUILD= 84
USE_TK_BUILD= ${USE_TCL_BUILD}
WRKSRC= ${WRKDIR}/awele
USE_IMAKE= yes
USE_XORG= x11
MAN6= xawele.6
PLIST_FILES= bin/awelewish bin/xawele

View file

@ -7,7 +7,7 @@
PORTNAME= bugsx
PORTVERSION= 1.08
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Breed bugs using genetic algorithims
USE_IMAKE= yes
USE_XORG= x11 xext
WRKSRC= ${WRKDIR}/bugsx
# isn't really gzipped
EXTRACT_CMD= ${TAR}

View file

@ -7,7 +7,7 @@
PORTNAME= cosmo
PORTVERSION= 2.0.4
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= ftp://133.25.251.9/pub/linux/Vine/VinePlus/1.1/JG-0.9.1/other-sources/jp/ \
ftp://ftp.uni-erlangen.de/.mirrors/ftpbsd/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/cosmo/
@ -22,6 +22,7 @@ NO_CDROM= Possible copyright infringement
WRKSRC= ${WRKDIR}/cosmo2
DIST_SUBDIR= cosmo
USE_IMAKE= yes
USE_XORG= x11 xext
XMKMF= xmkmf
NO_INSTALL_MANPAGES= yes

View file

@ -7,7 +7,7 @@
PORTNAME= editss
PORTVERSION= 2.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jylefort
@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= An editor for XPilot shipshapes
USE_IMAKE= yes
USE_XORG= x11 xaw xmu xt
ALL_TARGET= editss
MAN6= editss.6
NO_INSTALL_MANPAGES= yes

View file

@ -7,7 +7,7 @@
PORTNAME= flying
PORTVERSION= 6.20
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/arcade
@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Pool/snooker/billiards/carrom/etc game
USE_IMAKE= yes
USE_XORG= x11
MAN1= flying.1
PLIST_FILES= bin/flying

View file

@ -7,7 +7,7 @@
PORTNAME= gru
PORTVERSION= 8087
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.bsddiary.net/gru/
@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Gru makes your eyes happy
USE_IMAKE= yes
USE_XORG= x11 xext xmu xpm xaw xt sm ice
MAN1= gru.1

View file

@ -7,7 +7,7 @@
PORTNAME= imaze
PORTVERSION= 1.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://home.tu-clausthal.de/student/iMaze/files/
PKGNAMESUFFIX= -${TOOLKIT}
@ -20,9 +20,11 @@ USE_MOTIF= yes
TOOLKIT= motif
.elif defined(WITH_ATHENA)
TOOLKIT= athena
USE_XORG+= xaw
.else
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
TOOLKIT= xview
USE_XORG+= xaw
.endif
HAS_CONFIGURE= yes
@ -32,6 +34,7 @@ BUILD_WRKSRC= ${WRKSRC}/source
MAKE_ENV= SOUNDDIR=${SOUNDDIR}
MAN6= genlab.6 imaze.6 imazesrv.6 imazestat.6 ninja.6 xlabed.6
MANCOMPRESSED= no
USE_XORG+= x11 xt
.if defined(WITHOUT_AUDIO)
CONFIGURE_ARGS+=noaudio

View file

@ -7,7 +7,7 @@
PORTNAME= jetpack
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/
DISTNAME= ${PORTNAME}
@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Arcade action game for X11
USE_IMAKE= yes
USE_XORG= x11 xext
MAKE_FLAGS= PREFIX=${PREFIX} -f
MAN6= jetpack.6

View file

@ -7,7 +7,7 @@
PORTNAME= oneko
PORTVERSION= 1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.daidouji.com/oneko/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION}.sakura.5
@ -16,6 +16,7 @@ MAINTAINER= hotaru@tail.net
COMMENT= A cat, Sakura or Tomoyo chasing a mouse all over the screen
USE_IMAKE= yes
USE_XORG= x11 xext
MAN6= oneko.6
PLIST_FILES= bin/oneko
NO_CDROM= "Including derivatives from CARDCAPTOR SAKURA. See http://www.clamp-net.com/ -> INFORMATION"

View file

@ -7,7 +7,7 @@
PORTNAME= spider
PORTVERSION= 1.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/solitaires
@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A challenging double decked solitaire game
USE_IMAKE= yes
USE_XORG= x11 xext xaw xmu xt sm ice xpm
INSTALL_TARGET= install install.doc
MAN1= spider.1

View file

@ -6,7 +6,7 @@
PORTNAME= wmtimebomb
PORTVERSION= 0.2.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= games windowmaker
MASTER_SITES= ftp://ftp.netmug.org/pub/FreeBSD/distfiles/
DISTNAME= wmtimebomb.20
@ -18,6 +18,7 @@ LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker
WRKSRC= ${WRKDIR}/wmtimebomb.app
USE_IMAKE= yes
USE_XORG= x11 xext
NO_INSTALL_MANPAGES= yes
post-install:

View file

@ -7,7 +7,7 @@
PORTNAME= xasteroids
PORTVERSION= 5.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://ftp.opengroup.org/pub/ftp.x.org/R5contrib/
DISTFILES= xasteroids.sh.Z
@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= X11 based asteroids style arcade game
USE_IMAKE= yes
USE_XORG= x11 xext
NO_WRKSUBDIR= yes
EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s )
EXTRACT_BEFORE_ARGS= <

View file

@ -7,7 +7,7 @@
PORTNAME= xataxx
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://ftp.x.org/R5contrib/
DISTNAME= ${PORTNAME}
@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Strategy game of position and movement for X Window System
USE_IMAKE= yes
USE_XORG= x11 xext
MAN6= xataxx.6
post-install:

View file

@ -7,7 +7,7 @@
PORTNAME= xbaby
PORTVERSION= 1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://hpux.cs.utah.edu/ftp/hpux/X11/Misc/xbaby-1.2/ \
http://hpux.its.tudelft.nl/ftp/hpux/X11/Misc/xbaby-1.2/ \
@ -23,6 +23,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Babies hide under your windows
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= xbaby.1
PLIST_FILES= bin/xbaby

View file

@ -7,7 +7,7 @@
PORTNAME= xbat
PORTVERSION= 1.11
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.nemoto.ecei.tohoku.ac.jp/~wai/Xbat/
DISTNAME= xev111
@ -18,6 +18,7 @@ COMMENT= XEVIOUS like shooting game
NO_CDROM= Possible copyright infringement
USE_IMAKE= yes
USE_XORG= x11 xext
WRKSRC= ${WRKDIR}/Xev111
ALL_TARGET= xbat

View file

@ -7,7 +7,7 @@
PORTNAME= xbattle
PORTVERSION= 5.4.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A concurrent multi-player battle strategy game
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= xbattle.1
post-install:

View file

@ -7,7 +7,7 @@
PORTNAME= xblackjack
PORTVERSION= 2.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= An X11/Motif blackjack game
USE_IMAKE= yes
USE_XORG= x11 xext xp xt xmu
LIB_DEPENDS+= Xm.2:${PORTSDIR}/x11-toolkits/lesstif
MAN1= xblackjack.1

View file

@ -7,7 +7,7 @@
PORTNAME= xbloody
PORTVERSION= 1.00
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.kazu.kz/freebsd/
DISTNAME= ${PORTNAME}
@ -17,6 +17,7 @@ COMMENT= Knife on X
NO_WRKSUBDIR= yes
USE_IMAKE= yes
USE_XORG= x11 xext xt sm ice
.include <bsd.port.pre.mk>

View file

@ -7,7 +7,7 @@
PORTNAME= xcheckers
PORTVERSION= 2.2.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://arton.cunst.net/xcheckers/
@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A checkers game for X11
USE_IMAKE= yes
USE_XORG= x11 xext xpm
MAN6= xcheckers.6 simplech.6

View file

@ -7,7 +7,7 @@
PORTNAME= xchomp
PORTVERSION= pl1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://ftp.x.org/R5contrib/
@ -17,5 +17,6 @@ COMMENT= Pac-man-like game under X11
PLIST_FILES= bin/xchomp
WRKSRC= ${WRKDIR}/xchomp
USE_IMAKE= yes
USE_XORG= x11 xext
.include <bsd.port.mk>

View file

@ -7,7 +7,7 @@
PORTNAME= xcubes
PORTVERSION= 5.5.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
@ -17,6 +17,7 @@ COMMENT= Cube puzzle for X11
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
USE_XORG= x11 xext xt sm ice
MAN1= xcubes.1
MANCOMPRESSED= no
XFREE86_HTML_MAN= no

View file

@ -7,7 +7,7 @@
PORTNAME= xdigger
PORTVERSION= 1.0.10
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/arcade
@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Boulderdash-like KC85 Digger for X Window System
USE_IMAKE= yes
USE_XORG= x11 xext
MAN6= xdigger.6
post-patch:

View file

@ -7,7 +7,7 @@
PORTNAME= xdino
PORTVERSION= 5.5.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
@ -17,6 +17,7 @@ COMMENT= Dino puzzle game for X11
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
USE_XORG= x11 xext xt sm ice
MAN1= xdino.1
MANCOMPRESSED= no
XFREE86_HTML_MAN= no

View file

@ -7,7 +7,7 @@
PORTNAME= xflame
PORTVERSION= 1.1.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=kris
@ -16,6 +16,7 @@ MAINTAINER= kris@FreeBSD.org
COMMENT= A cool animated flame
USE_IMAKE= yes
USE_XORG= x11 xext
NO_INSTALL_MANPAGES= yes
PLIST_FILES= bin/xflame

View file

@ -7,7 +7,7 @@
PORTNAME= xgammon
PORTVERSION= 0.98a
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://fawn.unibw-hamburg.de/steuer/xgammon/Downloads/
@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A backgammon program for X11
USE_IMAKE= yes
USE_XORG= x11 xext xaw xmu xt sm ice
MAN6= xgammon.6
PLIST_FILES= bin/xgammon lib/X11/app-defaults/XGammon \

View file

@ -6,7 +6,7 @@
PORTNAME= xgospel
PORTVERSION= 1.12d
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.teaser.fr/~jlgailly/
@ -15,13 +15,11 @@ COMMENT= An X11 Go (weiqi, baduk) client for the Internet Go Server
LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
USE_XORG= xpm x11 ice
USE_XORG= ice sm x11 xaw xext xmu xpm xt
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-x --with-xpm --with-xaw3d
.include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} -e "s,#ifndef _POSIX_SOURCE,#if 0," \
${WRKSRC}/connect.c ${WRKSRC}/relay.c ${WRKSRC}/relog.c \
@ -40,4 +38,4 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -7,7 +7,7 @@
PORTNAME= xhexagons
PORTVERSION= 5.5.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
@ -17,6 +17,7 @@ COMMENT= Hexagons puzzle (similar to Fifteen Puzzle) for X Window System
WRKSRC= ${WRKDIR}/xhexagons
USE_IMAKE= yes
USE_XORG= x11 xext xt sm ice
MAN1= xhexagons.1
XFREE86_HTML_MAN= no
NO_INSTALL_MANPAGES= yes

View file

@ -7,7 +7,7 @@
PORTNAME= xhime
PORTVERSION= 1.51
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.tcp-ip.or.jp/~shochan/linux/
DISTFILES= xhime151.tgz
@ -17,6 +17,7 @@ COMMENT= Resident Himechan for X Window System
WRKSRC= ${WRKDIR}/xhime1.51
USE_IMAKE= yes
USE_XORG= x11 xext
MANCOMPRESSED= yes
MANLANG= . ja
MAN6= xhime.6

View file

@ -7,7 +7,7 @@
PORTNAME= xisola
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
@ -17,6 +17,7 @@ COMMENT= Simple board game for X Window System
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
USE_XORG= x11 xext xaw xmu xt sm ice
NO_INSTALL_MANPAGES= yes
post-install:

View file

@ -7,7 +7,7 @@
PORTNAME= xjewel
PORTVERSION= 1.6
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/ \
ftp://ftp.x.org/R5contrib/
@ -21,6 +21,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
USE_IMAKE= yes
USE_XORG= x11 xext
MAN6= xjewel.6

View file

@ -7,7 +7,7 @@
PORTNAME= xkobo
PORTVERSION= 1.11
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
ftp://ftp.uoknor.edu/mirrors/X/contrib/games/
@ -17,6 +17,7 @@ MAINTAINER= will@FreeBSD.org
COMMENT= Multi-way scrolling shoot 'em up game for X. Strangely addictive
USE_IMAKE= yes
USE_XORG= x11 xext
ALL_TARGET= xkobo
MAN1= xkobo.1

View file

@ -7,7 +7,7 @@
PORTNAME= xkoules
PORTVERSION= 1.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/arcade/koules
@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Fast action arcade-style game for X Window
USE_IMAKE= yes
USE_XORG= x11 xext
MAN6= xkoules.6
post-extract:

View file

@ -7,7 +7,7 @@
PORTNAME= xlaby
PORTVERSION= 2.0.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://quatramaran.ens.fr/pub/madore/xlaby/
@ -19,6 +19,7 @@ COMMENT= Daemonic X Labyrinth played directly with the mouse pointer
NO_WRKSUBDIR= yes
USE_IMAKE= yes
USE_XORG= x11
MAN6= xlaby.6
PLIST_FILES= bin/xlaby

View file

@ -7,7 +7,7 @@
PORTNAME= xlife
PORTVERSION= 3.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ftp://ftp.x.org/R5contrib/
DISTNAME= xlife
@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= John Horton Conway's Game of Life
USE_IMAKE= yes
USE_XORG= x11 xext
INSTALL_TARGET= install install.patterns
MAN1= xlife.1

View file

@ -7,7 +7,7 @@
PORTNAME= xmball
PORTVERSION= 5.5.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
@ -17,6 +17,7 @@ COMMENT= Masterball puzzle for X Window System
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
USE_XORG= x11 xext xt sm ice
MAN1= xmball.1
MANCOMPRESSED= no
XFREE86_HTML_MAN= no

View file

@ -7,7 +7,7 @@
PORTNAME= xmemory
PORTVERSION= 3.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/multiplayer
@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Multi-player memory game
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= xmemory.1
post-install:

View file

@ -7,7 +7,7 @@
PORTNAME= xmille
PORTVERSION= 2.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
@ -19,6 +19,7 @@ COMMENT= X window mille bourne game
WRKSRC= ${WRKDIR}/Mille
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= xmille.1
PLIST_FILES= bin/xmille

View file

@ -7,7 +7,7 @@
PORTNAME= xmine
PORTVERSION= 1.0.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://ftp.sw.ru/pub/x11/ \
${MASTER_SITE_LOCAL}
@ -20,6 +20,7 @@ COMMENT= The `Athena' port of the xminesweeper game
LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
USE_IMAKE= yes
USE_XORG= x11 xaw xext xmu xt xpm sm ice
MAN6= xmine.6
MANCOMPRESSED= no

View file

@ -7,7 +7,7 @@
PORTNAME= xminesweep
PORTVERSION= 3.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://ftp.netlab.is.tsukuba.ac.jp/pub/X/our_collections/games/ \
ftp://ftp.uni-halle.de/pub/X11/contrib/games/ \
@ -20,6 +20,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= X11 minesweeper game
USE_IMAKE= yes
USE_XORG= x11 xext xmu xaw xt xpm sm ice
MAN1= xminesweep.1
PLIST_FILES= bin/xminesweep

View file

@ -7,7 +7,7 @@
PORTNAME= xmlink
PORTVERSION= 5.5.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
@ -17,6 +17,7 @@ COMMENT= Missing Link puzzle for X Window System
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
USE_XORG= x11 xext xt sm ice
MAN1= xmlink.1
MANCOMPRESSED= no
XFREE86_HTML_MAN= no

View file

@ -6,7 +6,7 @@
PORTNAME= xmris
PORTVERSION= 4.04
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A version of the Mr Do video arcade game for X11
USE_IMAKE= yes
USE_XORG= x11 xext xaw xmu xt sm ice
MAKE_FLAGS= XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
ALL_TARGET= xmris xmred
MAN6= xmred.6 xmris.6 xmsit.6

View file

@ -7,7 +7,7 @@
PORTNAME= xmulti
PORTVERSION= 2.00b4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.denpa.org/~go/xmulti/
DISTFILES= xmul200b4.tgz
@ -18,6 +18,7 @@ COMMENT= A X11 mascot based on gal-game "To Heart"
WRKSRC= ${WRKDIR}/xmulti200beta4
USE_IMAKE= yes
USE_XORG= x11 xext xaw xmu xt xpm sm ice
MAN1= xmaid.1
NOMANCOMPRESS= yes

View file

@ -7,7 +7,7 @@
PORTNAME= xoct
PORTVERSION= 5.5.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
@ -17,6 +17,7 @@ COMMENT= Oct puzzle for X Window System
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
USE_XORG= x11 xext xt sm ice
MAN1= xoct.1
MANCOMPRESSED= no
XFREE86_HTML_MAN= no

View file

@ -7,7 +7,7 @@
PORTNAME= xpacman
PORTVERSION= 1.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ftp://ftp.nvg.unit.no/pub/pacman/
DISTNAME= pacman10
@ -18,6 +18,7 @@ COMMENT= An old action game
NO_WRKSUBDIR= Does not unpack into subdir.
USE_ZIP= yes
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= pacman.1
PLIST_FILES= bin/pacman

View file

@ -7,7 +7,7 @@
PORTNAME= xpanex
PORTVERSION= 5.5.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
@ -17,6 +17,7 @@ COMMENT= Panex puzzle for X Window System
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
USE_XORG= x11 xext xt sm ice
MAN1= xpanex.1
MANCOMPRESSED= no
XFREE86_HTML_MAN= no

View file

@ -7,15 +7,15 @@
PORTNAME= xpilot
PORTVERSION= 4.5.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xpilotgame
MASTER_SITES= SF/xpilotgame
MAINTAINER= lme@FreeBSD.org
COMMENT= Xpilot(client) and xpilots(server)
USE_IMAKE= yes
USE_XORG= x11 xext
MAN6= xpilot.6 xpilots.6 xp-mapedit.6 xp-replay.6
.include <bsd.port.mk>

View file

@ -7,7 +7,7 @@
PORTNAME= xpipeman
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/strategy
@ -21,6 +21,7 @@ COMMENT= Connect the pipes to stop the leaks
ONLY_FOR_ARCHS= i386
USE_IMAKE= yes
USE_XORG= x11 xaw xext xmu xt sm ice
MAN6= xpipeman.6
post-install:

View file

@ -7,7 +7,7 @@
PORTNAME= xpyraminx
PORTVERSION= 5.5.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
@ -17,6 +17,7 @@ COMMENT= Pyraminx puzzle for X Window System
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
USE_XORG= x11 xext xt sm ice
MAN1= xpyraminx.1
MANCOMPRESSED= no
XFREE86_HTML_MAN= no

View file

@ -7,7 +7,7 @@
PORTNAME= xripple
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://crydee.sai.msu.ru/zeus/X11/contrib/ \
ftp://ftp.cin.nihon-u.ac.jp/pub/X11/enlightenment/misc/ \
@ -24,6 +24,7 @@ COMMENT= X program to make bottom of screen ripple like a pool of water
PLIST_FILES= bin/xripple
USE_IMAKE= yes
USE_XORG= x11 xext
ALL_TARGET= xripple
post-configure:

View file

@ -7,7 +7,7 @@
PORTNAME= xrisk
PORTVERSION= 2.15
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://my.pages.de/pub/comp/unix/games/xrisk/old/
@ -15,6 +15,7 @@ MAINTAINER= adam-ports@blacktabby.org
COMMENT= A game for X11, much like the popular board game
USE_IMAKE= yes
USE_XORG= x11 xext xt
MAN6= xrisk.6
RESTRICTED= "Possible trademark infringement"

View file

@ -7,7 +7,7 @@
PORTNAME= xrobots
PORTVERSION= 1.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.mavetju.org/download/adopted/
DISTNAME= ${PORTNAME}-${PORTVERSION}-ss-10.20
@ -16,6 +16,7 @@ MAINTAINER= edwin@mavetju.org
COMMENT= Fight off villainous robots (X version)
USE_IMAKE= yes
USE_XORG= x11 xaw xext xmu xt sm ice
WRKSRC= ${WRKDIR}/xrobots-1.0
MAN6= xrobots.6

View file

@ -7,7 +7,7 @@
PORTNAME= xscavenger
PORTVERSION= 1.4.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.xdr.com/dash/
EXTRACT_SUFX= .tgz
@ -18,6 +18,7 @@ COMMENT= A Lode Runner clone for X11
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_IMAKE= yes
USE_XORG= x11 xext
MAN6= scavenger.6
pre-configure:

View file

@ -7,7 +7,7 @@
PORTNAME= xskat
PORTVERSION= 4.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.xskat.de/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@ -21,6 +21,7 @@ RESTRICTED= "The altenburger card file is NOT freely redistributable!"
.endif
USE_IMAKE= yes
USE_XORG= x11
MAN1= xskat.1 xskat-de.1
PLIST_FILES= bin/xskat

View file

@ -7,7 +7,7 @@
PORTNAME= xskewb
PORTVERSION= 5.5.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
@ -17,6 +17,7 @@ COMMENT= Skewb puzzle (similar to Rubik's Cube) for X Window
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
USE_XORG= x11 xext xt sm ice
MAN1= xskewb.1
MANCOMPRESSED= no
XFREE86_HTML_MAN= no

View file

@ -7,7 +7,7 @@
PORTNAME= xspacewarp
PORTVERSION= 1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Time Trek - like game for X Window System
USE_IMAKE= yes
USE_XORG= x11 xaw xext xmu xt xpm sm ice
NO_INSTALL_MANPAGES= yes
post-extract:

View file

@ -7,7 +7,7 @@
PORTNAME= xspringies
PORTVERSION= 1.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://aixpdslib.seas.ucla.edu/pub/xspringies/RISC/3.2/src/
DISTFILES= xspringies.1.1.tar.Z
@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A mass and spring simulation system
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= xspringies.1
.include <bsd.port.mk>

View file

@ -7,7 +7,7 @@
PORTNAME= xtriangles
PORTVERSION= 5.5.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
@ -17,6 +17,7 @@ COMMENT= Triangles puzzle
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
USE_XORG= x11 xext xt sm ice
MAN1= xtriangles.1
MANCOMPRESSED= no
XFREE86_HTML_MAN= no

View file

@ -7,7 +7,7 @@
PORTNAME= xvier
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/strategy
@ -19,6 +19,7 @@ COMMENT= Throw stones into free columns
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_IMAKE= yes
USE_XORG= x11 xext
MAN6= xvier.6
post-install:

View file

@ -7,7 +7,7 @@
PORTNAME= xvmines
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://ftp.x.org/R5contrib/
EXTRACT_SUFX= .tar.Z
@ -18,6 +18,7 @@ COMMENT= Simple minesweeper game for X Window System
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
USE_IMAKE= yes
USE_XORG= x11
MAN6= xvmines.6
MANCOMPRESSED= no

View file

@ -7,7 +7,7 @@
PORTNAME= yamsweeper
PORTVERSION= 1.9
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.hanzubon.org/mirrors/Vine/VinePlus/1.1/JG-0.9.1/sources/ \
http://ftp.jaist.ac.jp/pub/Linux/Vine/VinePlus/1.1/JG-0.9.1/sources/ \
@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Yet Another Mine Sweeper
USE_IMAKE= yes
USE_XORG= x11 xaw xext xmu xt xpm sm ice
MAN1= yamsweeper.1
pre-configure:

View file

@ -7,7 +7,7 @@
PORTNAME= SciPlot
PORTVERSION= 1.36
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics math
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= widgets
@ -17,6 +17,7 @@ COMMENT= A full-featured Xt widget to display 2D data in a graph
USE_MOTIF= yes
USE_IMAKE= yes
USE_XORG= xp
MAKE_ENV= EXTRA_DEFINES="-fPIC" LIBNAME=${LIBNAME}
USE_LDCONFIG= yes

Some files were not shown because too many files have changed in this diff Show more