freebsd-ports/graphics/giftool/Makefile
Kris Kennaway b4fd0b8e38 Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb

Reviewed by:	portmgr
2003-11-03 01:19:26 +00:00

45 lines
1.1 KiB
Makefile

# New ports collection makefile for: giftool
# Date created: 14 October 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
PORTNAME= giftool
PORTVERSION= 1.0
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.sbs.de/pub/www/tools/giftool/
MAINTAINER= ports@FreeBSD.org
COMMENT= A tool for GIF89a transparent option and interlace mode
NO_CDROM= "Shareware"
NO_WRKSUBDIR= yes
ALL_TARGET= giftool
.if defined(RETVALUE)
pre-patch::
@${ECHO_MSG} "Return value patch enabled....."
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-aa
.endif
.if defined(MALLOCSIZE)
pre-patch::
@${ECHO_MSG} "Malloc size improve parch enabled....."
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ab
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/giftool ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/doc/giftool
.for file in COPYRIGHT README
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/giftool
.endfor
${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/share/doc/giftool
post-install:
.if !defined(BATCH)
@ /usr/bin/more -e ${FILESDIR}/post-install-notes
.endif
.include <bsd.port.mk>