1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/graphics/gifsicle/Makefile
Mark Linimon f1c5b78c48 Mark various ports broken on mips64 and, where appropriate, mips.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-07-02 00:47:14 +00:00

37 lines
902 B
Makefile

# Created by: Brad Hendrickse <bradh@iafrica.com>
# $FreeBSD$
PORTNAME= gifsicle
PORTVERSION= 1.91
CATEGORIES= graphics
MASTER_SITES= http://www.lcdf.org/gifsicle/
MAINTAINER= ports@FreeBSD.org
COMMENT= Manipulates GIF images and animations
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_mips= fails to build: undefined reference to '__sync_add_and_fetch_4'
BROKEN_mips64= fails to build: undefined reference to '__sync_add_and_fetch_4'
GNU_CONFIGURE= yes
PORTDOCS= NEWS.md README.md
PLIST_FILES= bin/gifdiff bin/gifsicle \
man/man1/gifdiff.1.gz man/man1/gifsicle.1.gz
OPTIONS_DEFINE= DOCS X11
OPTIONS_DEFAULT=
X11_USE= xorg=x11
X11_CONFIGURE_ENABLE= gifview
X11_CONFIGURE_WITH= x
X11_PLIST_FILES= bin/gifview man/man1/gifview.1.gz
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>