4ce0b1c30b
- specify the license "put that in" steven@
40 lines
736 B
Makefile
40 lines
736 B
Makefile
# $OpenBSD: Makefile,v 1.25 2007/12/01 17:52:21 eric Exp $
|
|
|
|
COMMENT= creating & editing GIF images and animations
|
|
|
|
DISTNAME= gifsicle-1.48
|
|
PKGNAME= ${DISTNAME}p0
|
|
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
|
|
WANTLIB= c
|
|
|
|
HOMEPAGE= http://www.lcdf.org/gifsicle/
|
|
|
|
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
|
|
.else
|
|
USE_X11= Yes
|
|
WANTLIB+= ICE SM X11
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|