mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
be6c15b5c6
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.
28 lines
511 B
Makefile
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>
|