2010-10-24 20:58:58 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.33 2010/10/24 21:21:00 ajacoutot Exp $
|
2000-01-20 22:14:57 +00:00
|
|
|
|
2007-09-15 20:09:40 +00:00
|
|
|
COMMENT= creating & editing GIF images and animations
|
2000-01-20 22:14:57 +00:00
|
|
|
|
2010-06-27 01:41:51 +00:00
|
|
|
DISTNAME= gifsicle-1.60
|
2001-03-24 19:55:27 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
|
2007-12-01 17:52:21 +00:00
|
|
|
MAINTAINER= Eric Faurot <eric@openbsd.org>
|
2000-01-20 22:14:57 +00:00
|
|
|
|
2007-12-01 17:52:21 +00:00
|
|
|
# GPLv2
|
2000-10-22 15:41:23 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-11-30 01:06:33 +00:00
|
|
|
WANTLIB= c
|
2000-03-05 23:00:29 +00:00
|
|
|
|
2001-11-06 08:32:19 +00:00
|
|
|
HOMEPAGE= http://www.lcdf.org/gifsicle/
|
2000-07-31 08:09:56 +00:00
|
|
|
|
2001-11-06 08:32:19 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}/ \
|
|
|
|
ftp://ftp.lcdf.org/pub/ \
|
|
|
|
ftp://ftp.lcdf.org/pub/OLD-VERSIONS/
|
|
|
|
|
|
|
|
FLAVORS= no_x11
|
|
|
|
FLAVOR?=
|
2000-01-20 22:14:57 +00:00
|
|
|
|
2000-06-20 20:00:22 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-11-06 08:32:19 +00:00
|
|
|
CONFIGURE_ARGS= --enable-gifdiff
|
|
|
|
|
2000-01-20 22:14:57 +00:00
|
|
|
SEPARATE_BUILD= concurrent
|
2010-10-18 18:13:12 +00:00
|
|
|
USE_GROFF = Yes
|
2001-11-06 08:32:19 +00:00
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mno_x11}
|
|
|
|
CONFIGURE_ARGS+= --disable-gifview
|
2001-11-06 08:38:32 +00:00
|
|
|
.else
|
2010-01-04 20:36:35 +00:00
|
|
|
WANTLIB+= ICE SM X11
|
2001-11-06 08:32:19 +00:00
|
|
|
.endif
|
2000-01-20 22:14:57 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|