1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/graphics/gifsicle/Makefile
2000-04-14 10:48:02 +00:00

27 lines
540 B
Makefile

# New ports collection makefile for: gifsicle
# Date created: 19 December 1998
# Whom: Brad Hendrickse <bradh@iafrica.com>
#
# $FreeBSD$
#
PORTNAME= gifsicle
PORTVERSION= 1.16.1
CATEGORIES= graphics
MASTER_SITES= http://www.lcdf.org/gifsicle/
MAINTAINER= bradh@uunet.co.za
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>