2000-12-19 09:24:08 +01:00
|
|
|
# New ports collection makefile for: gifsicle
|
|
|
|
# Date created: 19 December 1998
|
|
|
|
# Whom: Brad Hendrickse <bradh@iafrica.com>
|
1998-12-05 17:31:22 +01:00
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1998-12-05 17:31:22 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= gifsicle
|
2003-10-26 19:40:09 +01:00
|
|
|
PORTVERSION= 1.40
|
1998-12-23 02:35:41 +01:00
|
|
|
CATEGORIES= graphics
|
2000-02-08 17:15:33 +01:00
|
|
|
MASTER_SITES= http://www.lcdf.org/gifsicle/
|
1998-12-05 17:31:22 +01:00
|
|
|
|
2000-02-08 17:15:33 +01:00
|
|
|
MAINTAINER= bradh@uunet.co.za
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= Manipulates GIF images and animations
|
1998-12-05 17:31:22 +01:00
|
|
|
|
2000-12-19 09:24:08 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-10-26 19:40:09 +01:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2000-12-19 09:24:08 +01:00
|
|
|
|
2001-06-17 20:24:00 +02:00
|
|
|
MAN1= gifdiff.1 gifsicle.1
|
1998-12-05 17:31:22 +01:00
|
|
|
|
2000-12-19 09:24:08 +01:00
|
|
|
.if !defined(HAVE_UNISYS_LICENSE)
|
|
|
|
CONFIGURE_ARGS+= --enable-ungif
|
|
|
|
.endif
|
1998-12-05 17:31:22 +01:00
|
|
|
|
2001-06-17 20:24:00 +02:00
|
|
|
.if defined(WITHOUT_X11)
|
|
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
CONFIGURE_ARGS+= --without-x --disable-gifview
|
|
|
|
PLIST_SUB= X11='@comment '
|
|
|
|
.else
|
|
|
|
USE_XLIB= yes
|
|
|
|
MAN1+= gifview.1
|
|
|
|
PLIST_SUB= X11=''
|
|
|
|
.endif
|
|
|
|
|
1998-12-05 17:31:22 +01:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2002-08-29 03:33:13 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
|
1998-12-05 17:31:22 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|