blob: 511e38dda40fbb3e613ceae6db7c8c07f2f58065 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: gifsicle
# Version required: 1.8
# Date created: 5 December 1998
# Whom: Brad Hendrickse <bradh@iafrica.com>
#
# $Id:$
#
DISTNAME= gifsicle-1.8
CATEGORIES= graphics
MASTER_SITES= http://www.lcdf.org/gifsicle/
MAINTAINER= bradh@iafrica.com
MAN1= gifsicle.1
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/gifsicle
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gifsicle
.endif
.include <bsd.port.mk>
|