39 lines
721 B
Makefile
Raw Normal View History

2010-10-24 20:58:58 +00:00
# $OpenBSD: Makefile,v 1.33 2010/10/24 21:21:00 ajacoutot Exp $
COMMENT= creating & editing GIF images and animations
2010-06-27 01:41:51 +00: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-30 01:06:33 +00:00
WANTLIB= c
2000-03-05 23:00:29 +00:00
HOMEPAGE= http://www.lcdf.org/gifsicle/
2000-07-31 08:09:56 +00: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
2010-10-18 18:13:12 +00:00
USE_GROFF = Yes
.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
.endif
.include <bsd.port.mk>