blob: d6150b9ae7cae48dfcfeac3e13bfd3457f835414 (
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
28
29
30
|
# Created by: Solène RAPENNE <solene@bsd.zplay.eu>
# $FreeBSD$
PORTNAME= sxiv
PORTVERSION= 1.3.2
DISTVERSIONPREFIX= v
CATEGORIES= graphics
MAINTAINER= solene@bsd.zplay.eu
COMMENT= Lightweight image viewer
LICENSE= GPLv2
LIB_DEPENDS= libImlib2.so:graphics/imlib2 \
libexif.so:graphics/libexif
USE_GITHUB= yes
GH_ACCOUNT= muennich
USES= pkgconfig gmake
USE_XORG= x11
PLIST_FILES= bin/sxiv \
man/man1/sxiv.1.gz \
share/sxiv/exec/image-info \
share/sxiv/exec/key-handler
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sxiv
.include <bsd.port.mk>
|