openbsd-ports/graphics/gifsicle/Makefile

38 lines
714 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.23 2007/04/01 08:00:09 steven Exp $
2001-03-25 13:17:18 -05:00
COMMENT= "creating & editing GIF images and animations"
DISTNAME= gifsicle-1.48
CATEGORIES= graphics
MAINTAINER= Eric Faurot <eric.faurot@gmail.com>
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= concurrent
.if ${FLAVOR:L:Mno_x11}
CONFIGURE_ARGS+= --disable-gifview
2001-11-06 03:38:32 -05:00
.else
USE_X11= Yes
2004-11-29 20:06:33 -05:00
WANTLIB+= ICE SM X11
.endif
.include <bsd.port.mk>