1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/graphics/iiview/Makefile
Mathieu Arnold d83ff1e42e Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
2017-01-03 18:12:13 +00:00

28 lines
506 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
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>