1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/graphics/gifsicle/Makefile

27 lines
557 B
Makefile
Raw Normal View History

# New ports collection makefile for: gifsicle
# Version required: 1.16.1
# Date created: 19 December 1998
# Whom: Brad Hendrickse <bradh@iafrica.com>
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
DISTNAME= gifsicle-1.16.1
CATEGORIES= graphics
MASTER_SITES= http://www.lcdf.org/gifsicle/
MAINTAINER= bradh@uunet.co.za
MAN1= gifsicle.1
GNU_CONFIGURE= yes
1999-02-12 02:55:58 +00:00
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>