aboutsummaryrefslogblamecommitdiff
path: root/graphics/show/Makefile
blob: 9a7a64eb58a87b133e19f58052a4b7906e119c1c (plain) (tree)
1
2
3
4
5
6
7
8
9







                                            
                   
                 
                        

                                                       
 
                                 

                                                                                
                                                         
                                                         
                                                         
                                                         

                                                  





                                             
           
                                                        

                      
# New ports collection makefile for:	show
# Date created:        06 July 2003
# Whom:                roop
#
# $FreeBSD$
#

PORTNAME=	show
PORTVERSION=	2.2
PORTREVISION=	7
CATEGORIES=	graphics
MASTER_SITES=	http://www.ibiblio.org/propaganda/ \
		http://www.freebsdbrasil.com.br/~jmelo/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A fast, flexible, extensible and bloat-free image viewer for X11

LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg	\
		png.6:${PORTSDIR}/graphics/png		\
		tiff.4:${PORTSDIR}/graphics/tiff	\
		gif.5:${PORTSDIR}/graphics/giflib	\
		Imlib.5:${PORTSDIR}/graphics/imlib

PLIST_FILES=	bin/show

post-extract:
	@${CP} ${PATCHDIR}/Makefile ${WRKSRC}
	@${RM} ${WRKSRC}/${PORTNAME}

do-install:
	@${INSTALL_PROGRAM} ${WRKSRC}/show ${PREFIX}/bin

.include <bsd.port.mk>