1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/gifsicle/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

43 lines
853 B
Makefile

# New ports collection makefile for: gifsicle
# Date created: 19 December 1998
# Whom: Brad Hendrickse <bradh@iafrica.com>
#
# $FreeBSD$
#
PORTNAME= gifsicle
PORTVERSION= 1.48
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.lcdf.org/gifsicle/
MAINTAINER= araujo@bsdmail.org
COMMENT= Manipulates GIF images and animations
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= gifdiff.1 gifsicle.1
.if !defined(HAVE_UNISYS_LICENSE)
CONFIGURE_ARGS+= --enable-ungif
.endif
.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
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>