openbsd-ports/graphics/gifsicle/Makefile

31 lines
612 B
Makefile
Raw Normal View History

2012-05-10 08:38:00 -04:00
# $OpenBSD: Makefile,v 1.36 2012/05/10 12:38:00 okan Exp $
COMMENT= creating & editing GIF images and animations
2010-06-26 21:41:51 -04:00
DISTNAME= gifsicle-1.60
2012-05-10 08:38:00 -04:00
REVISION= 0
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
2012-05-10 08:38:00 -04:00
WANTLIB= c ICE SM X11
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/
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-gifdiff
SEPARATE_BUILD= Yes
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>