1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/graphics/iiview/Makefile
Niclas Zeising be6c15b5c6 Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-05 22:16:14 +00:00

28 lines
511 B
Makefile

# Created by: Martin Sugioarto <martin.sugioarto@udo.edu>
# $FreeBSD$
PORTNAME= iiview
PORTVERSION= 0.31
DISTVERSIONPREFIX= v
CATEGORIES= graphics
MAINTAINER= martin.sugioarto@udo.edu
COMMENT= Thumb viewer application
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 man/man1/iiview.1.gz
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>