summaryrefslogblamecommitdiff
path: root/graphics/gifsicle/Makefile
blob: 06e4d062d7cc83663a60e630d5700ef08f433949 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                               

                                               

                                                                  
           

 
                               
                        

                                                           
 
                                 
 
                          
 
                   
                   







                                                                    
# New ports collection makefile for:   gifsicle
# Version required:    1.9.1
# Date created:                19 December 1998
# Whom:                        Brad Hendrickse <bradh@iafrica.com>
#
# $FreeBSD$
#

DISTNAME=	gifsicle-1.11.1
CATEGORIES=	graphics
MASTER_SITES=	http://www.lcdf.org/gifsicle/ \
		http://www.freebsd.org/~flathill/distfiles/

MAINTAINER=	bradh@iafrica.com

MAN1=		gifsicle.1

GNU_CONFIGURE=	yes
USE_XLIB=	yes

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/gifsicle
	${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gifsicle
.endif

.include <bsd.port.mk>