aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/feh/Makefile
blob: 3652f9493a1024ee3c23fc8b4996c4da02d9f339 (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
# ports collection makefile for:    feh
# Date created:             16 Oct 2000
# Whom:                 Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#

PORTNAME=   feh
PORTVERSION=    1.2.6
CATEGORIES= graphics
MASTER_SITES=   http://www.linuxbrit.co.uk/downloads/

MAINTAINER= ports@FreeBSD.org
COMMENT=    An image viewer that utilizes Imlib2

LIB_DEPENDS=    giblib.1:${PORTSDIR}/graphics/giblib

USE_X_PREFIX=   yes
USE_PERL5=  yes
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

MAN1=       feh.1

.if defined(NOPORTDOCS)
MAKE_ENV=   NO_DOC=yes
.endif

.include <bsd.port.mk>