2000-11-03 09:21:36 +01:00
|
|
|
# ports collection makefile for: feh
|
|
|
|
# Date created: 16 Oct 2000
|
|
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= feh
|
2002-01-27 18:02:39 +01:00
|
|
|
PORTVERSION= 1.1.1
|
2000-11-03 09:21:36 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
|
|
|
|
|
2002-06-04 03:38:45 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-11-03 09:21:36 +01:00
|
|
|
|
2001-03-12 15:40:13 +01:00
|
|
|
LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2
|
2000-11-03 09:21:36 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
|
|
|
LIBS="-L${X11BASE}/lib"
|
2002-01-27 18:02:39 +01:00
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
MAKE_ENV= NO_DOC=yes
|
|
|
|
.endif
|
2000-11-03 09:21:36 +01:00
|
|
|
|
|
|
|
MAN1= feh.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|