openbsd-ports/graphics/gifsicle/Makefile

39 lines
708 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.35 2012/03/29 13:38:31 sthen Exp $
COMMENT= creating & editing GIF images and animations
2010-06-26 21:41:51 -04:00
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
2004-11-29 20:06:33 -05:00
WANTLIB= c
2000-03-05 18:00:29 -05:00
HOMEPAGE= http://www.lcdf.org/gifsicle/
2000-07-31 04:09:56 -04:00
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
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
2011-12-02 09:36:13 -05:00
.if ${FLAVOR:Mno_x11}
CONFIGURE_ARGS+= --disable-gifview
2001-11-06 03:38:32 -05:00
.else
2010-01-04 15:36:35 -05:00
WANTLIB+= ICE SM X11
.endif
.include <bsd.port.mk>