freebsd-ports/graphics/show/Makefile

30 lines
704 B
Makefile

# Created by: roop
# $FreeBSD$
PORTNAME= show
PORTVERSION= 2.2
PORTREVISION= 8
CATEGORIES= graphics
MASTER_SITES= http://www.ibiblio.org/propaganda/ \
http://www.freebsdbrasil.com.br/~jmelo/
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast, flexible, extensible, and bloat-free image viewer for X11
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
png15:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
gif.5:${PORTSDIR}/graphics/giflib \
Imlib.5:${PORTSDIR}/graphics/imlib
PLIST_FILES= bin/show
NO_STAGE= yes
post-extract:
@${CP} ${PATCHDIR}/Makefile ${WRKSRC}
@${RM} ${WRKSRC}/${PORTNAME}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/show ${PREFIX}/bin
.include <bsd.port.mk>