1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/graphics/iiview/Makefile
Muhammad Moinur Rahman 7d626d7f0f graphics/iiview: Sanitize MANPREFIX
Approved by:    portmgr (blanket)
2024-01-22 13:26:16 +01:00

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>