aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gtksee/Makefile
blob: 320bd0ce9cffa02fb5811130adb1d21b1a77a826 (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
# New ports collection makefile for:    gtksee
# Date created:     Sun Nov 22 12:08:18 CET 1998
# Whom:         Dirk Froemberg <ibex@physik.TU-Berlin.DE>
#
# $FreeBSD$
#

PORTNAME=   gtksee
PORTVERSION=    0.5.0
PORTREVISION=   2
CATEGORIES= graphics
MASTER_SITES=   http://www.linux.tucows.com/files/x11/graphics/ \
        http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/

MAINTAINER= dirk@FreeBSD.org
COMMENT=    Image viewer

LIB_DEPENDS=    intl.4:${PORTSDIR}/devel/gettext \
        jpeg.9:${PORTSDIR}/graphics/jpeg \
        png.5:${PORTSDIR}/graphics/png \
        tiff.4:${PORTSDIR}/graphics/tiff
RUN_DEPENDS=    bzip:${PORTSDIR}/archivers/bzip
.if !exists(/usr/bin/bzip2)
RUN_DEPENDS+=   bzip2:${PORTSDIR}/archivers/bzip2
.endif

USE_GNOME=  gtk12
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>