mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
f77e73f0cb
PR: 25148 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
31 lines
598 B
Makefile
31 lines
598 B
Makefile
# New ports collection makefile for: gifsicle
|
|
# Date created: 19 December 1998
|
|
# Whom: Brad Hendrickse <bradh@iafrica.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gifsicle
|
|
PORTVERSION= 1.25
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.lcdf.org/gifsicle/
|
|
|
|
MAINTAINER= bradh@uunet.co.za
|
|
|
|
USE_XLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= gifdiff.1 gifsicle.1 gifview.1
|
|
|
|
.if !defined(HAVE_UNISYS_LICENSE)
|
|
CONFIGURE_ARGS+= --enable-ungif
|
|
.endif
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/gifsicle
|
|
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gifsicle
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|