summaryrefslogtreecommitdiff
path: root/graphics/txtmerge/Makefile
blob: 25d08646d0c9a5851b744bf6e40c980a6e4f21c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	txtmerge
# Date created:		20 Oct 1996
# Whom:			Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#

PORTNAME=	txtmerge
PORTVERSION=	1.01
CATEGORIES=	graphics
MASTER_SITES=	ftp://ftp.math.bme.hu/pub/utils/xanim/ \
		ftp://ftp.kddlabs.co.jp/pub/graphics/gifanim/
DISTNAME=	txtmerge101
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Tool for making GIF Animations

WRKSRC=		${WRKDIR}/txtmerge
ALL_TARGET=	txtmerge

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/txtmerge ${PREFIX}/bin
	${MKDIR} ${PREFIX}/share/doc/txtmerge
	${INSTALL_DATA} ${WRKSRC}/txtmerge.doc ${PREFIX}/share/doc/txtmerge

.include <bsd.port.mk>