openbsd-ports/graphics/gifsicle/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

39 lines
708 B
Makefile

# $OpenBSD: Makefile,v 1.35 2012/03/29 13:38:31 sthen Exp $
COMMENT= creating & editing GIF images and animations
DISTNAME= gifsicle-1.60
CATEGORIES= graphics
MAINTAINER= Eric Faurot <eric@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
HOMEPAGE= http://www.lcdf.org/gifsicle/
MASTER_SITES= ${HOMEPAGE}/ \
ftp://ftp.lcdf.org/pub/ \
ftp://ftp.lcdf.org/pub/OLD-VERSIONS/
FLAVORS= no_x11
FLAVOR?=
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-gifdiff
SEPARATE_BUILD= Yes
USE_GROFF = Yes
.if ${FLAVOR:Mno_x11}
CONFIGURE_ARGS+= --disable-gifview
.else
WANTLIB+= ICE SM X11
.endif
.include <bsd.port.mk>