1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/graphics/giftool/Makefile
James FitzGibbon 8b0d1c065e a useful tool when making GIF transparency and Interlace mode.
Reviewed by:	jfitz@FreeBSD.ORG
Submitted by:	Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
1996-10-30 13:44:05 +00:00

35 lines
835 B
Makefile

# New ports collection makefile for: giftool
# Version required: 0.9
# Date created: 14 October 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id$
#
DISTNAME= giftool
PKGNAME= giftool-0.9
CATEGORIES+= graphics
MASTER_SITES= ftp://ftp.huie.hokudai.ac.jp/pub/tool/graphics/
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
NO_CDROM= yes #shareware
NO_WRKSUBDIR= yes
ALL_TARGET= giftool
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/giftool ${PREFIX}/bin
@ ${MKDIR} -p ${PREFIX}/share/doc/giftool
@ for file in COPYRIGHT README; do \
${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/share/doc/giftool; \
done
@ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/share/doc/giftool
post-install:
.if !defined(BATCH)
@ more -e ${FILESDIR}/post-install-notes
.endif
.include <bsd.port.mk>