aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/imlib/Makefile
blob: 93943fe42179ba0d4071db9f23d7de0dd87a6149 (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
# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
# $FreeBSD$
#    $MCom: ports/graphics/imlib/Makefile,v 1.2 2006/09/10 00:51:11 mezz Exp $

PORTNAME=   imlib
PORTVERSION=    1.9.15
PORTREVISION=   15
CATEGORIES= graphics
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A graphic library for enlightenment package

LIB_DEPENDS=    png15:${PORTSDIR}/graphics/png \
        tiff.4:${PORTSDIR}/graphics/tiff \
        gif.5:${PORTSDIR}/graphics/giflib

USE_AUTOTOOLS=  libtool
USE_BZIP2=  yes
USE_XORG=   sm xext x11
USE_GMAKE=  yes
USE_GNOME=  gtk12 gnomehack
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib --disable-modules
CONFIGURE_ENV=  LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+=  -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15

MAN1=       imlib-config.1 imlib_config.1

NO_STAGE=   yes
pre-configure:
    @${REINPLACE_CMD} -e "s|10:15:9|5:0:0|" ${WRKSRC}/*/Makefile.in
    @${REINPLACE_CMD} -e "s|glib-config|${GLIB_CONFIG}|" ${WRKSRC}/configure
    @${REINPLACE_CMD} -e "s|@SUPPORT_LIBS@|-L${LOCALBASE}/lib @SUPPORT_LIBS@|" ${WRKSRC}/imlib-config.in

.include <bsd.port.mk>
owMaker users. [1]mezz2004-08-172-2/+7 * Remove the lthack bits from a configure patch.adamw2004-07-271-8/+0 * Use lthack.adamw2004-07-261-1/+1 * - Update WWW [1]pav2004-07-051-9/+11 * One more fix to the help installation in the non-GNOME case.marcus2004-05-121-0/+12 * Fix package build in the non-GNOME case.marcus2004-05-091-31/+15 * Update to 0.93.marcus2004-05-024-26/+185 * Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1 * Fix build with freetype2-2.1.7.marcus2004-03-191-4/+14 * - Add SIZE to GNOME portspav2004-03-181-0/+1 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1 * Chase the libxslt shared lib version with a PORTREVISION bump.marcus2003-11-051-0/+1 * Update to 0.92.2.marcus2003-11-022-2/+2 * Update to 0.92.1.marcus2003-10-272-2/+2 * Update distinfo checksum.adamw2003-10-211-1/+1 * Update to 0.92 release.adamw2003-10-202-3/+3 * Update to 0.92pre7.marcus2003-10-152-2/+2 * Update to 0.92pre6.marcus2003-10-143-322/+2 * Update to 0.92-pre5bland2003-10-122-2/+2 * Update to 0.92-pre4bland2003-09-282-2/+2 * Add forgotten patch.adamw2003-09-251-0/+8 * Update to 0.92-pre3.adamw2003-09-256-100/+71 * Bump PORTREVISION after lang/python's changing default toperky2003-08-231-1/+1 * Fix build with GCC 3.3.1.marcus2003-07-191-0/+11 * Bump PORTREVISION after the last commit.marcus2003-06-161-0/+1 * Make GNOME support optional.marcus2003-06-162-10/+31 * Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-4/+0 * Convert to new GNOME infrastructure.marcus2003-05-181-3/+2 * Remove USE_GNOMENG.marcus2003-04-211-1/+0 * Add a missing BUIL_DEPENDS on py-gtk2.marcus2003-04-051-0/+1 * Update to 0.91.marcus2003-04-0413-130/+950 * Clear moonlight beckons.ade2003-03-072-1/+1 * Drive a stake through the heart of some more files that were committedkris2003-02-281-20/+0 * GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1 * Add missing dependency on bonobo.marcus2002-09-091-1/+1 * - Use USE_GNOMENG;sobomax2002-07-126-118/+49 * Add libunicode to the LIB_DEPENDS is dia is built without full GNOME support.marcus2002-07-121-0/+1 * Correct for nognome case.sobomax2002-06-041-11/+11 * Update to 0.90.sobomax2002-06-038-89/+192 * When building package forcefully turn optional GNOME components on, otherwisesobomax2001-12-161-1/+2 * - Rework optional GNOME dependency, so it would not confuse bento;sobomax2001-08-282-7/+13 * Allow MAINTAINER to be overriden in slave ports.sobomax2001-08-201-1/+1 * Don't overwrite CATEGORIES in master ports. Use += instead, so slavessobomax2001-05-231-1/+1 * Update to 0.88.1 -- dia now really requires gdk-pixbuf, but also requiresade2001-05-215-476/+492 * Update to 0.88ade2001-05-188-89/+291 * SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1 * The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a wholeade2001-05-051-3/+1 * -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1 * Implement WANT_GNOME.reg2000-10-053-278/+317 * USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-211-1/+0 * Add gnome as a secondary category.sobomax2000-08-151-1/+1 * Update to 0.86.sobomax2000-08-078-194/+346 * "fpsetmask(0)" at the top of main() to prevent floating point core-dumps.nik2000-04-221-0/+20 * PORTNAME / PORTVERSION syntax conversionobrien2000-04-131-2/+2 * update to 0.84mharo2000-04-025-124/+204 * Update to 0.83nakai2000-02-125-161/+130 * I forgot to add this patch :(vanilla2000-01-161-0/+11 * Correct the locale's path.vanilla2000-01-161-11/+11 * General comment cleanups.hoek1999-12-291-1/+1 * * Update to version 0.82jedgar1999-12-236-44/+112 * Fix PLIST to success to make packageflathill1999-12-111-7/+0