(1) Add new variable, XFREE86_VERSION, to specify which version of

XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
This commit is contained in:
Satoshi Asami 2000-08-03 09:28:57 +00:00
parent fbd121eee9
commit c6bcad2436
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31272
342 changed files with 500 additions and 646 deletions

View File

@ -754,7 +754,29 @@ BUILD_DEPENDS+= ${X11BASE}/lib/libXm.a:${PORTSDIR}/x11-toolkits/Motif-dummy
.endif
.endif
PKG_IGNORE_DEPENDS?= '(XFree86-3\.3\.6|Motif-2\.1\.10)'
# defaults to 3.3.6; will be changed to 4.0 when it is ready
XFREE86_VERSION?= 3
.if ${XFREE86_VERSION} == 3
.if defined(USE_XPM)
LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm
.endif
.if defined(USE_DGS)
LIB_DEPENDS+= dps.0:${PORTSDIR}/x11/dgs
.endif
.if defined(USE_MESA)
LIB_DEPENDS+= GL.14:${PORTSDIR}/graphics/Mesa3
.endif
.if defined(USE_FREETYPE)
LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype
.endif
XAWVER= 7
PKG_IGNORE_DEPENDS?= '(XFree86-3\.3\.6|Motif-2\.1\.10)'
.else
XAWVER= 6
PKG_IGNORE_DEPENDS?= 'Motif-2\.1\.10'
.endif
PLIST_SUB+= XAWVER=${XAWVER}
.if defined(USE_BISON)
.if ${OSVERSION} >= 400014
@ -797,11 +819,17 @@ RUN_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5
.endif
.endif
# Don't try to build XFree86 even if ALWAYS_BUILD_DEPENDS is defined --
.if defined(USE_XLIB)
.if ${XFREE86_VERSION} == 3
# Don't try to build XFree86-3 even if ALWAYS_BUILD_DEPENDS is defined --
# it's just too big....
.if defined(USE_XLIB) && !defined(ALWAYS_BUILD_DEPENDS)
.if !defined(ALWAYS_BUILD_DEPENDS)
LIB_DEPENDS+= X11.6:${PORTSDIR}/x11/XFree86
.endif
.else
LIB_DEPENDS+= X11.6:${PORTSDIR}/x11/XFree86-4-libraries
.endif
.endif
.if exists(${PORTSDIR}/../Makefile.inc)
.include "${PORTSDIR}/../Makefile.inc"
@ -905,8 +933,13 @@ EXTRACT_CMD?= ${GZIP_CMD}
# Figure out where the local mtree file is
.if !defined(MTREE_FILE) && !defined(NO_MTREE)
.if defined(USE_X_PREFIX)
.if ${XFREE86_VERSION} == 3
MTREE_FILE= /etc/mtree/BSD.x11.dist
.else
MTREE_FILE= /etc/mtree/BSD.x11.dist
#MTREE_FILE= /etc/mtree/BSD.x11-4.dist
.endif
.else
MTREE_FILE= /etc/mtree/BSD.local.dist
.endif
.endif
@ -1135,7 +1168,7 @@ maintainer:
VALID_CATEGORIES+= afterstep archivers astro audio benchmarks biology \
cad chinese comms converters databases deskutils devel \
editors elisp emulators ftp games german gnome graphics \
ipv6 irc japanese java kde korean lang linux \
hebrew ipv6 irc japanese java kde korean lang linux \
mail math mbone misc net news \
offix palm perl5 plan9 print python russian \
security shells sysutils \

View File

@ -14,12 +14,12 @@ MASTER_SITES= http://plasma.gsfc.nasa.gov/Ssystem/ \
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
GL.14:${PORTSDIR}/graphics/Mesa3
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
MAKEFILE= Makefile.FreeBSD
FETCH_BEFORE_ARGS= -b
USE_X_PREFIX= yes
USE_MESA= yes
USE_BISON= yes
do-install:

View File

@ -12,11 +12,10 @@ MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
MAINTAINER= kris@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/${DISTNAME}/Src
USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
MAN1= wmmoonclock.1

View File

@ -12,12 +12,11 @@ DISTNAME= wmSpaceWeather-1.04
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/${DISTNAME}/wmSpaceWeather
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_XPM= yes
ALL_TARGET= clean all
MAN1= wmSpaceWeather.1

View File

@ -12,12 +12,11 @@ DISTNAME= wmSun-1.03
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/${DISTNAME}/wmSun
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_XPM= yes
ALL_TARGET= clean all
MAN1= wmSun.1

View File

@ -14,8 +14,7 @@ MASTER_SITES= http://www.clearskyinstitute.com/xephem/xephem/ \
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_XPM= yes
REQUIRES_MOTIF= yes
USE_IMAKE= yes
MANCOMPRESSED= no

View File

@ -17,10 +17,10 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib \
GL.14:${PORTSDIR}/graphics/Mesa3 \
jpeg.9:${PORTSDIR}/graphics/jpeg
USE_X_PREFIX= yes
USE_MESA= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-map-extension=jpg

View File

@ -14,11 +14,11 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= patseal@hyperhost.net
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
png.4:${PORTSDIR}/graphics/png
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
IGNOREFILES= harmonics.world.gz
USE_XPM= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
MAN1= xtide.1 tide.1

View File

@ -13,11 +13,11 @@ DISTFILES= ${DISTNAME}-src.tgz ${DATAFILES}
MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
workman.1:${PORTSDIR}/audio/libworkman
LIB_DEPENDS= workman.1:${PORTSDIR}/audio/libworkman
WRKSRC= ${WRKDIR}/${PKGNAME}
USE_IMAKE= yes
USE_XPM= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= default
DATAFILES= ascd-0.13pr6-themes.tgz

View File

@ -13,10 +13,10 @@ EXTRACT_SUFX=.tgz
MAINTAINER= yoshiaki@kt.rim.or.jp
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
Xpm.4:${PORTSDIR}/graphics/xpm
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms
USE_X_PREFIX= yes
USE_XPM= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/main/DAP ${PREFIX}/bin/

View File

@ -13,13 +13,13 @@ MASTER_SITES= http://www.faradic.net/~jasta/files/
MAINTAINER= cpiazza@FreeBSD.org
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
Xpm.4:${PORTSDIR}/graphics/xpm \
ungif.5:${PORTSDIR}/graphics/libungif
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_XPM= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -13,9 +13,8 @@ DISTNAME= Mixer.app-${PORTVERSION}
MAINTAINER= cpiazza@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
USE_XPM= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Mixer ${PREFIX}/bin

View File

@ -14,11 +14,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= clkao@CirX.ORG
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/wmcdplay
USE_IMAKE= yes
USE_XPM= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>

View File

@ -14,11 +14,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= rneswold@enteract.com
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/wmmixer
FETCH_BEFORE_ARGS= -t
USE_IMAKE= yes
USE_XPM= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>

View File

@ -12,10 +12,10 @@ MASTER_SITES= http://www.dotfiles.com/software/wmmp3/
MAINTAINER= jim@FreeBSD.org
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
USE_XPM= yes
post-install:
@${ECHO} "===> Installing sample.wmmp3 in ${PREFIX}/share/examples/wmmp3"

View File

@ -16,11 +16,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= jedgar@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_XPM= yes
PATCH_ARGS =-p0 -d ${WRKDIR}

View File

@ -12,13 +12,12 @@ MASTER_SITES= http://www.egd.igd.fhg.de/~runge/radio/
MAINTAINER= runge@rostock.zgdv.de
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
# This program does not actually depend on the below, but they are pretty
# useful if you are into digital audio recording and playback.
#RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
USE_IMAKE= yes
USE_XPM= yes
REQUIRES_MOTIF= yes
#post-install:

View File

@ -13,10 +13,10 @@ DISTNAME= Xtuner-${PORTVERSION}
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
Xpm.4:${PORTSDIR}/graphics/xpm
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms
USE_IMAKE= YES
USE_XPM= YES
NO_INSTALL_MANPAGES= YES
.include <bsd.port.mk>

View File

@ -13,10 +13,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/./v/}
MAINTAINER= martin.kraft@fal.de
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/${PORTNAME}2-981109
USE_IMAKE= yes
USE_XPM= yes
DOC_FILES= README README-XWAVE2 README.v06 INSTALL

View File

@ -12,11 +12,11 @@ MASTER_SITES= http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55
USE_BZIP2= yes
USE_IMAKE= yes
USE_XPM= yes
XMKMF= xmkmf
MAN1= xcircuit.1

View File

@ -16,12 +16,12 @@ MAINTAINER= keith@freebsd.sinica.edu.tw
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX \
${X11BASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf \
ttf2pk:${PORTSDIR}/print/freetype:build
LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
NO_PACKAGE= "Needs ttf2pk source from FreeType"
USE_GMAKE= yes
USE_FREETYPE= yes
WRKSRC= ${WRKDIR}/cjk-current
post-install:

View File

@ -15,11 +15,11 @@ MASTER_SITE_SUBDIR= foxfair
MAINTAINER= davidyu@ken.csie.ntu.edu.tw
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.4:${PORTSDIR}/graphics/png
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-transparency --enable-background-image \
--disable-delete-key --disable-backspace-key \

View File

@ -15,9 +15,8 @@ MASTER_SITE_SUBDIR= X11/terms
MAINTAINER= frankch@waru.life.nthu.edu.tw
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
USE_BZIP2= yes
MAN1= crxvt.1

View File

@ -16,13 +16,13 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-mule${EXTRACT_SUFX}
MAINTAINER= keith@freebsd.sinica.edu.tw
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.4:${PORTSDIR}/graphics/png
RUN_DEPENDS= xcin2.5:${PORTSDIR}/chinese/xcin25 \
${X11BASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf
USE_GMAKE= yes
USE_XPM= yes
STRIP=
HAS_CONFIGURE= yes
XEMACS_ARCH= ${MACHINE_ARCH}--freebsd

View File

@ -14,9 +14,8 @@ DISTNAME= ${PORTNAME}-0.6-1
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
USE_XPM= yes
MAN1= asmodem.1

View File

@ -13,10 +13,10 @@ MASTER_SITES= http://web.wt.net/~dblhack/ \
MAINTAINER= dirk@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
xforms.0:${PORTSDIR}/x11-toolkits/xforms \
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
mysqlclient.6:${PORTSDIR}/databases/mysql322-client
USE_X_PREFIX= yes
USE_XPM= yes
.include <bsd.port.mk>

View File

@ -14,11 +14,11 @@ MASTER_SITES= http://www.mysql.com/Downloads/Contrib/ \
MAINTAINER= dirk@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
xforms.0:${PORTSDIR}/x11-toolkits/xforms \
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
mysqlclient.6:${PORTSDIR}/databases/mysql322-client
USE_X_PREFIX= yes
USE_XPM= yes
ALL_TARGET= xmysqladmin
.include <bsd.port.mk>

View File

@ -13,12 +13,10 @@ MASTER_SITE_SUBDIR= apps/aspostit
MAINTAINER= kris@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm/ \
jpeg.9:${PORTSDIR}/graphics/jpeg/
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg/
USE_X_PREFIX= yes
USE_XLIB= yes
USE_XPM= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes

View File

@ -25,7 +25,6 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
png.4:${PORTSDIR}/graphics/png \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
glib12.3:${PORTSDIR}/devel/glib12 \
Xpm.4:${PORTSDIR}/graphics/xpm \
gnome.4:${PORTSDIR}/x11/gnomelibs \
guile.6:${PORTSDIR}/lang/guile \
xml.5:${PORTSDIR}/textproc/libxml
@ -38,6 +37,7 @@ RUN_DEPENDS= slib48:${PORTSDIR}/lang/slib \
${site_perl}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser
USE_GMAKE= yes
USE_XPM= yes
GNU_CONFIGURE= yes
USE_PERL5= yes
#USE_X_PREFIX= yes

View File

@ -12,12 +12,11 @@ MASTER_SITES= http://www.tu-ilmenau.de/~gomar/stuff/wmpinboard/
MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/wmpinboard.app
USE_BZIP2= yes
USE_IMAKE= yes
USE_XPM= yes
MAN1= wmpinboard.1
MANCOMPRESSED= no

View File

@ -14,10 +14,9 @@ MASTER_SITE_SUBDIR= applications
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
REQUIRES_MOTIF= yes
USE_IMAKE= yes
USE_XPM= yes
NO_INSTALL_MANPAGES= yes
post-install:

View File

@ -14,13 +14,12 @@ MASTER_SITE_SUBDIR= ddd
MAINTAINER= obrien@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
GNU_CONFIGURE= yes
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-motif-libraries="${LIBXMDIR}" \
--with-readline-libraries=/usr/lib
USE_GMAKE= yes
USE_XPM= yes
REQUIRES_MOTIF= yes
MAN1= ddd.1

View File

@ -15,8 +15,7 @@ DISTNAME= SDL-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound \
aa.1:${PORTSDIR}/graphics/aalib \
${GL_DEPENDS}
aa.1:${PORTSDIR}/graphics/aalib
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
USE_GMAKE= yes
@ -31,10 +30,9 @@ CONFIGURE_ARGS= --enable-video-aalib
CFLAGS+= -D_THREAD_SAFE
.if defined(WITHOUT_GL)
GL_DEPENDS=
CONFIGURE_ARGS+= --disable-video-opengl
.else
GL_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3
USE_MESA= yes
CONFIGURE_ARGS+= --enable-video-opengl
.endif

View File

@ -15,8 +15,7 @@ DISTNAME= SDL-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound \
aa.1:${PORTSDIR}/graphics/aalib \
${GL_DEPENDS}
aa.1:${PORTSDIR}/graphics/aalib
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
USE_GMAKE= yes
@ -31,10 +30,9 @@ CONFIGURE_ARGS= --enable-video-aalib
CFLAGS+= -D_THREAD_SAFE
.if defined(WITHOUT_GL)
GL_DEPENDS=
CONFIGURE_ARGS+= --disable-video-opengl
.else
GL_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3
USE_MESA= yes
CONFIGURE_ARGS+= --enable-video-opengl
.endif

View File

@ -14,10 +14,10 @@ MAINTAINER= horance@freedom.ie.cycu.edu.tw
LIB_DEPENDS= ffi.2:${PORTSDIR}/devel/libffi \
png.4:${PORTSDIR}/graphics/png \
Xpm.4:${PORTSDIR}/graphics/xpm \
BLT24.2:${PORTSDIR}/x11-toolkits/blt
USE_GMAKE= yes
USE_XPM= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-defaultdir=${PREFIX} \

View File

@ -14,12 +14,12 @@ MASTER_SITE_SUBDIR= apps/editors/X
MAINTAINER= brett@peloton.runet.edu
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
intl.1:${PORTSDIR}/devel/gettext
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_XLIB= yes
USE_XPM= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --disable-mail-author --with-libs='-lcrypt -lreadline' \

View File

@ -14,10 +14,9 @@ DISTFILES= nedit-5.1.1-src.tar.gz nedit-5.1.app-defaults
MAINTAINER= deischen@freebsd.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
REQUIRES_MOTIF= yes
USE_X_PREFIX= yes
USE_XPM= yes
EXTRACT_ONLY= nedit-5.1.1-src.tar.gz
MAN1= nclient.1 nedit.1
ALL_TARGET= freebsd

View File

@ -14,12 +14,12 @@ DISTNAME= Editor-${PORTVERSION}
MAINTAINER= ruslan@shevchenko.kiev.ua
LIB_DEPENDS= Dnd.1:${PORTSDIR}/x11/libdnd \
Xpm.4:${PORTSDIR}/graphics/xpm
LIB_DEPENDS= Dnd.1:${PORTSDIR}/x11/libdnd
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_X_PREFIX= YES
USE_XPM= YES
MAN1= editor.1
.include <bsd.port.mk>

View File

@ -15,9 +15,8 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= shanee@augusta.de
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
USE_XPM= yes
MAN1= xed.1
.include <bsd.port.mk>

View File

@ -18,8 +18,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}
MAINTAINER?= gj@FreeBSD.org
RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages
LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.4:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
@ -29,6 +28,7 @@ DIST_SUBDIR= xemacs
SLAVEDIRS+= editors/xemacs21-mule
USE_XLIB= yes
USE_XPM= yes
USE_GMAKE= yes
STRIP=
HAS_CONFIGURE= yes

View File

@ -18,8 +18,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}
MAINTAINER?= gj@FreeBSD.org
RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages
LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.4:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
@ -29,6 +28,7 @@ DIST_SUBDIR= xemacs
SLAVEDIRS+= editors/xemacs21-mule
USE_XLIB= yes
USE_XPM= yes
USE_GMAKE= yes
STRIP=
HAS_CONFIGURE= yes

View File

@ -18,10 +18,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MULEDISTFILE}
MAINTAINER= gj@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.4:${PORTSDIR}/graphics/png
USE_XPM= yes
USE_GMAKE= yes
STRIP=
HAS_CONFIGURE= yes

View File

@ -18,8 +18,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}
MAINTAINER?= gj@FreeBSD.org
RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages
LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.4:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
@ -29,6 +28,7 @@ DIST_SUBDIR= xemacs
SLAVEDIRS+= editors/xemacs21-mule
USE_XLIB= yes
USE_XPM= yes
USE_GMAKE= yes
STRIP=
HAS_CONFIGURE= yes

View File

@ -12,9 +12,8 @@ MASTER_SITES= ftp://ftp.proximity.com.au/pub/xenon/
MAINTAINER= jedgar@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
USE_XPM= yes
MAN1= xe.1

View File

@ -19,9 +19,9 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= rch@WriteMe.Com
LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
USE_FREETYPE= YES
CONFIGURE_ENV= LC_ALL=
GNU_CONFIGURE= YES
MAKE_ENV= LC_ALL=

View File

@ -15,9 +15,6 @@ DISTNAME= Wine-${PORTVERSION:S/.//g}
MAINTAINER= pfeifer@dbai.tuwien.ac.at
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
GL.14:${PORTSDIR}/graphics/Mesa3
WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-opengl
@ -28,6 +25,8 @@ MAN1= wine.1
MAN5= wine.conf.5
ONLY_FOR_ARCHS= i386
USE_BISON= yes
USE_XPM= yes
USE_MESA= yes
.if !defined(NDEBUG)
STRIP=

View File

@ -15,9 +15,6 @@ DISTNAME= Wine-${PORTVERSION:S/.//g}
MAINTAINER= pfeifer@dbai.tuwien.ac.at
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
GL.14:${PORTSDIR}/graphics/Mesa3
WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-opengl
@ -28,6 +25,8 @@ MAN1= wine.1
MAN5= wine.conf.5
ONLY_FOR_ARCHS= i386
USE_BISON= yes
USE_XPM= yes
USE_MESA= yes
.if !defined(NDEBUG)
STRIP=

View File

@ -15,8 +15,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= dburr@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_XPM= YES
USE_GMAKE= YES
MAKEFILE= makefile.unix

View File

@ -16,11 +16,10 @@ DISTFILES= ${DISTNAME}.tgz pdp1.zip
#MAINTAINER= mycroft@NetBSD.ORG # NetBSD
MAINTAINER= nox@jelal.kn-bremen.de
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
EXTRACT_ONLY= ${DISTNAME}.tgz
USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
MAKE_ENV+= OPSYS=${OPSYS} ARCH=${ARCH} MACHINE_ARCH=${ARCH} \
DESTDIR=${DESTDIR} \

View File

@ -25,7 +25,6 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
png.4:${PORTSDIR}/graphics/png \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
glib12.3:${PORTSDIR}/devel/glib12 \
Xpm.4:${PORTSDIR}/graphics/xpm \
gnome.4:${PORTSDIR}/x11/gnomelibs \
guile.6:${PORTSDIR}/lang/guile \
xml.5:${PORTSDIR}/textproc/libxml
@ -38,6 +37,7 @@ RUN_DEPENDS= slib48:${PORTSDIR}/lang/slib \
${site_perl}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser
USE_GMAKE= yes
USE_XPM= yes
GNU_CONFIGURE= yes
USE_PERL5= yes
#USE_X_PREFIX= yes

View File

@ -25,7 +25,6 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
png.4:${PORTSDIR}/graphics/png \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
glib12.3:${PORTSDIR}/devel/glib12 \
Xpm.4:${PORTSDIR}/graphics/xpm \
gnome.4:${PORTSDIR}/x11/gnomelibs \
guile.6:${PORTSDIR}/lang/guile \
xml.5:${PORTSDIR}/textproc/libxml
@ -38,6 +37,7 @@ RUN_DEPENDS= slib48:${PORTSDIR}/lang/slib \
${site_perl}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser
USE_GMAKE= yes
USE_XPM= yes
GNU_CONFIGURE= yes
USE_PERL5= yes
#USE_X_PREFIX= yes

View File

@ -12,9 +12,8 @@ MASTER_SITES= http://mattfischer.com/wmstock/src/
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
USE_XPM= yes
WRKSRC= ${WRKDIR}/wmstock/src
USE_GMAKE= yes

View File

@ -14,10 +14,9 @@ MASTER_SITE_SUBDIR= applications
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
REQUIRES_MOTIF= yes
USE_IMAKE= yes
USE_XPM= yes
NO_INSTALL_MANPAGES= yes
post-install:

View File

@ -13,11 +13,10 @@ MASTER_SITE_SUBDIR= applications
MAINTAINER= mph@freebsd.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
REQUIRES_MOTIF= yes
USE_IMAKE= yes
USE_XPM= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>

View File

@ -24,7 +24,7 @@ USE_AUTOCONF= yes
CONFIGURE_ARGS= --disable-gtk
.else
CONFIGURE_ARGS= --with-xpm-includes=${X11BASE}/include --disable-gtk
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_XPM= yes
.endif
USE_GMAKE= yes

View File

@ -14,10 +14,10 @@ DISTNAME= 3Dc-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
USE_X_PREFIX= yes
USE_XPM= yes
WRKSRC= ${WRKDIR}/3Dc/src
do-install:

View File

@ -15,10 +15,7 @@ DISTNAME= KnightCap-${PORTVERSION}
MAINTAINER= bugg@bugg.strangled.net
LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3\
GLU.14:${PORTSDIR}/graphics/Mesa3 \
glut.3:${PORTSDIR}/graphics/Mesa3
USE_MESA= yes
ALL_TARGET= KnightCap
WRKSRC= ${WRKDIR}/Export

View File

@ -12,9 +12,8 @@ MASTER_SITES= http://www.astr.tohoku.ac.jp/~taji/ActX/
MAINTAINER= esu@yk.rim.or.jp
LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
USE_XPM= yes
NO_INSTALL_MANPAGES=yes
NO_CDROM= 'contains commercial character data'
ACTXDIR= ${PREFIX}/share/examples/actx

View File

@ -14,12 +14,12 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl \
Xpm.4:${PORTSDIR}/graphics/xpm
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl
DATAVERSION= 0.8.6
USE_X_PREFIX= yes
USE_XPM= yes
USE_BZIP2= yes
USE_GMAKE= yes

View File

@ -13,10 +13,9 @@ DISTFILES= battalionSource1.4.tar.Z battalionSUN4.tar.gz
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3
ALL_TARGET= # empty
USE_X_PREFIX= yes
USE_MESA= yes
WRKSRC= ${WRKDIR}/battalionSource
MAN6= battalion.6

View File

@ -14,9 +14,8 @@ DISTNAME= ${PORTNAME}.${PORTVERSION:S/.//}.src
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3
USE_X_PREFIX= yes
USE_MESA= yes
WRKSRC= ${WRKDIR}/battleball-2.1-src
do-install:

View File

@ -21,11 +21,11 @@ DISTFILES= ${CF_SOURCES} ${CF_DOC} ${CF_MAPS} ${CF_SOUNDS} \
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= rplay:${PORTSDIR}/audio/rplay
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
EXTRACT_ONLY= ${CF_SOURCES} ${CF_DOC}
USE_PERL5= yes
USE_IMAKE= yes
USE_XPM= yes
PREFIX= ${LOCALBASE}
MAN6= crossfire.6 crossedit.6

View File

@ -21,11 +21,11 @@ DISTFILES= ${CF_SOURCES} ${CF_DOC} ${CF_MAPS} ${CF_SOUNDS} \
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= rplay:${PORTSDIR}/audio/rplay
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
EXTRACT_ONLY= ${CF_SOURCES} ${CF_DOC}
USE_PERL5= yes
USE_IMAKE= yes
USE_XPM= yes
PREFIX= ${LOCALBASE}
MAN6= crossfire.6 crossedit.6

View File

@ -21,11 +21,11 @@ DISTFILES= ${CF_SOURCES} ${CF_DOC} ${CF_MAPS} ${CF_SOUNDS} \
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= rplay:${PORTSDIR}/audio/rplay
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
EXTRACT_ONLY= ${CF_SOURCES} ${CF_DOC}
USE_PERL5= yes
USE_IMAKE= yes
USE_XPM= yes
PREFIX= ${LOCALBASE}
MAN6= crossfire.6 crossedit.6

View File

@ -17,11 +17,11 @@ PKGNAMESUFFIX= -gtk
MAINTAINER= sheldonh@freebsd.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
.if defined(WITH_GTK)
LIB_DEPENDS+= Imlib.5:${PORTSDIR}/graphics/imlib
LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib
.endif
USE_XPM= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
.if defined(WITH_GTK)

View File

@ -17,11 +17,11 @@ PKGNAMESUFFIX= -gtk
MAINTAINER= sheldonh@freebsd.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
.if defined(WITH_GTK)
LIB_DEPENDS+= Imlib.5:${PORTSDIR}/graphics/imlib
LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib
.endif
USE_XPM= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
.if defined(WITH_GTK)

View File

@ -13,13 +13,12 @@ DISTNAME= Glasteriods
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3
MAKEFILE= Makefile.FreeBSD
WRKSRC= ${WRKDIR}/Glasteroids
USE_X_PREFIX= yes
USE_MESA= yes
pre-build:
@ ${CP} ${FILESDIR}/Makefile.FreeBSD ${WRKSRC}

View File

@ -16,10 +16,9 @@ MASTER_SITES= ftp://ftp.kddlabs.co.jp/.1/X11/acontrib/gleyes/ \
MAINTAINER= malte.lance@gmx.net
LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3
MAN1= gleyes.1
USE_X_PREFIX= yes
USE_MESA= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/gleyes ${PREFIX}/bin

View File

@ -13,7 +13,6 @@ MASTER_SITES= http://gltron.sourceforge.net/download/
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
glut.3:${PORTSDIR}/graphics/Mesa3 \
png.4:${PORTSDIR}/graphics/png
.if defined(NO_SOUND)
@ -23,6 +22,7 @@ SOUND="-DSOUND"
.endif
USE_X_PREFIX= yes
USE_MESA= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAKE_ENV+= OPT="${CFLAGS}" SOUND="${SOUND}"

View File

@ -13,12 +13,12 @@ MASTER_SITES= http://arch.comp.kyutech.ac.jp/~matsu/my_products/gtk/race/
MAINTAINER= nox@jelal.kn-bremen.de
BUILD_DEPENDS= ${X11BASE}/lib/libsl.a:${PORTSDIR}/x11-toolkits/plib
LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \
ungif.5:${PORTSDIR}/graphics/libungif \
LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \
png.4:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
tcl82.1:${PORTSDIR}/lang/tcl82
USE_MESA= YES
USE_AUTOCONF= YES
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
-I${LOCALBASE}/include/tcl8.2 \

View File

@ -13,10 +13,9 @@ DISTNAME= shhcards-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_XPM= yes
INSTALLS_SHLIB= yes
post-install:

View File

@ -13,10 +13,10 @@ DISTNAME= Maelstrom-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
SDL-1.0.2:${PORTSDIR}/devel/sdl
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl
USE_X_PREFIX= yes
USE_XPM= yes
USE_NEWGCC= yes
GNU_CONFIGURE= yes

View File

@ -13,9 +13,8 @@ DISTFILES= mindfocus-0.88.tar.gz mindfocus-data1.tar.gz
MAINTAINER= ixtl@utmc.or.jp
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
USE_XPM= yes
NO_INSTALL_MANPAGES= yes
RESTRICTED= 'contains commercial character data'

View File

@ -13,9 +13,8 @@ MASTER_SITE_SUBDIR= games
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
USE_XPM= yes
post-extract:
.for file in DoubleRayDoor DoubleRayFont DoubleRayFont2 DoubleRayScreen

View File

@ -12,11 +12,10 @@ MASTER_SITES= http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/
MAINTAINER= sakai@seki.ee.kagu.sut.ac.jp
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
ALL_TARGET= all
USE_X_PREFIX= yes
USE_XPM= yes
MAN1= nadars.1 nadar.1
MANCOMPRESSED= yes

View File

@ -21,9 +21,9 @@ PATCHFILES= nh-3.2.2-3.2.3.diff \
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
Xpm.4:${PORTSDIR}/graphics/xpm
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
USE_XPM= yes
USE_GMAKE= yes
MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6

View File

@ -19,7 +19,6 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= auplay:${PORTSDIR}/audio/nas \
xpmtoppm:${PORTSDIR}/graphics/netpbm
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas
QT_PATCH= qnethack-3.2.2.1.0.1.src.tar.gz
@ -27,6 +26,7 @@ QT_SOUND= nhs.tar.gz
EXTRACT_ONLY= nethack-3.2.2.tar.gz
USE_QT= yes
USE_XPM= yes
USE_GMAKE= yes
MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6

View File

@ -19,8 +19,7 @@ PATCHFILES= nh-3.2.2-3.2.3.diff
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_XPM= yes
USE_GMAKE= yes
MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6

View File

@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= nethack
MAINTAINER= dscheidt@enteract.com
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_XPM= yes
USE_GMAKE= yes
MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6

View File

@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= nethack
MAINTAINER= dscheidt@enteract.com
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_XPM= yes
USE_GMAKE= yes
MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6

View File

@ -21,9 +21,9 @@ PATCHFILES= nh-3.2.2-3.2.3.diff \
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
Xpm.4:${PORTSDIR}/graphics/xpm
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
USE_XPM= yes
USE_GMAKE= yes
MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6

View File

@ -19,8 +19,7 @@ PATCHFILES= nh-3.2.2-3.2.3.diff
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_XPM= yes
USE_GMAKE= yes
MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6

View File

@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= nethack
MAINTAINER= dscheidt@enteract.com
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_XPM= yes
USE_GMAKE= yes
MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6

View File

@ -19,7 +19,6 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= auplay:${PORTSDIR}/audio/nas \
xpmtoppm:${PORTSDIR}/graphics/netpbm
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas
QT_PATCH= qnethack-3.2.2.1.0.1.src.tar.gz
@ -27,6 +26,7 @@ QT_SOUND= nhs.tar.gz
EXTRACT_ONLY= nethack-3.2.2.tar.gz
USE_QT= yes
USE_XPM= yes
USE_GMAKE= yes
MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6

View File

@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= nethack
MAINTAINER= dscheidt@enteract.com
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_XPM= yes
USE_GMAKE= yes
MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6

View File

@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= nethack
MAINTAINER= dscheidt@enteract.com
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_XPM= yes
USE_GMAKE= yes
MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6

View File

@ -19,7 +19,6 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= auplay:${PORTSDIR}/audio/nas \
xpmtoppm:${PORTSDIR}/graphics/netpbm
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas
QT_PATCH= qnethack-3.2.2.1.0.1.src.tar.gz
@ -27,6 +26,7 @@ QT_SOUND= nhs.tar.gz
EXTRACT_ONLY= nethack-3.2.2.tar.gz
USE_QT= yes
USE_XPM= yes
USE_GMAKE= yes
MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6

View File

@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= nethack
MAINTAINER= dscheidt@enteract.com
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_XPM= yes
USE_GMAKE= yes
MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6

View File

@ -13,11 +13,10 @@ DISTNAME= PowerPak
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl \
ttf.4:${PORTSDIR}/print/freetype
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl
USE_FREETYPE= yes
MAKEFILE= Makefile.FreeBSD
INSTALLS_SHLIB= yes
post-extract:

View File

@ -12,14 +12,14 @@ MASTER_SITES= http://shh.thathost.com/pub-unix/files/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
shhopt.1:${PORTSDIR}/devel/libshhopt \
LIB_DEPENDS= shhopt.1:${PORTSDIR}/devel/libshhopt \
shhmsg.1:${PORTSDIR}/devel/libshhmsg \
xalloc.1:${PORTSDIR}/devel/libxalloc \
shhcards.1:${PORTSDIR}/games/libshhcards
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_XPM= yes
MAN6= sol.6

View File

@ -12,10 +12,9 @@ MASTER_SITES= http://www.halcyon.com/amalmin/speyes/
MAINTAINER= jedgar@fxp.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
NO_INSTALL_MANPAGES= yes
USE_IMAKE= yes
USE_XPM= yes
pre-configure:
@${PERL} -pi.orig -e 's:__CFLAGS__:${CFLAGS}:g' ${WRKSRC}/Imakefile

View File

@ -15,9 +15,8 @@ MASTER_SITES= ftp://stardust.sfc.wide.ad.jp/pub/JG/JG-0.9.1/sources/\
MAINTAINER= aconitum@po.teleway.ne.jp
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
USE_XPM= yes
NO_INSTALL_MANPAGES= yes
INSTALL_TARGET= install install.dir
BINOWN= root

View File

@ -13,12 +13,11 @@ DISTNAME= ${PKGNAME}-src
MAINTAINER= dburr@FreeBSD.org
LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3
BROKEN= can\'t find glaux.h
WRKSRC= ${WRKDIR}/${PKGNAME}
USE_MESA= YES
USE_GMAKE= YES
ALL_TARGET= linux-mesa-elf

View File

@ -12,9 +12,8 @@ MASTER_SITES= ftp://thrush.omix.com/pub/misc/
MAINTAINER= zenin@archive.rhps.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
USE_XPM= yes
MAN1= wmeyes.1
.include <bsd.port.mk>

View File

@ -13,11 +13,11 @@ DISTNAME= miniCHESS-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
RUN_DEPENDS= ${LOCALBASE}/bin/gnuchessx:${PORTSDIR}/games/gnuchess
USE_GMAKE= YES
USE_X_PREFIX= YES
USE_XPM= YES
MAKE_ENV= PREFIX="${PREFIX}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
LOCAL="${LOCALBASE}" MKDIR="${MKDIR}" \
INSTALL_DATA="${INSTALL_DATA}"

View File

@ -15,11 +15,10 @@ DISTNAME= wmtictactoe-1.1-1
MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/wmtictactoe.app/wmtictactoe
USE_X_PREFIX= yes
USE_XPM= yes
post-install:
@${ECHO} "===> Run 'wmtictactoe --help' for the available options"

View File

@ -15,9 +15,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= obrien@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
USE_XPM= yes
MAN1= xbill.1
post-install:

View File

@ -13,13 +13,12 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= janek@gaja.ipan.lublin.pl
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
.if ${MACHINE_ARCH} == "alpha"
PLIST= ${PKGDIR}/PLIST.alpha
.endif
USE_IMAKE= yes
USE_XPM= yes
WRKSRC= ${WRKDIR}/xboing
MAN1= xboing.1

View File

@ -13,9 +13,8 @@ MASTER_SITE_SUBDIR= mph
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
USE_XPM= yes
WRKSRC= ${WRKDIR}/XCOGITATE_SOURCE
do-build:

View File

@ -13,10 +13,9 @@ DISTFILES= ${PORTNAME}.tgz
MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/xdeblo_v1.0
USE_IMAKE= yes
USE_XPM= yes
NO_INSTALL_MANPAGES= yes
post-patch:

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