summaryrefslogtreecommitdiffstats
path: root/graphics/sxiv/Makefile
blob: d7c72d20869de96ff021390c863d7777cc3e88ab (plain)
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
# Created by: Charles RAPENNE <charles@bsd.zplay.eu>
# $FreeBSD$

PORTNAME=	sxiv
PORTVERSION=	1.1.1
CATEGORIES=	graphics
MASTER_SITES=	https://github.com/muennich/sxiv/archive/
DISTNAME=	v${PORTVERSION}

MAINTAINER=	charles@bsd.zplay.eu
COMMENT=	Lightweight image viewer

LICENSE=	GPLv2

LIB_DEPENDS=	libImlib2.so:${PORTSDIR}/graphics/imlib2

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/
USES=		pkgconfig
USE_XORG=	x11

PLIST_FILES=	bin/sxiv \
		man/man1/sxiv.1.gz \
		share/sxiv/exec/image-info
PLIST_DIRS=	share/sxiv/exec \
		share/sxiv

.include <bsd.port.mk>
OpenPOWER on IntegriCloud