mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
d83ff1e42e
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
28 lines
506 B
Makefile
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>
|