aboutsummaryrefslogtreecommitdiffstats
path: root/art
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-31 23:53:53 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-31 23:53:53 +0800
commit55860b92a76c0abbf6984716564a95af5c2a0ae9 (patch)
tree92dc2f6c90c93b04c6bb8972b38c637b24473208 /art
parent05a56a4acf43fb24e43ef73cb1e2e1d287ca8de0 (diff)
downloadgsoc2013-evolution-55860b92a76c0abbf6984716564a95af5c2a0ae9.tar.gz
gsoc2013-evolution-55860b92a76c0abbf6984716564a95af5c2a0ae9.tar.zst
gsoc2013-evolution-55860b92a76c0abbf6984716564a95af5c2a0ae9.zip
Remove.
svn path=/trunk/; revision=14541
Diffstat (limited to 'art')
-rw-r--r--art/evolution-icon.pngbin4547 -> 0 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/art/evolution-icon.png b/art/evolution-icon.png
deleted file mode 100644
index ea73f96409..0000000000
--- a/art/evolution-icon.png
+++ /dev/null
Binary files differ
d='n8' href='#n8'>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 51
# Created by: Kenjiro Cho <kjc@csl.sony.co.jp>
# $FreeBSD$

PORTNAME=   blt
PORTVERSION=    2.5.3
PORTREVISION=   2
CATEGORIES= x11-toolkits tk
MASTER_SITES=   SF/wize
DISTNAME=   ${PORTNAME}-src-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Extension to the Tk toolkit

LICENSE=    BSD

LIB_DEPENDS=    libjpeg.so:${PORTSDIR}/graphics/jpeg

WRKSRC=     ${WRKDIR}/${PORTNAME}${PORTVERSION:R}

USES=       gmake tk zip
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
CFLAGS+=    -I${TCL_INCLUDEDIR}/generic \
        -I${TK_INCLUDEDIR}/generic \
        -I${TK_INCLUDEDIR}/unix
MAKE_JOBS_UNSAFE=

PLIST_SUB+= BLTVER=${PORTVERSION:R} \
            BLTSHORTVER=${PORTVERSION:R:S/.//}

CONFIGURE_ARGS+=--prefix=${PREFIX} \
        --exec_prefix=${PREFIX} \
        --enable-jpeg=${LOCALBASE} \
        --with-tcl=${TCL_LIBDIR} \
        --with-tk=${TK_LIBDIR} \
        --with-tcllibs=${LOCALBASE}/lib \
        --with-tklibs=${LOCALBASE}/lib

post-patch:
    ${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
        ${REINPLACE_CMD} -e '/^INSTALL_ROOT/s|$$|$${DESTDIR}|'
    ${FIND} ${WRKSRC}/demos -name "*.tcl" | ${XARGS} \
        ${REINPLACE_CMD} -e 's|../src/bltwish|${LOCALBASE}/bin/bltwish|'

.include <bsd.port.pre.mk>

.if ${TCL_VER} > 8.5
CFLAGS+=    -DUSE_INTERP_RESULT -DUSE_INTERP_ERRORLINE
.endif

.include <bsd.port.post.mk>