mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b964f3d782
PR: 22631 Submitted by: Jeremy Norris <ishmael27@home.com>
26 lines
491 B
Makefile
26 lines
491 B
Makefile
# ports collection makefile for: feh
|
|
# Date created: 16 Oct 2000
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= feh
|
|
PORTVERSION= 0.9.9
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
|
|
|
|
MAINTAINER= ishmael27@home.com
|
|
|
|
LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2-tmp
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PERL5= yes
|
|
USE_X_PREFIX= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
|
LIBS="-L${X11BASE}/lib"
|
|
|
|
MAN1= feh.1
|
|
|
|
.include <bsd.port.mk>
|