aboutsummaryrefslogtreecommitdiffstats
path: root/databases/xmbase-grok/Makefile
blob: 13f90220983fb76565357fd61938266cc3d1d3af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# New ports collection makefile for:    xmbase-grok
# Date created:     Sat Aug 30 13:29:42 CEST 1997
# Whom:         Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#

PORTNAME=   xmbase-grok
PORTVERSION=    1.5
PORTREVISION=   3
CATEGORIES= databases
MASTER_SITES=   ftp://grok.ftp.fu-berlin.de/ \
        ftp://bitrot.de/pub/grok/
DISTNAME=   ${PORTNAME:S/-/_/}-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Graphical Resource Organizer Kit

BUILD_WRKSRC=   ${WRKDIR}/${DISTNAME}/src

USE_XORG=   x11 xt
USE_MOTIF=  yes
MAKE_ENV=   MYCC="${CC}" DEBUG="${CFLAGS}" YO="" INCDIR="" \
        GBIN="${PREFIX}/bin" GLIB="${DATADIR}" \
        CF="-I${LOCALBASE}/include" LF="${MOTIFLIB} -lXt -lX11 -lm"
MAN1=       grok.1

DATADIR=    ${PREFIX}/lib/X11/xmbase-grok

pre-patch:
    @${REINPLACE_CMD} -e 's|^GBIN =|#GBIN =|g ; \
         s|^GLIB =|#GLIB =|g ; \
         s|^DEBUG =|#DEBUG =|g' ${BUILD_WRKSRC}/Makefile

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/src/grok ${PREFIX}/bin
    @${INSTALL_MAN} ${WRKSRC}/man/grok.1 ${MANPREFIX}/man/man1
    @${MKDIR} ${DATADIR}
    @${INSTALL_DATA} ${WRKSRC}/misc/grok.hlp ${DATADIR}
    @${MKDIR} ${DATADIR}/grokdir
    @${TAR} -C ${WRKSRC}/demo -cf - . | \
        ${TAR} -C ${DATADIR}/grokdir -xf -
    @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/grokdir
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/doc/*.* ${DOCSDIR}
.endif

.include <bsd.port.mk>
graph'>* Chase audio/libmodplug updateehaupt2010-05-281-2/+2 * Chase audio/libmodplug update.ehaupt2010-04-241-1/+1 * - Chase wavpack's lib dumpsylvio2010-04-101-2/+2 * - Bump Magick++, MagickWand or MagickCore dependencymm2010-03-291-2/+2 * - update to 1.4.1dinoex2010-03-281-2/+2 * - update to jpeg-8dinoex2010-02-051-1/+1 * Update www.makc2010-01-281-1/+1 * Chase libcdio shared library version bumparved2009-11-281-2/+2 * Add WITH_FFMPEG knob to use external ffmpeg.nobutaka2009-09-232-2/+24 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-1/+1 * Bump PORTREVISION after libogg and libvorbisfile major version increment.naddy2009-07-071-0/+1 * Remove old patch that should be removed in previous commit.nobutaka2009-05-101-12/+0 * - Update to 1.1.16.3.nobutaka2009-05-103-21/+34 * Fix DivX/XviD support breakage.nobutaka2009-03-012-7/+8 * - Unbreak: needs perl to build, and fix plistpav2009-02-262-0/+3 * - Update to 1.1.16.2.nobutaka2009-02-227-30/+85 * - Update ImageMagick to 6.4.9.2mm2009-02-111-2/+2 * Replace libdvdread with the version maintained by the mplayer grouprnoland2009-02-091-2/+2 * Enable libxcb support by default since libX11 depends on libxcb unconditionally.nobutaka2009-01-252-12/+3 * - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-2/+2 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-2/+0 * Unbreak build of KDE4.nobutaka2008-10-252-0/+12 * Update to 1.1.15.nobutaka2008-10-192-5/+5 * - Update to 1.1.14. [1]nobutaka2008-07-123-21/+20 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * Add WITH_XCB knob.nobutaka2008-05-182-0/+11 * Update to 1.1.12.nobutaka2008-04-224-7/+19 * Fix LIB_DEPENDS on ImageMagic after the last update.itetcu2008-04-211-1/+1 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-10/+8 * - chase the cdio shared lib bumpmich2008-04-081-2/+2 * Update to FLAC 1.2.1. This version includes two and a half yearsnaddy2008-04-081-1/+2 * Update to 1.1.11.nobutaka2008-03-234-12/+26 * - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1 * - Fix libxine.pc to fix configure error of ports that depends on libxine.nobutaka2008-02-032-0/+15 * Update to 1.1.10.nobutaka2008-01-292-4/+4 * Update to 1.1.9.1.nobutaka2008-01-205-19/+25 * Chase libtheora lib versionahze2007-10-101-2/+2 * Add WITH_WAVPACK knob for WavPack support.nobutaka2007-09-242-1/+12 * - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1 * - Chase increase of audio/libvorbis shlib version.miwi2007-07-281-1/+2 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1 * Change dependency on libcaca from BUILD_DEPENDS to LIB_DEPENDS.nobutaka2007-07-161-1/+1 * Update to 1.1.7.nobutaka2007-07-1510-347/+199 * - Fix build of XvMC plugin with new X.org, unmark BROKENpav2007-05-251-4/+5 * BROKEN: Incorrect pkg-plistkris2007-05-251-0/+2 * - Welcome X.org 7.2 \o/.flz2007-05-202-2/+8 * - Rename libdts to libdca and update to 0.0.5pav2007-05-021-2/+2 * Chase with the update of graphics/libcaca, bump the PORTREVISION on thesemezz2007-04-301-1/+1 * * LIB_DEPENDS changes (require libdvdread.so.5)koitsu2007-04-061-2/+2 * Chase the shared library version of speex, bump the PORTREVISION.mezz2007-02-241-2/+2 * Fix internal compiler error on amd64 and remove the workaround.nobutaka2007-02-192-4/+11 * - Don't install .a files.nobutaka2007-02-182-116/+14 * Add missing plist filejylefort2007-02-181-0/+1 * - Update to 1.1.4jylefort2007-02-153-118/+244 * - Remove support for xfree86-3pav2007-02-032-7/+1 * - Update to 1.1.3. This version fixes heap overflow vulnerability in libmmsnobutaka2006-12-085-137/+166 * Make sure to disable gnomevfs2 support when WITHOUT_GNOMEVFS2 is defined.nobutaka2006-12-031-9/+9 * make buildable on FreeBSD 4oliver2006-11-307-15/+121 * Fix the autocheck for the new path of gtk20 (X11BASE -> LOCALBASE).mezz2006-11-111-1/+1 * - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-1/+1 * - Remove dependency to math/djbfft.nobutaka2006-08-272-18/+43 * - Fix build error with CFLAGS="-O -pipe". [1]nobutaka2006-08-024-5/+145 * - Update to 1.1.2.nobutaka2006-07-3011-323/+153 * Fix the buffer overflow vulnerability in the HTTP input plugin.nobutaka2006-06-112-1/+16 * Fix build error on 7-current.nobutaka2006-05-281-0/+11 * - Change dependencies reflecting update in graphics/ImageMagickmnag2006-05-241-1/+1 * - Chase lib version bump to libcdiomich2006-05-241-2/+2 * - Update PORTREVISION and libtheora version reflecting multimedia/libtheora u...mnag2006-05-071-4/+4 * - Remove USE_REINPLACE. [1]nobutaka2006-05-013-42/+61 * Chase audio/libmodplug update.ehaupt2006-04-261-1/+1 * Fix build error.nobutaka2006-02-261-1/+1 * Conversion to a single libtool environment.ade2006-02-231-1/+1 * Fix ioctl errors on amd64.nobutaka2006-02-062-1/+119 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2 * Chase libversion bumb to libMagick.so.9edwin2006-01-051-1/+2 * Fix build error on 5-stable.nobutaka2005-12-163-2/+134 * Fix build error.nobutaka2005-12-131-0/+13 * Update to 1.1.1.nobutaka2005-12-1110-200/+160 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1 * Rename WITH_LIBTHEORA and WITH_LIBCACA knobs to WITH_THEORA and WITH_CACA.nobutaka2005-10-232-14/+14 * Fix format string vulnerability.nobutaka2005-10-102-0/+12 * Add PATCH_DEPENDS on devel/libtool15 to fix build error.nobutaka2005-10-091-0/+1 * Backout the removal of patch-src:video_out:video_out_xv.c andnobutaka2005-10-022-0/+95 * Update to 1.1.0.nobutaka2005-09-2118-604/+165 * - libdata/pkgconfig is now included in mtreepav2005-05-171-1/+0 * Fix build error on 4-stable. [*]nobutaka2005-04-303-25/+38 * Update to 1.0.1.nobutaka2005-04-295-144/+164 * Fix the build when -fforce-addr is added to CFLAGSlioux2005-04-181-1/+1 * new version of libFLACnaddy2005-03-161-2/+2 * - Add --with-xvmc-lib configure option to CONFIGURE_ARGS to find libXvMCNVIDIAnobutaka2005-02-211-1/+2 * - Fix plist on amd64 by putting i386 specific items under WITH_VIDIXpav2005-02-141-15/+3 * Realy chase the shlib lib of theora.kwm2005-01-141-1/+1 * Bump portrevision to chase shlib dump of libtheora and new location.kwm2005-01-141-3/+4 * Fix compile error on 4.x.nobutaka2004-12-311-0/+45 * Update to 1.0. (At last!)nobutaka2004-12-3014-221/+212 * Fix breakage of the ffmpeg plugin on 5.3 and -current.nobutaka2004-09-162-1/+20 * Oops, accidentally spammed this port with a local change. Revert lastlofi2004-09-011-6/+0 * Update to KDE 3.3lofi2004-08-311-0/+6 * Fix vcd URL handling vulnerability described atnectar2004-08-252-1/+56 * Fix build with gcc-3.4.2.nobutaka2004-08-043-0/+134 * Chase XFREE86_VERSION -> X_WINDOW_SYSTEM conversion.anholt2004-07-241-1/+1 * Chase libraries for new audio/speex version.krion2004-07-231-1/+2 * Update to 1-rc5.nobutaka2004-07-045-20/+11 * Update to 1-rc4a.nobutaka2004-05-165-14/+15 * Update to 1-rc4.nobutaka2004-05-1313-571/+184 * Add dependency on graphics/png to fix make package.nobutaka2004-05-041-0/+1 * multimedia/libxine is broken on non-i386 architectures, amd64 inedwin2004-04-291-0/+12 * * Update to 1-rc3c.nobutaka2004-04-1110-82/+426 * - Use USE_ICONV knobkrion2004-03-311-1/+1 * Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1 * 1. Fix hangup problem with arts.nobutaka2004-02-224-4/+34 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2 * Let multimedia/libxine properly use USE_SDLedwin2004-01-281-1/+1 * Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1 * Correct default search path of RealAudio and RealVideo codecs.nobutaka2004-01-112-0/+34 * Update 1-rc3a.nobutaka2004-01-075-60/+58 * Catch up with libogg/libvorbis version bump.naddy2003-12-211-3/+2 * Correct files/patch-src:libw32dll:ldt_keeper.c to avoid to fail in Check_FS_S...nobutaka2003-12-122-2/+2 * Fix crash with libkse / libthr.nobutaka2003-12-092-1/+53 * Chase the libmad/libid3tag shared lib version.marcus2003-12-071-2/+2 * Fix ac3 audio decoding breakage.nobutaka2003-11-262-8/+7 * Update to 1-rc2.nobutaka2003-11-1518-196/+105 * Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-1/+1 * Chase the libintl.so shared lib version.marcus2003-08-251-1/+1 * - Fix LIB_DEPENDSkrion2003-08-172-9/+13 * Fix compile error in src/input/input_gnome_vfs.c.nobutaka2003-08-131-0/+11 * Remove parentheses from .if statement to avoid make error.nobutaka2003-08-101-1/+1 * Update to 1-rc0a.nobutaka2003-08-1016-8/+274 * Fix undefined reference under -stable.nobutaka2003-07-081-0/+11 * 1. Update to 1-beta12.nobutaka2003-06-224-55/+9 * Update to 1-beta11.nobutaka2003-04-294-9/+17 * Remove USE_GNOMENG.marcus2003-04-211-1/+0 * Update to 1-beta10.nobutaka2003-04-146-33/+11 * Fix pkg-plist.nobutaka2003-04-08