1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/graphics/iiview/Makefile
Emanuel Haupt b291da379c - Support staging
- Use WWW: with a single space
- Make PREFIX safe
- Strip binary
2014-03-06 07:56:29 +00:00

25 lines
540 B
Makefile

# Created by: Martin Sugioarto <martin.sugioarto@udo.edu>
# $FreeBSD$
PORTNAME= iiview
PORTVERSION= 0.28
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= martin.sugioarto@udo.edu
COMMENT= Thumb viewer application
BUILD_DEPENDS= ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png \
${LOCALBASE}/lib/libtiff.a:${PORTSDIR}/graphics/tiff \
${LOCALBASE}/lib/libjpeg.a:${PORTSDIR}/graphics/jpeg
USE_XORG= xpm x11
USE_BZIP2= yes
PLIST_FILES= bin/iiview man/man1/iiview.1.gz
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>