mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
eca78ec61b
Requested by: edwin
30 lines
665 B
Makefile
30 lines
665 B
Makefile
# New ports collection Makefile for: iiview
|
|
# Date created: 2008/06/16
|
|
# Whom: Martin Sugioarto <martin.sugioarto@udo.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= iiview
|
|
PORTVERSION= 0.27
|
|
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/libungif.a:${PORTSDIR}/graphics/libungif \
|
|
${LOCALBASE}/lib/libtiff.a:${PORTSDIR}/graphics/tiff \
|
|
${LOCALBASE}/lib/libjpeg.a:${PORTSDIR}/graphics/jpeg
|
|
|
|
USE_XORG= xpm x11
|
|
PLIST_FILES= bin/iiview
|
|
|
|
MAN1= iiview.1
|
|
MANCOMPRESSED= yes
|
|
USE_BZIP2= yes
|
|
|
|
.include <bsd.port.mk>
|