mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
7d626d7f0f
Approved by: portmgr (blanket)
27 lines
509 B
Makefile
27 lines
509 B
Makefile
PORTNAME= iiview
|
|
PORTVERSION= 0.31
|
|
PORTREVISION= 1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= martin.sugioarto@udo.edu
|
|
COMMENT= Thumb viewer application
|
|
WWW= https://sourceforge.net/projects/iiview/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libpng.a:graphics/png \
|
|
${LOCALBASE}/lib/libtiff.a:graphics/tiff
|
|
|
|
USES= jpeg:build xorg
|
|
USE_XORG= xpm x11
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= nakal
|
|
|
|
PLIST_FILES= bin/iiview share/man/man1/iiview.1.gz
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|